@leo-h/create-nodejs-app 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json.js +1 -1
- package/package.json +17 -17
- package/templates/clean/eslint.config.mjs +25 -0
- package/templates/clean/package.json +15 -14
- package/templates/clean/pnpm-lock.yaml +749 -518
- package/templates/fastify/eslint.config.mjs +25 -0
- package/templates/fastify/package.json +21 -20
- package/templates/fastify/pnpm-lock.yaml +813 -511
- package/templates/nest/eslint.config.mjs +25 -0
- package/templates/nest/package.json +24 -23
- package/templates/nest/pnpm-lock.yaml +1066 -1063
- package/templates/clean/.eslintignore +0 -2
- package/templates/clean/.eslintrc.json +0 -22
- package/templates/fastify/.eslintignore +0 -2
- package/templates/fastify/.eslintrc.json +0 -22
- package/templates/nest/.eslintignore +0 -2
- package/templates/nest/.eslintrc.json +0 -22
@@ -9,29 +9,29 @@ importers:
|
|
9
9
|
.:
|
10
10
|
dependencies:
|
11
11
|
'@fastify/cookie':
|
12
|
-
specifier: 9.
|
13
|
-
version: 9.
|
12
|
+
specifier: 9.4.0
|
13
|
+
version: 9.4.0
|
14
14
|
'@fastify/cors':
|
15
15
|
specifier: 9.0.1
|
16
16
|
version: 9.0.1
|
17
17
|
'@fastify/swagger':
|
18
|
-
specifier: 8.
|
19
|
-
version: 8.
|
18
|
+
specifier: 8.15.0
|
19
|
+
version: 8.15.0
|
20
20
|
'@fastify/swagger-ui':
|
21
|
-
specifier: 3.
|
22
|
-
version: 3.
|
21
|
+
specifier: 3.1.0
|
22
|
+
version: 3.1.0
|
23
23
|
dotenv:
|
24
|
-
specifier: 16.4.
|
25
|
-
version: 16.4.
|
24
|
+
specifier: 16.4.7
|
25
|
+
version: 16.4.7
|
26
26
|
fastify:
|
27
|
-
specifier: 4.
|
28
|
-
version: 4.
|
27
|
+
specifier: 4.29.0
|
28
|
+
version: 4.29.0
|
29
29
|
fastify-multer:
|
30
30
|
specifier: 2.0.3
|
31
31
|
version: 2.0.3
|
32
32
|
fastify-type-provider-zod:
|
33
33
|
specifier: 1.2.0
|
34
|
-
version: 1.2.0(fastify@4.
|
34
|
+
version: 1.2.0(fastify@4.29.0)(zod@3.24.1)
|
35
35
|
mime-types:
|
36
36
|
specifier: 2.1.35
|
37
37
|
version: 2.1.35
|
@@ -39,12 +39,15 @@ importers:
|
|
39
39
|
specifier: 5.6.0
|
40
40
|
version: 5.6.0
|
41
41
|
zod:
|
42
|
-
specifier: 3.
|
43
|
-
version: 3.
|
42
|
+
specifier: 3.24.1
|
43
|
+
version: 3.24.1
|
44
44
|
zod-validation-error:
|
45
|
-
specifier: 3.
|
46
|
-
version: 3.
|
45
|
+
specifier: 3.4.0
|
46
|
+
version: 3.4.0(zod@3.24.1)
|
47
47
|
devDependencies:
|
48
|
+
'@eslint/js':
|
49
|
+
specifier: 9.17.0
|
50
|
+
version: 9.17.0
|
48
51
|
'@faker-js/faker':
|
49
52
|
specifier: 8.4.1
|
50
53
|
version: 8.4.1
|
@@ -52,62 +55,62 @@ importers:
|
|
52
55
|
specifier: 2.1.4
|
53
56
|
version: 2.1.4
|
54
57
|
'@types/node':
|
55
|
-
specifier: 20.
|
56
|
-
version: 20.
|
58
|
+
specifier: 20.17.10
|
59
|
+
version: 20.17.10
|
57
60
|
'@types/supertest':
|
58
61
|
specifier: 6.0.2
|
59
62
|
version: 6.0.2
|
60
|
-
'@typescript-eslint/eslint-plugin':
|
61
|
-
specifier: 7.10.0
|
62
|
-
version: 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
|
63
|
-
'@typescript-eslint/parser':
|
64
|
-
specifier: 7.10.0
|
65
|
-
version: 7.10.0(eslint@8.57.0)(typescript@5.4.5)
|
66
63
|
'@vitest/coverage-v8':
|
67
64
|
specifier: 1.6.0
|
68
|
-
version: 1.6.0(vitest@1.6.0(@types/node@20.
|
65
|
+
version: 1.6.0(vitest@1.6.0(@types/node@20.17.10))
|
66
|
+
'@vitest/eslint-plugin':
|
67
|
+
specifier: 1.1.18
|
68
|
+
version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))
|
69
69
|
eslint:
|
70
|
-
specifier:
|
71
|
-
version:
|
70
|
+
specifier: 9.17.0
|
71
|
+
version: 9.17.0(jiti@1.21.6)
|
72
72
|
eslint-config-prettier:
|
73
73
|
specifier: 9.1.0
|
74
|
-
version: 9.1.0(eslint@
|
75
|
-
|
76
|
-
specifier:
|
77
|
-
version:
|
74
|
+
version: 9.1.0(eslint@9.17.0(jiti@1.21.6))
|
75
|
+
globals:
|
76
|
+
specifier: 15.14.0
|
77
|
+
version: 15.14.0
|
78
78
|
husky:
|
79
|
-
specifier: 9.
|
80
|
-
version: 9.
|
79
|
+
specifier: 9.1.7
|
80
|
+
version: 9.1.7
|
81
81
|
lint-staged:
|
82
|
-
specifier: 15.2.
|
83
|
-
version: 15.2.
|
82
|
+
specifier: 15.2.11
|
83
|
+
version: 15.2.11
|
84
84
|
prettier:
|
85
|
-
specifier: 3.2
|
86
|
-
version: 3.2
|
85
|
+
specifier: 3.4.2
|
86
|
+
version: 3.4.2
|
87
87
|
rimraf:
|
88
|
-
specifier:
|
89
|
-
version:
|
88
|
+
specifier: 6.0.1
|
89
|
+
version: 6.0.1
|
90
90
|
supertest:
|
91
91
|
specifier: 7.0.0
|
92
92
|
version: 7.0.0
|
93
93
|
tsx:
|
94
|
-
specifier: 4.
|
95
|
-
version: 4.
|
94
|
+
specifier: 4.19.2
|
95
|
+
version: 4.19.2
|
96
96
|
type-fest:
|
97
|
-
specifier: 4.
|
98
|
-
version: 4.
|
97
|
+
specifier: 4.30.2
|
98
|
+
version: 4.30.2
|
99
99
|
typescript:
|
100
|
-
specifier: 5.
|
101
|
-
version: 5.
|
100
|
+
specifier: 5.7.2
|
101
|
+
version: 5.7.2
|
102
|
+
typescript-eslint:
|
103
|
+
specifier: 8.18.1
|
104
|
+
version: 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
102
105
|
unbuild:
|
103
106
|
specifier: 2.0.0
|
104
|
-
version: 2.0.0(typescript@5.
|
107
|
+
version: 2.0.0(typescript@5.7.2)
|
105
108
|
vite-tsconfig-paths:
|
106
109
|
specifier: 4.3.2
|
107
|
-
version: 4.3.2(typescript@5.
|
110
|
+
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@20.17.10))
|
108
111
|
vitest:
|
109
112
|
specifier: 1.6.0
|
110
|
-
version: 1.6.0(@types/node@20.
|
113
|
+
version: 1.6.0(@types/node@20.17.10)
|
111
114
|
|
112
115
|
packages:
|
113
116
|
|
@@ -221,6 +224,12 @@ packages:
|
|
221
224
|
cpu: [ppc64]
|
222
225
|
os: [aix]
|
223
226
|
|
227
|
+
'@esbuild/aix-ppc64@0.23.1':
|
228
|
+
resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==}
|
229
|
+
engines: {node: '>=18'}
|
230
|
+
cpu: [ppc64]
|
231
|
+
os: [aix]
|
232
|
+
|
224
233
|
'@esbuild/android-arm64@0.19.12':
|
225
234
|
resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==}
|
226
235
|
engines: {node: '>=12'}
|
@@ -233,6 +242,12 @@ packages:
|
|
233
242
|
cpu: [arm64]
|
234
243
|
os: [android]
|
235
244
|
|
245
|
+
'@esbuild/android-arm64@0.23.1':
|
246
|
+
resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==}
|
247
|
+
engines: {node: '>=18'}
|
248
|
+
cpu: [arm64]
|
249
|
+
os: [android]
|
250
|
+
|
236
251
|
'@esbuild/android-arm@0.19.12':
|
237
252
|
resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==}
|
238
253
|
engines: {node: '>=12'}
|
@@ -245,6 +260,12 @@ packages:
|
|
245
260
|
cpu: [arm]
|
246
261
|
os: [android]
|
247
262
|
|
263
|
+
'@esbuild/android-arm@0.23.1':
|
264
|
+
resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==}
|
265
|
+
engines: {node: '>=18'}
|
266
|
+
cpu: [arm]
|
267
|
+
os: [android]
|
268
|
+
|
248
269
|
'@esbuild/android-x64@0.19.12':
|
249
270
|
resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==}
|
250
271
|
engines: {node: '>=12'}
|
@@ -257,6 +278,12 @@ packages:
|
|
257
278
|
cpu: [x64]
|
258
279
|
os: [android]
|
259
280
|
|
281
|
+
'@esbuild/android-x64@0.23.1':
|
282
|
+
resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==}
|
283
|
+
engines: {node: '>=18'}
|
284
|
+
cpu: [x64]
|
285
|
+
os: [android]
|
286
|
+
|
260
287
|
'@esbuild/darwin-arm64@0.19.12':
|
261
288
|
resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==}
|
262
289
|
engines: {node: '>=12'}
|
@@ -269,6 +296,12 @@ packages:
|
|
269
296
|
cpu: [arm64]
|
270
297
|
os: [darwin]
|
271
298
|
|
299
|
+
'@esbuild/darwin-arm64@0.23.1':
|
300
|
+
resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==}
|
301
|
+
engines: {node: '>=18'}
|
302
|
+
cpu: [arm64]
|
303
|
+
os: [darwin]
|
304
|
+
|
272
305
|
'@esbuild/darwin-x64@0.19.12':
|
273
306
|
resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==}
|
274
307
|
engines: {node: '>=12'}
|
@@ -281,6 +314,12 @@ packages:
|
|
281
314
|
cpu: [x64]
|
282
315
|
os: [darwin]
|
283
316
|
|
317
|
+
'@esbuild/darwin-x64@0.23.1':
|
318
|
+
resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==}
|
319
|
+
engines: {node: '>=18'}
|
320
|
+
cpu: [x64]
|
321
|
+
os: [darwin]
|
322
|
+
|
284
323
|
'@esbuild/freebsd-arm64@0.19.12':
|
285
324
|
resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==}
|
286
325
|
engines: {node: '>=12'}
|
@@ -293,6 +332,12 @@ packages:
|
|
293
332
|
cpu: [arm64]
|
294
333
|
os: [freebsd]
|
295
334
|
|
335
|
+
'@esbuild/freebsd-arm64@0.23.1':
|
336
|
+
resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==}
|
337
|
+
engines: {node: '>=18'}
|
338
|
+
cpu: [arm64]
|
339
|
+
os: [freebsd]
|
340
|
+
|
296
341
|
'@esbuild/freebsd-x64@0.19.12':
|
297
342
|
resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==}
|
298
343
|
engines: {node: '>=12'}
|
@@ -305,6 +350,12 @@ packages:
|
|
305
350
|
cpu: [x64]
|
306
351
|
os: [freebsd]
|
307
352
|
|
353
|
+
'@esbuild/freebsd-x64@0.23.1':
|
354
|
+
resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==}
|
355
|
+
engines: {node: '>=18'}
|
356
|
+
cpu: [x64]
|
357
|
+
os: [freebsd]
|
358
|
+
|
308
359
|
'@esbuild/linux-arm64@0.19.12':
|
309
360
|
resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==}
|
310
361
|
engines: {node: '>=12'}
|
@@ -317,6 +368,12 @@ packages:
|
|
317
368
|
cpu: [arm64]
|
318
369
|
os: [linux]
|
319
370
|
|
371
|
+
'@esbuild/linux-arm64@0.23.1':
|
372
|
+
resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==}
|
373
|
+
engines: {node: '>=18'}
|
374
|
+
cpu: [arm64]
|
375
|
+
os: [linux]
|
376
|
+
|
320
377
|
'@esbuild/linux-arm@0.19.12':
|
321
378
|
resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==}
|
322
379
|
engines: {node: '>=12'}
|
@@ -329,6 +386,12 @@ packages:
|
|
329
386
|
cpu: [arm]
|
330
387
|
os: [linux]
|
331
388
|
|
389
|
+
'@esbuild/linux-arm@0.23.1':
|
390
|
+
resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==}
|
391
|
+
engines: {node: '>=18'}
|
392
|
+
cpu: [arm]
|
393
|
+
os: [linux]
|
394
|
+
|
332
395
|
'@esbuild/linux-ia32@0.19.12':
|
333
396
|
resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==}
|
334
397
|
engines: {node: '>=12'}
|
@@ -341,6 +404,12 @@ packages:
|
|
341
404
|
cpu: [ia32]
|
342
405
|
os: [linux]
|
343
406
|
|
407
|
+
'@esbuild/linux-ia32@0.23.1':
|
408
|
+
resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==}
|
409
|
+
engines: {node: '>=18'}
|
410
|
+
cpu: [ia32]
|
411
|
+
os: [linux]
|
412
|
+
|
344
413
|
'@esbuild/linux-loong64@0.19.12':
|
345
414
|
resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==}
|
346
415
|
engines: {node: '>=12'}
|
@@ -353,6 +422,12 @@ packages:
|
|
353
422
|
cpu: [loong64]
|
354
423
|
os: [linux]
|
355
424
|
|
425
|
+
'@esbuild/linux-loong64@0.23.1':
|
426
|
+
resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==}
|
427
|
+
engines: {node: '>=18'}
|
428
|
+
cpu: [loong64]
|
429
|
+
os: [linux]
|
430
|
+
|
356
431
|
'@esbuild/linux-mips64el@0.19.12':
|
357
432
|
resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==}
|
358
433
|
engines: {node: '>=12'}
|
@@ -365,6 +440,12 @@ packages:
|
|
365
440
|
cpu: [mips64el]
|
366
441
|
os: [linux]
|
367
442
|
|
443
|
+
'@esbuild/linux-mips64el@0.23.1':
|
444
|
+
resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==}
|
445
|
+
engines: {node: '>=18'}
|
446
|
+
cpu: [mips64el]
|
447
|
+
os: [linux]
|
448
|
+
|
368
449
|
'@esbuild/linux-ppc64@0.19.12':
|
369
450
|
resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==}
|
370
451
|
engines: {node: '>=12'}
|
@@ -377,6 +458,12 @@ packages:
|
|
377
458
|
cpu: [ppc64]
|
378
459
|
os: [linux]
|
379
460
|
|
461
|
+
'@esbuild/linux-ppc64@0.23.1':
|
462
|
+
resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==}
|
463
|
+
engines: {node: '>=18'}
|
464
|
+
cpu: [ppc64]
|
465
|
+
os: [linux]
|
466
|
+
|
380
467
|
'@esbuild/linux-riscv64@0.19.12':
|
381
468
|
resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==}
|
382
469
|
engines: {node: '>=12'}
|
@@ -389,6 +476,12 @@ packages:
|
|
389
476
|
cpu: [riscv64]
|
390
477
|
os: [linux]
|
391
478
|
|
479
|
+
'@esbuild/linux-riscv64@0.23.1':
|
480
|
+
resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==}
|
481
|
+
engines: {node: '>=18'}
|
482
|
+
cpu: [riscv64]
|
483
|
+
os: [linux]
|
484
|
+
|
392
485
|
'@esbuild/linux-s390x@0.19.12':
|
393
486
|
resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==}
|
394
487
|
engines: {node: '>=12'}
|
@@ -401,6 +494,12 @@ packages:
|
|
401
494
|
cpu: [s390x]
|
402
495
|
os: [linux]
|
403
496
|
|
497
|
+
'@esbuild/linux-s390x@0.23.1':
|
498
|
+
resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==}
|
499
|
+
engines: {node: '>=18'}
|
500
|
+
cpu: [s390x]
|
501
|
+
os: [linux]
|
502
|
+
|
404
503
|
'@esbuild/linux-x64@0.19.12':
|
405
504
|
resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==}
|
406
505
|
engines: {node: '>=12'}
|
@@ -413,6 +512,12 @@ packages:
|
|
413
512
|
cpu: [x64]
|
414
513
|
os: [linux]
|
415
514
|
|
515
|
+
'@esbuild/linux-x64@0.23.1':
|
516
|
+
resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==}
|
517
|
+
engines: {node: '>=18'}
|
518
|
+
cpu: [x64]
|
519
|
+
os: [linux]
|
520
|
+
|
416
521
|
'@esbuild/netbsd-x64@0.19.12':
|
417
522
|
resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==}
|
418
523
|
engines: {node: '>=12'}
|
@@ -425,6 +530,18 @@ packages:
|
|
425
530
|
cpu: [x64]
|
426
531
|
os: [netbsd]
|
427
532
|
|
533
|
+
'@esbuild/netbsd-x64@0.23.1':
|
534
|
+
resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==}
|
535
|
+
engines: {node: '>=18'}
|
536
|
+
cpu: [x64]
|
537
|
+
os: [netbsd]
|
538
|
+
|
539
|
+
'@esbuild/openbsd-arm64@0.23.1':
|
540
|
+
resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==}
|
541
|
+
engines: {node: '>=18'}
|
542
|
+
cpu: [arm64]
|
543
|
+
os: [openbsd]
|
544
|
+
|
428
545
|
'@esbuild/openbsd-x64@0.19.12':
|
429
546
|
resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==}
|
430
547
|
engines: {node: '>=12'}
|
@@ -437,6 +554,12 @@ packages:
|
|
437
554
|
cpu: [x64]
|
438
555
|
os: [openbsd]
|
439
556
|
|
557
|
+
'@esbuild/openbsd-x64@0.23.1':
|
558
|
+
resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==}
|
559
|
+
engines: {node: '>=18'}
|
560
|
+
cpu: [x64]
|
561
|
+
os: [openbsd]
|
562
|
+
|
440
563
|
'@esbuild/sunos-x64@0.19.12':
|
441
564
|
resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==}
|
442
565
|
engines: {node: '>=12'}
|
@@ -449,6 +572,12 @@ packages:
|
|
449
572
|
cpu: [x64]
|
450
573
|
os: [sunos]
|
451
574
|
|
575
|
+
'@esbuild/sunos-x64@0.23.1':
|
576
|
+
resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==}
|
577
|
+
engines: {node: '>=18'}
|
578
|
+
cpu: [x64]
|
579
|
+
os: [sunos]
|
580
|
+
|
452
581
|
'@esbuild/win32-arm64@0.19.12':
|
453
582
|
resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==}
|
454
583
|
engines: {node: '>=12'}
|
@@ -461,6 +590,12 @@ packages:
|
|
461
590
|
cpu: [arm64]
|
462
591
|
os: [win32]
|
463
592
|
|
593
|
+
'@esbuild/win32-arm64@0.23.1':
|
594
|
+
resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==}
|
595
|
+
engines: {node: '>=18'}
|
596
|
+
cpu: [arm64]
|
597
|
+
os: [win32]
|
598
|
+
|
464
599
|
'@esbuild/win32-ia32@0.19.12':
|
465
600
|
resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==}
|
466
601
|
engines: {node: '>=12'}
|
@@ -473,6 +608,12 @@ packages:
|
|
473
608
|
cpu: [ia32]
|
474
609
|
os: [win32]
|
475
610
|
|
611
|
+
'@esbuild/win32-ia32@0.23.1':
|
612
|
+
resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==}
|
613
|
+
engines: {node: '>=18'}
|
614
|
+
cpu: [ia32]
|
615
|
+
os: [win32]
|
616
|
+
|
476
617
|
'@esbuild/win32-x64@0.19.12':
|
477
618
|
resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==}
|
478
619
|
engines: {node: '>=12'}
|
@@ -485,6 +626,12 @@ packages:
|
|
485
626
|
cpu: [x64]
|
486
627
|
os: [win32]
|
487
628
|
|
629
|
+
'@esbuild/win32-x64@0.23.1':
|
630
|
+
resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==}
|
631
|
+
engines: {node: '>=18'}
|
632
|
+
cpu: [x64]
|
633
|
+
os: [win32]
|
634
|
+
|
488
635
|
'@eslint-community/eslint-utils@4.4.0':
|
489
636
|
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
490
637
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
@@ -495,13 +642,33 @@ packages:
|
|
495
642
|
resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
|
496
643
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
497
644
|
|
498
|
-
'@eslint/
|
499
|
-
resolution: {integrity: sha512-
|
500
|
-
engines: {node: ^12.
|
645
|
+
'@eslint-community/regexpp@4.12.1':
|
646
|
+
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
647
|
+
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
501
648
|
|
502
|
-
'@eslint/
|
503
|
-
resolution: {integrity: sha512-
|
504
|
-
engines: {node: ^
|
649
|
+
'@eslint/config-array@0.19.1':
|
650
|
+
resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==}
|
651
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
652
|
+
|
653
|
+
'@eslint/core@0.9.1':
|
654
|
+
resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==}
|
655
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
656
|
+
|
657
|
+
'@eslint/eslintrc@3.2.0':
|
658
|
+
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
|
659
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
660
|
+
|
661
|
+
'@eslint/js@9.17.0':
|
662
|
+
resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
|
663
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
664
|
+
|
665
|
+
'@eslint/object-schema@2.1.5':
|
666
|
+
resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==}
|
667
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
668
|
+
|
669
|
+
'@eslint/plugin-kit@0.2.4':
|
670
|
+
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
|
671
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
505
672
|
|
506
673
|
'@faker-js/faker@8.4.1':
|
507
674
|
resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==}
|
@@ -518,8 +685,8 @@ packages:
|
|
518
685
|
resolution: {integrity: sha512-7PQA7EH43S0CxcOa9OeAnaeA0oQ+e/DHNPZwSQM9CQHW76jle5+OvLdibRp/Aafs9KXbLhxyjOTkRjWUbQEd3Q==}
|
519
686
|
engines: {node: '>=14'}
|
520
687
|
|
521
|
-
'@fastify/cookie@9.
|
522
|
-
resolution: {integrity: sha512-
|
688
|
+
'@fastify/cookie@9.4.0':
|
689
|
+
resolution: {integrity: sha512-Th+pt3kEkh4MQD/Q2q1bMuJIB5NX/D5SwSpOKu3G/tjoGbwfpurIMJsWSPS0SJJ4eyjtmQ8OipDQspf8RbUOlg==}
|
523
690
|
|
524
691
|
'@fastify/cors@9.0.1':
|
525
692
|
resolution: {integrity: sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==}
|
@@ -539,24 +706,31 @@ packages:
|
|
539
706
|
'@fastify/static@7.0.4':
|
540
707
|
resolution: {integrity: sha512-p2uKtaf8BMOZWLs6wu+Ihg7bWNBdjNgCwDza4MJtTqg+5ovKmcbgbR9Xs5/smZ1YISfzKOCNYmZV8LaCj+eJ1Q==}
|
541
708
|
|
542
|
-
'@fastify/swagger-ui@3.
|
543
|
-
resolution: {integrity: sha512-
|
709
|
+
'@fastify/swagger-ui@3.1.0':
|
710
|
+
resolution: {integrity: sha512-68jm6k8VzvHXkEBT4Dakm/kkzUlPO4POIi0agWJSWxsYichPBqzjo+IpfqPl4pSJR1zCToQhEOo+cv+yJL2qew==}
|
544
711
|
|
545
|
-
'@fastify/swagger@8.
|
546
|
-
resolution: {integrity: sha512-
|
712
|
+
'@fastify/swagger@8.15.0':
|
713
|
+
resolution: {integrity: sha512-zy+HEEKFqPMS2sFUsQU5X0MHplhKJvWeohBwTCkBAJA/GDYGLGUWQaETEhptiqxK7Hs0fQB9B4MDb3pbwIiCwA==}
|
547
714
|
|
548
|
-
'@
|
549
|
-
resolution: {integrity: sha512-
|
550
|
-
engines: {node: '>=
|
551
|
-
|
715
|
+
'@humanfs/core@0.19.1':
|
716
|
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
717
|
+
engines: {node: '>=18.18.0'}
|
718
|
+
|
719
|
+
'@humanfs/node@0.16.6':
|
720
|
+
resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
|
721
|
+
engines: {node: '>=18.18.0'}
|
552
722
|
|
553
723
|
'@humanwhocodes/module-importer@1.0.1':
|
554
724
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
555
725
|
engines: {node: '>=12.22'}
|
556
726
|
|
557
|
-
'@humanwhocodes/
|
558
|
-
resolution: {integrity: sha512-
|
559
|
-
|
727
|
+
'@humanwhocodes/retry@0.3.1':
|
728
|
+
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
729
|
+
engines: {node: '>=18.18'}
|
730
|
+
|
731
|
+
'@humanwhocodes/retry@0.4.1':
|
732
|
+
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
|
733
|
+
engines: {node: '>=18.18'}
|
560
734
|
|
561
735
|
'@isaacs/cliui@8.0.2':
|
562
736
|
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
@@ -759,14 +933,20 @@ packages:
|
|
759
933
|
'@types/estree@1.0.5':
|
760
934
|
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
|
761
935
|
|
936
|
+
'@types/estree@1.0.6':
|
937
|
+
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
938
|
+
|
939
|
+
'@types/json-schema@7.0.15':
|
940
|
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
941
|
+
|
762
942
|
'@types/methods@1.1.4':
|
763
943
|
resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==}
|
764
944
|
|
765
945
|
'@types/mime-types@2.1.4':
|
766
946
|
resolution: {integrity: sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==}
|
767
947
|
|
768
|
-
'@types/node@20.
|
769
|
-
resolution: {integrity: sha512
|
948
|
+
'@types/node@20.17.10':
|
949
|
+
resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==}
|
770
950
|
|
771
951
|
'@types/resolve@1.20.2':
|
772
952
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
@@ -777,99 +957,71 @@ packages:
|
|
777
957
|
'@types/supertest@6.0.2':
|
778
958
|
resolution: {integrity: sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==}
|
779
959
|
|
780
|
-
'@typescript-eslint/eslint-plugin@
|
781
|
-
resolution: {integrity: sha512-
|
782
|
-
engines: {node: ^18.18.0 ||
|
960
|
+
'@typescript-eslint/eslint-plugin@8.18.1':
|
961
|
+
resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==}
|
962
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
783
963
|
peerDependencies:
|
784
|
-
'@typescript-eslint/parser': ^
|
785
|
-
eslint: ^8.
|
786
|
-
typescript: '
|
787
|
-
peerDependenciesMeta:
|
788
|
-
typescript:
|
789
|
-
optional: true
|
790
|
-
|
791
|
-
'@typescript-eslint/parser@7.10.0':
|
792
|
-
resolution: {integrity: sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==}
|
793
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
794
|
-
peerDependencies:
|
795
|
-
eslint: ^8.56.0
|
796
|
-
typescript: '*'
|
797
|
-
peerDependenciesMeta:
|
798
|
-
typescript:
|
799
|
-
optional: true
|
800
|
-
|
801
|
-
'@typescript-eslint/scope-manager@7.10.0':
|
802
|
-
resolution: {integrity: sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==}
|
803
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
964
|
+
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
965
|
+
eslint: ^8.57.0 || ^9.0.0
|
966
|
+
typescript: '>=4.8.4 <5.8.0'
|
804
967
|
|
805
|
-
'@typescript-eslint/
|
806
|
-
resolution: {integrity: sha512-
|
807
|
-
engines: {node: ^18.18.0 ||
|
808
|
-
|
809
|
-
'@typescript-eslint/type-utils@7.10.0':
|
810
|
-
resolution: {integrity: sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==}
|
811
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
968
|
+
'@typescript-eslint/parser@8.18.1':
|
969
|
+
resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==}
|
970
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
812
971
|
peerDependencies:
|
813
|
-
eslint: ^8.
|
814
|
-
typescript: '
|
815
|
-
peerDependenciesMeta:
|
816
|
-
typescript:
|
817
|
-
optional: true
|
972
|
+
eslint: ^8.57.0 || ^9.0.0
|
973
|
+
typescript: '>=4.8.4 <5.8.0'
|
818
974
|
|
819
|
-
'@typescript-eslint/
|
820
|
-
resolution: {integrity: sha512-
|
821
|
-
engines: {node: ^18.18.0 ||
|
975
|
+
'@typescript-eslint/scope-manager@8.18.1':
|
976
|
+
resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==}
|
977
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
822
978
|
|
823
|
-
'@typescript-eslint/
|
824
|
-
resolution: {integrity: sha512-
|
825
|
-
engines: {node: ^18.18.0 ||
|
826
|
-
|
827
|
-
'@typescript-eslint/typescript-estree@7.10.0':
|
828
|
-
resolution: {integrity: sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==}
|
829
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
979
|
+
'@typescript-eslint/type-utils@8.18.1':
|
980
|
+
resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==}
|
981
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
830
982
|
peerDependencies:
|
831
|
-
|
832
|
-
|
833
|
-
typescript:
|
834
|
-
optional: true
|
983
|
+
eslint: ^8.57.0 || ^9.0.0
|
984
|
+
typescript: '>=4.8.4 <5.8.0'
|
835
985
|
|
836
|
-
'@typescript-eslint/
|
837
|
-
resolution: {integrity: sha512-
|
838
|
-
engines: {node: ^18.18.0 ||
|
839
|
-
peerDependencies:
|
840
|
-
typescript: '*'
|
841
|
-
peerDependenciesMeta:
|
842
|
-
typescript:
|
843
|
-
optional: true
|
986
|
+
'@typescript-eslint/types@8.18.1':
|
987
|
+
resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==}
|
988
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
844
989
|
|
845
|
-
'@typescript-eslint/
|
846
|
-
resolution: {integrity: sha512-
|
847
|
-
engines: {node: ^18.18.0 ||
|
990
|
+
'@typescript-eslint/typescript-estree@8.18.1':
|
991
|
+
resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==}
|
992
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
848
993
|
peerDependencies:
|
849
|
-
|
994
|
+
typescript: '>=4.8.4 <5.8.0'
|
850
995
|
|
851
|
-
'@typescript-eslint/utils@
|
852
|
-
resolution: {integrity: sha512-
|
853
|
-
engines: {node: ^18.18.0 ||
|
996
|
+
'@typescript-eslint/utils@8.18.1':
|
997
|
+
resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==}
|
998
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
854
999
|
peerDependencies:
|
855
|
-
eslint: ^8.
|
856
|
-
|
857
|
-
'@typescript-eslint/visitor-keys@7.10.0':
|
858
|
-
resolution: {integrity: sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==}
|
859
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
1000
|
+
eslint: ^8.57.0 || ^9.0.0
|
1001
|
+
typescript: '>=4.8.4 <5.8.0'
|
860
1002
|
|
861
|
-
'@typescript-eslint/visitor-keys@
|
862
|
-
resolution: {integrity: sha512-
|
863
|
-
engines: {node: ^18.18.0 ||
|
864
|
-
|
865
|
-
'@ungap/structured-clone@1.2.0':
|
866
|
-
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
1003
|
+
'@typescript-eslint/visitor-keys@8.18.1':
|
1004
|
+
resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==}
|
1005
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
867
1006
|
|
868
1007
|
'@vitest/coverage-v8@1.6.0':
|
869
1008
|
resolution: {integrity: sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==}
|
870
1009
|
peerDependencies:
|
871
1010
|
vitest: 1.6.0
|
872
1011
|
|
1012
|
+
'@vitest/eslint-plugin@1.1.18':
|
1013
|
+
resolution: {integrity: sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==}
|
1014
|
+
peerDependencies:
|
1015
|
+
'@typescript-eslint/utils': '>= 8.0'
|
1016
|
+
eslint: '>= 8.57.0'
|
1017
|
+
typescript: '>= 5.0.0'
|
1018
|
+
vitest: '*'
|
1019
|
+
peerDependenciesMeta:
|
1020
|
+
typescript:
|
1021
|
+
optional: true
|
1022
|
+
vitest:
|
1023
|
+
optional: true
|
1024
|
+
|
873
1025
|
'@vitest/expect@1.6.0':
|
874
1026
|
resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==}
|
875
1027
|
|
@@ -906,6 +1058,11 @@ packages:
|
|
906
1058
|
engines: {node: '>=0.4.0'}
|
907
1059
|
hasBin: true
|
908
1060
|
|
1061
|
+
acorn@8.14.0:
|
1062
|
+
resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
|
1063
|
+
engines: {node: '>=0.4.0'}
|
1064
|
+
hasBin: true
|
1065
|
+
|
909
1066
|
ajv-formats@2.1.1:
|
910
1067
|
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
911
1068
|
peerDependencies:
|
@@ -928,9 +1085,9 @@ packages:
|
|
928
1085
|
ajv@8.16.0:
|
929
1086
|
resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==}
|
930
1087
|
|
931
|
-
ansi-escapes@
|
932
|
-
resolution: {integrity: sha512-
|
933
|
-
engines: {node: '>=
|
1088
|
+
ansi-escapes@7.0.0:
|
1089
|
+
resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==}
|
1090
|
+
engines: {node: '>=18'}
|
934
1091
|
|
935
1092
|
ansi-regex@5.0.1:
|
936
1093
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
@@ -962,10 +1119,6 @@ packages:
|
|
962
1119
|
argparse@2.0.1:
|
963
1120
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
964
1121
|
|
965
|
-
array-union@2.1.0:
|
966
|
-
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
967
|
-
engines: {node: '>=8'}
|
968
|
-
|
969
1122
|
asap@2.0.6:
|
970
1123
|
resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
|
971
1124
|
|
@@ -1063,9 +1216,9 @@ packages:
|
|
1063
1216
|
citty@0.1.6:
|
1064
1217
|
resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
|
1065
1218
|
|
1066
|
-
cli-cursor@
|
1067
|
-
resolution: {integrity: sha512-
|
1068
|
-
engines: {node:
|
1219
|
+
cli-cursor@5.0.0:
|
1220
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
1221
|
+
engines: {node: '>=18'}
|
1069
1222
|
|
1070
1223
|
cli-truncate@4.0.0:
|
1071
1224
|
resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==}
|
@@ -1144,6 +1297,10 @@ packages:
|
|
1144
1297
|
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
1145
1298
|
engines: {node: '>= 8'}
|
1146
1299
|
|
1300
|
+
cross-spawn@7.0.6:
|
1301
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
1302
|
+
engines: {node: '>= 8'}
|
1303
|
+
|
1147
1304
|
css-declaration-sorter@7.2.0:
|
1148
1305
|
resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==}
|
1149
1306
|
engines: {node: ^14 || ^16 || >=18}
|
@@ -1201,6 +1358,15 @@ packages:
|
|
1201
1358
|
supports-color:
|
1202
1359
|
optional: true
|
1203
1360
|
|
1361
|
+
debug@4.4.0:
|
1362
|
+
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
|
1363
|
+
engines: {node: '>=6.0'}
|
1364
|
+
peerDependencies:
|
1365
|
+
supports-color: '*'
|
1366
|
+
peerDependenciesMeta:
|
1367
|
+
supports-color:
|
1368
|
+
optional: true
|
1369
|
+
|
1204
1370
|
deep-eql@4.1.4:
|
1205
1371
|
resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==}
|
1206
1372
|
engines: {node: '>=6'}
|
@@ -1238,10 +1404,6 @@ packages:
|
|
1238
1404
|
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
1239
1405
|
engines: {node: '>=8'}
|
1240
1406
|
|
1241
|
-
doctrine@3.0.0:
|
1242
|
-
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
1243
|
-
engines: {node: '>=6.0.0'}
|
1244
|
-
|
1245
1407
|
dom-serializer@2.0.0:
|
1246
1408
|
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
1247
1409
|
|
@@ -1255,8 +1417,8 @@ packages:
|
|
1255
1417
|
domutils@3.1.0:
|
1256
1418
|
resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
|
1257
1419
|
|
1258
|
-
dotenv@16.4.
|
1259
|
-
resolution: {integrity: sha512-
|
1420
|
+
dotenv@16.4.7:
|
1421
|
+
resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==}
|
1260
1422
|
engines: {node: '>=12'}
|
1261
1423
|
|
1262
1424
|
eastasianwidth@0.2.0:
|
@@ -1281,6 +1443,10 @@ packages:
|
|
1281
1443
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
1282
1444
|
engines: {node: '>=0.12'}
|
1283
1445
|
|
1446
|
+
environment@1.1.0:
|
1447
|
+
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
1448
|
+
engines: {node: '>=18'}
|
1449
|
+
|
1284
1450
|
es-define-property@1.0.0:
|
1285
1451
|
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
|
1286
1452
|
engines: {node: '>= 0.4'}
|
@@ -1299,6 +1465,11 @@ packages:
|
|
1299
1465
|
engines: {node: '>=12'}
|
1300
1466
|
hasBin: true
|
1301
1467
|
|
1468
|
+
esbuild@0.23.1:
|
1469
|
+
resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==}
|
1470
|
+
engines: {node: '>=18'}
|
1471
|
+
hasBin: true
|
1472
|
+
|
1302
1473
|
escalade@3.1.2:
|
1303
1474
|
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
|
1304
1475
|
engines: {node: '>=6'}
|
@@ -1320,35 +1491,31 @@ packages:
|
|
1320
1491
|
peerDependencies:
|
1321
1492
|
eslint: '>=7.0.0'
|
1322
1493
|
|
1323
|
-
eslint-
|
1324
|
-
resolution: {integrity: sha512-
|
1325
|
-
engines: {node: ^18.
|
1326
|
-
peerDependencies:
|
1327
|
-
'@typescript-eslint/eslint-plugin': '*'
|
1328
|
-
eslint: '>=8.0.0'
|
1329
|
-
vitest: '*'
|
1330
|
-
peerDependenciesMeta:
|
1331
|
-
'@typescript-eslint/eslint-plugin':
|
1332
|
-
optional: true
|
1333
|
-
vitest:
|
1334
|
-
optional: true
|
1335
|
-
|
1336
|
-
eslint-scope@7.2.2:
|
1337
|
-
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
1338
|
-
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
1494
|
+
eslint-scope@8.2.0:
|
1495
|
+
resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
|
1496
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1339
1497
|
|
1340
1498
|
eslint-visitor-keys@3.4.3:
|
1341
1499
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
1342
1500
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
1343
1501
|
|
1344
|
-
eslint@
|
1345
|
-
resolution: {integrity: sha512-
|
1346
|
-
engines: {node: ^
|
1502
|
+
eslint-visitor-keys@4.2.0:
|
1503
|
+
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
1504
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1505
|
+
|
1506
|
+
eslint@9.17.0:
|
1507
|
+
resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==}
|
1508
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1347
1509
|
hasBin: true
|
1510
|
+
peerDependencies:
|
1511
|
+
jiti: '*'
|
1512
|
+
peerDependenciesMeta:
|
1513
|
+
jiti:
|
1514
|
+
optional: true
|
1348
1515
|
|
1349
|
-
espree@
|
1350
|
-
resolution: {integrity: sha512-
|
1351
|
-
engines: {node: ^
|
1516
|
+
espree@10.3.0:
|
1517
|
+
resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==}
|
1518
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1352
1519
|
|
1353
1520
|
esquery@1.5.0:
|
1354
1521
|
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
|
@@ -1438,15 +1605,15 @@ packages:
|
|
1438
1605
|
fastify: ^4.0.0
|
1439
1606
|
zod: ^3.14.2
|
1440
1607
|
|
1441
|
-
fastify@4.
|
1442
|
-
resolution: {integrity: sha512-
|
1608
|
+
fastify@4.29.0:
|
1609
|
+
resolution: {integrity: sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ==}
|
1443
1610
|
|
1444
1611
|
fastq@1.17.1:
|
1445
1612
|
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
|
1446
1613
|
|
1447
|
-
file-entry-cache@
|
1448
|
-
resolution: {integrity: sha512-
|
1449
|
-
engines: {node:
|
1614
|
+
file-entry-cache@8.0.0:
|
1615
|
+
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
1616
|
+
engines: {node: '>=16.0.0'}
|
1450
1617
|
|
1451
1618
|
fill-range@7.1.1:
|
1452
1619
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
@@ -1460,9 +1627,9 @@ packages:
|
|
1460
1627
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
1461
1628
|
engines: {node: '>=10'}
|
1462
1629
|
|
1463
|
-
flat-cache@
|
1464
|
-
resolution: {integrity: sha512-
|
1465
|
-
engines: {node:
|
1630
|
+
flat-cache@4.0.1:
|
1631
|
+
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
1632
|
+
engines: {node: '>=16'}
|
1466
1633
|
|
1467
1634
|
flatted@3.3.1:
|
1468
1635
|
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
|
@@ -1535,6 +1702,11 @@ packages:
|
|
1535
1702
|
engines: {node: '>=16 || 14 >=14.18'}
|
1536
1703
|
hasBin: true
|
1537
1704
|
|
1705
|
+
glob@11.0.0:
|
1706
|
+
resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==}
|
1707
|
+
engines: {node: 20 || >=22}
|
1708
|
+
hasBin: true
|
1709
|
+
|
1538
1710
|
glob@7.2.3:
|
1539
1711
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
1540
1712
|
deprecated: Glob versions prior to v9 are no longer supported
|
@@ -1548,13 +1720,13 @@ packages:
|
|
1548
1720
|
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
1549
1721
|
engines: {node: '>=4'}
|
1550
1722
|
|
1551
|
-
globals@
|
1552
|
-
resolution: {integrity: sha512-
|
1553
|
-
engines: {node: '>=
|
1723
|
+
globals@14.0.0:
|
1724
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
1725
|
+
engines: {node: '>=18'}
|
1554
1726
|
|
1555
|
-
|
1556
|
-
resolution: {integrity: sha512-
|
1557
|
-
engines: {node: '>=
|
1727
|
+
globals@15.14.0:
|
1728
|
+
resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
|
1729
|
+
engines: {node: '>=18'}
|
1558
1730
|
|
1559
1731
|
globby@13.2.2:
|
1560
1732
|
resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==}
|
@@ -1617,8 +1789,8 @@ packages:
|
|
1617
1789
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
1618
1790
|
engines: {node: '>=16.17.0'}
|
1619
1791
|
|
1620
|
-
husky@9.
|
1621
|
-
resolution: {integrity: sha512-
|
1792
|
+
husky@9.1.7:
|
1793
|
+
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
1622
1794
|
engines: {node: '>=18'}
|
1623
1795
|
hasBin: true
|
1624
1796
|
|
@@ -1682,10 +1854,6 @@ packages:
|
|
1682
1854
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
1683
1855
|
engines: {node: '>=0.12.0'}
|
1684
1856
|
|
1685
|
-
is-path-inside@3.0.3:
|
1686
|
-
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
1687
|
-
engines: {node: '>=8'}
|
1688
|
-
|
1689
1857
|
is-reference@1.2.1:
|
1690
1858
|
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
|
1691
1859
|
|
@@ -1716,6 +1884,10 @@ packages:
|
|
1716
1884
|
resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
|
1717
1885
|
engines: {node: '>=14'}
|
1718
1886
|
|
1887
|
+
jackspeak@4.0.2:
|
1888
|
+
resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==}
|
1889
|
+
engines: {node: 20 || >=22}
|
1890
|
+
|
1719
1891
|
jiti@1.21.6:
|
1720
1892
|
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
|
1721
1893
|
hasBin: true
|
@@ -1776,13 +1948,17 @@ packages:
|
|
1776
1948
|
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
|
1777
1949
|
engines: {node: '>=14'}
|
1778
1950
|
|
1779
|
-
|
1780
|
-
resolution: {integrity: sha512
|
1951
|
+
lilconfig@3.1.3:
|
1952
|
+
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
1953
|
+
engines: {node: '>=14'}
|
1954
|
+
|
1955
|
+
lint-staged@15.2.11:
|
1956
|
+
resolution: {integrity: sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==}
|
1781
1957
|
engines: {node: '>=18.12.0'}
|
1782
1958
|
hasBin: true
|
1783
1959
|
|
1784
|
-
listr2@8.2.
|
1785
|
-
resolution: {integrity: sha512-
|
1960
|
+
listr2@8.2.5:
|
1961
|
+
resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
|
1786
1962
|
engines: {node: '>=18.0.0'}
|
1787
1963
|
|
1788
1964
|
local-pkg@0.5.0:
|
@@ -1802,8 +1978,8 @@ packages:
|
|
1802
1978
|
lodash.uniq@4.5.0:
|
1803
1979
|
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
|
1804
1980
|
|
1805
|
-
log-update@6.
|
1806
|
-
resolution: {integrity: sha512-
|
1981
|
+
log-update@6.1.0:
|
1982
|
+
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
1807
1983
|
engines: {node: '>=18'}
|
1808
1984
|
|
1809
1985
|
loupe@2.3.7:
|
@@ -1813,6 +1989,10 @@ packages:
|
|
1813
1989
|
resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
|
1814
1990
|
engines: {node: 14 || >=16.14}
|
1815
1991
|
|
1992
|
+
lru-cache@11.0.2:
|
1993
|
+
resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==}
|
1994
|
+
engines: {node: 20 || >=22}
|
1995
|
+
|
1816
1996
|
lru-cache@5.1.1:
|
1817
1997
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
1818
1998
|
|
@@ -1851,6 +2031,10 @@ packages:
|
|
1851
2031
|
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
|
1852
2032
|
engines: {node: '>=8.6'}
|
1853
2033
|
|
2034
|
+
micromatch@4.0.8:
|
2035
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
2036
|
+
engines: {node: '>=8.6'}
|
2037
|
+
|
1854
2038
|
mime-db@1.52.0:
|
1855
2039
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
1856
2040
|
engines: {node: '>= 0.6'}
|
@@ -1869,14 +2053,18 @@ packages:
|
|
1869
2053
|
engines: {node: '>=10.0.0'}
|
1870
2054
|
hasBin: true
|
1871
2055
|
|
1872
|
-
mimic-fn@2.1.0:
|
1873
|
-
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
1874
|
-
engines: {node: '>=6'}
|
1875
|
-
|
1876
2056
|
mimic-fn@4.0.0:
|
1877
2057
|
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
1878
2058
|
engines: {node: '>=12'}
|
1879
2059
|
|
2060
|
+
mimic-function@5.0.1:
|
2061
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
2062
|
+
engines: {node: '>=18'}
|
2063
|
+
|
2064
|
+
minimatch@10.0.1:
|
2065
|
+
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
|
2066
|
+
engines: {node: 20 || >=22}
|
2067
|
+
|
1880
2068
|
minimatch@3.1.2:
|
1881
2069
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
1882
2070
|
|
@@ -1925,6 +2113,9 @@ packages:
|
|
1925
2113
|
ms@2.1.2:
|
1926
2114
|
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
1927
2115
|
|
2116
|
+
ms@2.1.3:
|
2117
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
2118
|
+
|
1928
2119
|
nanoid@3.3.7:
|
1929
2120
|
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
|
1930
2121
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
@@ -1964,14 +2155,14 @@ packages:
|
|
1964
2155
|
once@1.4.0:
|
1965
2156
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
1966
2157
|
|
1967
|
-
onetime@5.1.2:
|
1968
|
-
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
1969
|
-
engines: {node: '>=6'}
|
1970
|
-
|
1971
2158
|
onetime@6.0.0:
|
1972
2159
|
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
1973
2160
|
engines: {node: '>=12'}
|
1974
2161
|
|
2162
|
+
onetime@7.0.0:
|
2163
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
2164
|
+
engines: {node: '>=18'}
|
2165
|
+
|
1975
2166
|
openapi-types@12.1.3:
|
1976
2167
|
resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}
|
1977
2168
|
|
@@ -1991,6 +2182,9 @@ packages:
|
|
1991
2182
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
1992
2183
|
engines: {node: '>=10'}
|
1993
2184
|
|
2185
|
+
package-json-from-dist@1.0.1:
|
2186
|
+
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
2187
|
+
|
1994
2188
|
parent-module@1.0.1:
|
1995
2189
|
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
1996
2190
|
engines: {node: '>=6'}
|
@@ -2018,6 +2212,10 @@ packages:
|
|
2018
2212
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
2019
2213
|
engines: {node: '>=16 || 14 >=14.18'}
|
2020
2214
|
|
2215
|
+
path-scurry@2.0.0:
|
2216
|
+
resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==}
|
2217
|
+
engines: {node: 20 || >=22}
|
2218
|
+
|
2021
2219
|
path-type@4.0.0:
|
2022
2220
|
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
2023
2221
|
engines: {node: '>=8'}
|
@@ -2240,8 +2438,8 @@ packages:
|
|
2240
2438
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
2241
2439
|
engines: {node: '>= 0.8.0'}
|
2242
2440
|
|
2243
|
-
prettier@3.2
|
2244
|
-
resolution: {integrity: sha512-
|
2441
|
+
prettier@3.4.2:
|
2442
|
+
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
|
2245
2443
|
engines: {node: '>=14'}
|
2246
2444
|
hasBin: true
|
2247
2445
|
|
@@ -2312,9 +2510,9 @@ packages:
|
|
2312
2510
|
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
|
2313
2511
|
hasBin: true
|
2314
2512
|
|
2315
|
-
restore-cursor@
|
2316
|
-
resolution: {integrity: sha512-
|
2317
|
-
engines: {node:
|
2513
|
+
restore-cursor@5.1.0:
|
2514
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
2515
|
+
engines: {node: '>=18'}
|
2318
2516
|
|
2319
2517
|
ret@0.4.3:
|
2320
2518
|
resolution: {integrity: sha512-0f4Memo5QP7WQyUEAYUO3esD/XjOc3Zjjg5CPsAq1p8sIu0XPeMbHJemKA0BO7tV0X7+A0FoEpbmHXWxPyD3wQ==}
|
@@ -2327,14 +2525,9 @@ packages:
|
|
2327
2525
|
rfdc@1.4.1:
|
2328
2526
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
2329
2527
|
|
2330
|
-
rimraf@
|
2331
|
-
resolution: {integrity: sha512-
|
2332
|
-
|
2333
|
-
hasBin: true
|
2334
|
-
|
2335
|
-
rimraf@5.0.7:
|
2336
|
-
resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
|
2337
|
-
engines: {node: '>=14.18'}
|
2528
|
+
rimraf@6.0.1:
|
2529
|
+
resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
|
2530
|
+
engines: {node: 20 || >=22}
|
2338
2531
|
hasBin: true
|
2339
2532
|
|
2340
2533
|
rollup-plugin-dts@6.1.1:
|
@@ -2407,17 +2600,10 @@ packages:
|
|
2407
2600
|
siginfo@2.0.0:
|
2408
2601
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
2409
2602
|
|
2410
|
-
signal-exit@3.0.7:
|
2411
|
-
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
2412
|
-
|
2413
2603
|
signal-exit@4.1.0:
|
2414
2604
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
2415
2605
|
engines: {node: '>=14'}
|
2416
2606
|
|
2417
|
-
slash@3.0.0:
|
2418
|
-
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
2419
|
-
engines: {node: '>=8'}
|
2420
|
-
|
2421
2607
|
slash@4.0.0:
|
2422
2608
|
resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==}
|
2423
2609
|
engines: {node: '>=12'}
|
@@ -2531,9 +2717,6 @@ packages:
|
|
2531
2717
|
text-decoding@1.0.0:
|
2532
2718
|
resolution: {integrity: sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==}
|
2533
2719
|
|
2534
|
-
text-table@0.2.0:
|
2535
|
-
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
2536
|
-
|
2537
2720
|
thread-stream@3.0.2:
|
2538
2721
|
resolution: {integrity: sha512-cBL4xF2A3lSINV4rD5tyqnKH4z/TgWPvT+NaVhJDSwK962oo/Ye7cHSMbDzwcu7tAE1SfU6Q4XtV6Hucmi6Hlw==}
|
2539
2722
|
|
@@ -2564,8 +2747,8 @@ packages:
|
|
2564
2747
|
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
2565
2748
|
engines: {node: '>=0.6'}
|
2566
2749
|
|
2567
|
-
ts-api-utils@1.3
|
2568
|
-
resolution: {integrity: sha512-
|
2750
|
+
ts-api-utils@1.4.3:
|
2751
|
+
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
2569
2752
|
engines: {node: '>=16'}
|
2570
2753
|
peerDependencies:
|
2571
2754
|
typescript: '>=4.2.0'
|
@@ -2580,8 +2763,8 @@ packages:
|
|
2580
2763
|
typescript:
|
2581
2764
|
optional: true
|
2582
2765
|
|
2583
|
-
tsx@4.
|
2584
|
-
resolution: {integrity: sha512-
|
2766
|
+
tsx@4.19.2:
|
2767
|
+
resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==}
|
2585
2768
|
engines: {node: '>=18.0.0'}
|
2586
2769
|
hasBin: true
|
2587
2770
|
|
@@ -2593,12 +2776,8 @@ packages:
|
|
2593
2776
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
2594
2777
|
engines: {node: '>=4'}
|
2595
2778
|
|
2596
|
-
type-fest@
|
2597
|
-
resolution: {integrity: sha512-
|
2598
|
-
engines: {node: '>=10'}
|
2599
|
-
|
2600
|
-
type-fest@4.20.0:
|
2601
|
-
resolution: {integrity: sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==}
|
2779
|
+
type-fest@4.30.2:
|
2780
|
+
resolution: {integrity: sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig==}
|
2602
2781
|
engines: {node: '>=16'}
|
2603
2782
|
|
2604
2783
|
type-is@1.6.18:
|
@@ -2608,8 +2787,15 @@ packages:
|
|
2608
2787
|
typedarray@0.0.6:
|
2609
2788
|
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
2610
2789
|
|
2611
|
-
typescript@
|
2612
|
-
resolution: {integrity: sha512-
|
2790
|
+
typescript-eslint@8.18.1:
|
2791
|
+
resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==}
|
2792
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
2793
|
+
peerDependencies:
|
2794
|
+
eslint: ^8.57.0 || ^9.0.0
|
2795
|
+
typescript: '>=4.8.4 <5.8.0'
|
2796
|
+
|
2797
|
+
typescript@5.7.2:
|
2798
|
+
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
2613
2799
|
engines: {node: '>=14.17'}
|
2614
2800
|
hasBin: true
|
2615
2801
|
|
@@ -2625,8 +2811,8 @@ packages:
|
|
2625
2811
|
typescript:
|
2626
2812
|
optional: true
|
2627
2813
|
|
2628
|
-
undici-types@
|
2629
|
-
resolution: {integrity: sha512-
|
2814
|
+
undici-types@6.19.8:
|
2815
|
+
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
2630
2816
|
|
2631
2817
|
unicorn-magic@0.1.0:
|
2632
2818
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
@@ -2759,6 +2945,11 @@ packages:
|
|
2759
2945
|
engines: {node: '>= 14'}
|
2760
2946
|
hasBin: true
|
2761
2947
|
|
2948
|
+
yaml@2.6.1:
|
2949
|
+
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
|
2950
|
+
engines: {node: '>= 14'}
|
2951
|
+
hasBin: true
|
2952
|
+
|
2762
2953
|
yocto-queue@0.1.0:
|
2763
2954
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
2764
2955
|
engines: {node: '>=10'}
|
@@ -2772,14 +2963,14 @@ packages:
|
|
2772
2963
|
peerDependencies:
|
2773
2964
|
zod: ^3.23.3
|
2774
2965
|
|
2775
|
-
zod-validation-error@3.
|
2776
|
-
resolution: {integrity: sha512-
|
2966
|
+
zod-validation-error@3.4.0:
|
2967
|
+
resolution: {integrity: sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==}
|
2777
2968
|
engines: {node: '>=18.0.0'}
|
2778
2969
|
peerDependencies:
|
2779
2970
|
zod: ^3.18.0
|
2780
2971
|
|
2781
|
-
zod@3.
|
2782
|
-
resolution: {integrity: sha512-
|
2972
|
+
zod@3.24.1:
|
2973
|
+
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
|
2783
2974
|
|
2784
2975
|
snapshots:
|
2785
2976
|
|
@@ -2931,151 +3122,237 @@ snapshots:
|
|
2931
3122
|
'@esbuild/aix-ppc64@0.20.2':
|
2932
3123
|
optional: true
|
2933
3124
|
|
3125
|
+
'@esbuild/aix-ppc64@0.23.1':
|
3126
|
+
optional: true
|
3127
|
+
|
2934
3128
|
'@esbuild/android-arm64@0.19.12':
|
2935
3129
|
optional: true
|
2936
3130
|
|
2937
3131
|
'@esbuild/android-arm64@0.20.2':
|
2938
3132
|
optional: true
|
2939
3133
|
|
3134
|
+
'@esbuild/android-arm64@0.23.1':
|
3135
|
+
optional: true
|
3136
|
+
|
2940
3137
|
'@esbuild/android-arm@0.19.12':
|
2941
3138
|
optional: true
|
2942
3139
|
|
2943
3140
|
'@esbuild/android-arm@0.20.2':
|
2944
3141
|
optional: true
|
2945
3142
|
|
3143
|
+
'@esbuild/android-arm@0.23.1':
|
3144
|
+
optional: true
|
3145
|
+
|
2946
3146
|
'@esbuild/android-x64@0.19.12':
|
2947
3147
|
optional: true
|
2948
3148
|
|
2949
3149
|
'@esbuild/android-x64@0.20.2':
|
2950
3150
|
optional: true
|
2951
3151
|
|
3152
|
+
'@esbuild/android-x64@0.23.1':
|
3153
|
+
optional: true
|
3154
|
+
|
2952
3155
|
'@esbuild/darwin-arm64@0.19.12':
|
2953
3156
|
optional: true
|
2954
3157
|
|
2955
3158
|
'@esbuild/darwin-arm64@0.20.2':
|
2956
3159
|
optional: true
|
2957
3160
|
|
3161
|
+
'@esbuild/darwin-arm64@0.23.1':
|
3162
|
+
optional: true
|
3163
|
+
|
2958
3164
|
'@esbuild/darwin-x64@0.19.12':
|
2959
3165
|
optional: true
|
2960
3166
|
|
2961
3167
|
'@esbuild/darwin-x64@0.20.2':
|
2962
3168
|
optional: true
|
2963
3169
|
|
3170
|
+
'@esbuild/darwin-x64@0.23.1':
|
3171
|
+
optional: true
|
3172
|
+
|
2964
3173
|
'@esbuild/freebsd-arm64@0.19.12':
|
2965
3174
|
optional: true
|
2966
3175
|
|
2967
3176
|
'@esbuild/freebsd-arm64@0.20.2':
|
2968
3177
|
optional: true
|
2969
3178
|
|
3179
|
+
'@esbuild/freebsd-arm64@0.23.1':
|
3180
|
+
optional: true
|
3181
|
+
|
2970
3182
|
'@esbuild/freebsd-x64@0.19.12':
|
2971
3183
|
optional: true
|
2972
3184
|
|
2973
3185
|
'@esbuild/freebsd-x64@0.20.2':
|
2974
3186
|
optional: true
|
2975
3187
|
|
3188
|
+
'@esbuild/freebsd-x64@0.23.1':
|
3189
|
+
optional: true
|
3190
|
+
|
2976
3191
|
'@esbuild/linux-arm64@0.19.12':
|
2977
3192
|
optional: true
|
2978
3193
|
|
2979
3194
|
'@esbuild/linux-arm64@0.20.2':
|
2980
3195
|
optional: true
|
2981
3196
|
|
3197
|
+
'@esbuild/linux-arm64@0.23.1':
|
3198
|
+
optional: true
|
3199
|
+
|
2982
3200
|
'@esbuild/linux-arm@0.19.12':
|
2983
3201
|
optional: true
|
2984
3202
|
|
2985
3203
|
'@esbuild/linux-arm@0.20.2':
|
2986
3204
|
optional: true
|
2987
3205
|
|
3206
|
+
'@esbuild/linux-arm@0.23.1':
|
3207
|
+
optional: true
|
3208
|
+
|
2988
3209
|
'@esbuild/linux-ia32@0.19.12':
|
2989
3210
|
optional: true
|
2990
3211
|
|
2991
3212
|
'@esbuild/linux-ia32@0.20.2':
|
2992
3213
|
optional: true
|
2993
3214
|
|
3215
|
+
'@esbuild/linux-ia32@0.23.1':
|
3216
|
+
optional: true
|
3217
|
+
|
2994
3218
|
'@esbuild/linux-loong64@0.19.12':
|
2995
3219
|
optional: true
|
2996
3220
|
|
2997
3221
|
'@esbuild/linux-loong64@0.20.2':
|
2998
3222
|
optional: true
|
2999
3223
|
|
3224
|
+
'@esbuild/linux-loong64@0.23.1':
|
3225
|
+
optional: true
|
3226
|
+
|
3000
3227
|
'@esbuild/linux-mips64el@0.19.12':
|
3001
3228
|
optional: true
|
3002
3229
|
|
3003
3230
|
'@esbuild/linux-mips64el@0.20.2':
|
3004
3231
|
optional: true
|
3005
3232
|
|
3233
|
+
'@esbuild/linux-mips64el@0.23.1':
|
3234
|
+
optional: true
|
3235
|
+
|
3006
3236
|
'@esbuild/linux-ppc64@0.19.12':
|
3007
3237
|
optional: true
|
3008
3238
|
|
3009
3239
|
'@esbuild/linux-ppc64@0.20.2':
|
3010
3240
|
optional: true
|
3011
3241
|
|
3242
|
+
'@esbuild/linux-ppc64@0.23.1':
|
3243
|
+
optional: true
|
3244
|
+
|
3012
3245
|
'@esbuild/linux-riscv64@0.19.12':
|
3013
3246
|
optional: true
|
3014
3247
|
|
3015
3248
|
'@esbuild/linux-riscv64@0.20.2':
|
3016
3249
|
optional: true
|
3017
3250
|
|
3251
|
+
'@esbuild/linux-riscv64@0.23.1':
|
3252
|
+
optional: true
|
3253
|
+
|
3018
3254
|
'@esbuild/linux-s390x@0.19.12':
|
3019
3255
|
optional: true
|
3020
3256
|
|
3021
3257
|
'@esbuild/linux-s390x@0.20.2':
|
3022
3258
|
optional: true
|
3023
3259
|
|
3260
|
+
'@esbuild/linux-s390x@0.23.1':
|
3261
|
+
optional: true
|
3262
|
+
|
3024
3263
|
'@esbuild/linux-x64@0.19.12':
|
3025
3264
|
optional: true
|
3026
3265
|
|
3027
3266
|
'@esbuild/linux-x64@0.20.2':
|
3028
3267
|
optional: true
|
3029
3268
|
|
3269
|
+
'@esbuild/linux-x64@0.23.1':
|
3270
|
+
optional: true
|
3271
|
+
|
3030
3272
|
'@esbuild/netbsd-x64@0.19.12':
|
3031
3273
|
optional: true
|
3032
3274
|
|
3033
3275
|
'@esbuild/netbsd-x64@0.20.2':
|
3034
3276
|
optional: true
|
3035
3277
|
|
3278
|
+
'@esbuild/netbsd-x64@0.23.1':
|
3279
|
+
optional: true
|
3280
|
+
|
3281
|
+
'@esbuild/openbsd-arm64@0.23.1':
|
3282
|
+
optional: true
|
3283
|
+
|
3036
3284
|
'@esbuild/openbsd-x64@0.19.12':
|
3037
3285
|
optional: true
|
3038
3286
|
|
3039
3287
|
'@esbuild/openbsd-x64@0.20.2':
|
3040
3288
|
optional: true
|
3041
3289
|
|
3290
|
+
'@esbuild/openbsd-x64@0.23.1':
|
3291
|
+
optional: true
|
3292
|
+
|
3042
3293
|
'@esbuild/sunos-x64@0.19.12':
|
3043
3294
|
optional: true
|
3044
3295
|
|
3045
3296
|
'@esbuild/sunos-x64@0.20.2':
|
3046
3297
|
optional: true
|
3047
3298
|
|
3299
|
+
'@esbuild/sunos-x64@0.23.1':
|
3300
|
+
optional: true
|
3301
|
+
|
3048
3302
|
'@esbuild/win32-arm64@0.19.12':
|
3049
3303
|
optional: true
|
3050
3304
|
|
3051
3305
|
'@esbuild/win32-arm64@0.20.2':
|
3052
3306
|
optional: true
|
3053
3307
|
|
3308
|
+
'@esbuild/win32-arm64@0.23.1':
|
3309
|
+
optional: true
|
3310
|
+
|
3054
3311
|
'@esbuild/win32-ia32@0.19.12':
|
3055
3312
|
optional: true
|
3056
3313
|
|
3057
3314
|
'@esbuild/win32-ia32@0.20.2':
|
3058
3315
|
optional: true
|
3059
3316
|
|
3317
|
+
'@esbuild/win32-ia32@0.23.1':
|
3318
|
+
optional: true
|
3319
|
+
|
3060
3320
|
'@esbuild/win32-x64@0.19.12':
|
3061
3321
|
optional: true
|
3062
3322
|
|
3063
3323
|
'@esbuild/win32-x64@0.20.2':
|
3064
3324
|
optional: true
|
3065
3325
|
|
3066
|
-
'@
|
3326
|
+
'@esbuild/win32-x64@0.23.1':
|
3327
|
+
optional: true
|
3328
|
+
|
3329
|
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@1.21.6))':
|
3067
3330
|
dependencies:
|
3068
|
-
eslint:
|
3331
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3069
3332
|
eslint-visitor-keys: 3.4.3
|
3070
3333
|
|
3071
3334
|
'@eslint-community/regexpp@4.10.1': {}
|
3072
3335
|
|
3073
|
-
'@eslint/
|
3336
|
+
'@eslint-community/regexpp@4.12.1': {}
|
3337
|
+
|
3338
|
+
'@eslint/config-array@0.19.1':
|
3339
|
+
dependencies:
|
3340
|
+
'@eslint/object-schema': 2.1.5
|
3341
|
+
debug: 4.4.0
|
3342
|
+
minimatch: 3.1.2
|
3343
|
+
transitivePeerDependencies:
|
3344
|
+
- supports-color
|
3345
|
+
|
3346
|
+
'@eslint/core@0.9.1':
|
3347
|
+
dependencies:
|
3348
|
+
'@types/json-schema': 7.0.15
|
3349
|
+
|
3350
|
+
'@eslint/eslintrc@3.2.0':
|
3074
3351
|
dependencies:
|
3075
3352
|
ajv: 6.12.6
|
3076
|
-
debug: 4.
|
3077
|
-
espree:
|
3078
|
-
globals:
|
3353
|
+
debug: 4.4.0
|
3354
|
+
espree: 10.3.0
|
3355
|
+
globals: 14.0.0
|
3079
3356
|
ignore: 5.3.1
|
3080
3357
|
import-fresh: 3.3.0
|
3081
3358
|
js-yaml: 4.1.0
|
@@ -3084,7 +3361,13 @@ snapshots:
|
|
3084
3361
|
transitivePeerDependencies:
|
3085
3362
|
- supports-color
|
3086
3363
|
|
3087
|
-
'@eslint/js@
|
3364
|
+
'@eslint/js@9.17.0': {}
|
3365
|
+
|
3366
|
+
'@eslint/object-schema@2.1.5': {}
|
3367
|
+
|
3368
|
+
'@eslint/plugin-kit@0.2.4':
|
3369
|
+
dependencies:
|
3370
|
+
levn: 0.4.1
|
3088
3371
|
|
3089
3372
|
'@faker-js/faker@8.4.1': {}
|
3090
3373
|
|
@@ -3100,7 +3383,7 @@ snapshots:
|
|
3100
3383
|
dependencies:
|
3101
3384
|
text-decoding: 1.0.0
|
3102
3385
|
|
3103
|
-
'@fastify/cookie@9.
|
3386
|
+
'@fastify/cookie@9.4.0':
|
3104
3387
|
dependencies:
|
3105
3388
|
cookie-signature: 1.2.1
|
3106
3389
|
fastify-plugin: 4.5.1
|
@@ -3137,7 +3420,7 @@ snapshots:
|
|
3137
3420
|
fastq: 1.17.1
|
3138
3421
|
glob: 10.4.1
|
3139
3422
|
|
3140
|
-
'@fastify/swagger-ui@3.
|
3423
|
+
'@fastify/swagger-ui@3.1.0':
|
3141
3424
|
dependencies:
|
3142
3425
|
'@fastify/static': 7.0.4
|
3143
3426
|
fastify-plugin: 4.5.1
|
@@ -3145,7 +3428,7 @@ snapshots:
|
|
3145
3428
|
rfdc: 1.4.1
|
3146
3429
|
yaml: 2.4.5
|
3147
3430
|
|
3148
|
-
'@fastify/swagger@8.
|
3431
|
+
'@fastify/swagger@8.15.0':
|
3149
3432
|
dependencies:
|
3150
3433
|
fastify-plugin: 4.5.1
|
3151
3434
|
json-schema-resolver: 2.0.0
|
@@ -3155,17 +3438,18 @@ snapshots:
|
|
3155
3438
|
transitivePeerDependencies:
|
3156
3439
|
- supports-color
|
3157
3440
|
|
3158
|
-
'@
|
3441
|
+
'@humanfs/core@0.19.1': {}
|
3442
|
+
|
3443
|
+
'@humanfs/node@0.16.6':
|
3159
3444
|
dependencies:
|
3160
|
-
'@
|
3161
|
-
|
3162
|
-
minimatch: 3.1.2
|
3163
|
-
transitivePeerDependencies:
|
3164
|
-
- supports-color
|
3445
|
+
'@humanfs/core': 0.19.1
|
3446
|
+
'@humanwhocodes/retry': 0.3.1
|
3165
3447
|
|
3166
3448
|
'@humanwhocodes/module-importer@1.0.1': {}
|
3167
3449
|
|
3168
|
-
'@humanwhocodes/
|
3450
|
+
'@humanwhocodes/retry@0.3.1': {}
|
3451
|
+
|
3452
|
+
'@humanwhocodes/retry@0.4.1': {}
|
3169
3453
|
|
3170
3454
|
'@isaacs/cliui@8.0.2':
|
3171
3455
|
dependencies:
|
@@ -3323,13 +3607,17 @@ snapshots:
|
|
3323
3607
|
|
3324
3608
|
'@types/estree@1.0.5': {}
|
3325
3609
|
|
3610
|
+
'@types/estree@1.0.6': {}
|
3611
|
+
|
3612
|
+
'@types/json-schema@7.0.15': {}
|
3613
|
+
|
3326
3614
|
'@types/methods@1.1.4': {}
|
3327
3615
|
|
3328
3616
|
'@types/mime-types@2.1.4': {}
|
3329
3617
|
|
3330
|
-
'@types/node@20.
|
3618
|
+
'@types/node@20.17.10':
|
3331
3619
|
dependencies:
|
3332
|
-
undici-types:
|
3620
|
+
undici-types: 6.19.8
|
3333
3621
|
|
3334
3622
|
'@types/resolve@1.20.2': {}
|
3335
3623
|
|
@@ -3337,135 +3625,91 @@ snapshots:
|
|
3337
3625
|
dependencies:
|
3338
3626
|
'@types/cookiejar': 2.1.5
|
3339
3627
|
'@types/methods': 1.1.4
|
3340
|
-
'@types/node': 20.
|
3628
|
+
'@types/node': 20.17.10
|
3341
3629
|
|
3342
3630
|
'@types/supertest@6.0.2':
|
3343
3631
|
dependencies:
|
3344
3632
|
'@types/methods': 1.1.4
|
3345
3633
|
'@types/superagent': 8.1.7
|
3346
3634
|
|
3347
|
-
'@typescript-eslint/eslint-plugin@
|
3635
|
+
'@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3348
3636
|
dependencies:
|
3349
3637
|
'@eslint-community/regexpp': 4.10.1
|
3350
|
-
'@typescript-eslint/parser':
|
3351
|
-
'@typescript-eslint/scope-manager':
|
3352
|
-
'@typescript-eslint/type-utils':
|
3353
|
-
'@typescript-eslint/utils':
|
3354
|
-
'@typescript-eslint/visitor-keys':
|
3355
|
-
eslint:
|
3638
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3639
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3640
|
+
'@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3641
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3642
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3643
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3356
3644
|
graphemer: 1.4.0
|
3357
3645
|
ignore: 5.3.1
|
3358
3646
|
natural-compare: 1.4.0
|
3359
|
-
ts-api-utils: 1.3
|
3360
|
-
|
3361
|
-
typescript: 5.4.5
|
3647
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3648
|
+
typescript: 5.7.2
|
3362
3649
|
transitivePeerDependencies:
|
3363
3650
|
- supports-color
|
3364
3651
|
|
3365
|
-
'@typescript-eslint/parser@
|
3652
|
+
'@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3366
3653
|
dependencies:
|
3367
|
-
'@typescript-eslint/scope-manager':
|
3368
|
-
'@typescript-eslint/types':
|
3369
|
-
'@typescript-eslint/typescript-estree':
|
3370
|
-
'@typescript-eslint/visitor-keys':
|
3371
|
-
debug: 4.
|
3372
|
-
eslint:
|
3373
|
-
|
3374
|
-
typescript: 5.4.5
|
3654
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3655
|
+
'@typescript-eslint/types': 8.18.1
|
3656
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3657
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3658
|
+
debug: 4.4.0
|
3659
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3660
|
+
typescript: 5.7.2
|
3375
3661
|
transitivePeerDependencies:
|
3376
3662
|
- supports-color
|
3377
3663
|
|
3378
|
-
'@typescript-eslint/scope-manager@
|
3664
|
+
'@typescript-eslint/scope-manager@8.18.1':
|
3379
3665
|
dependencies:
|
3380
|
-
'@typescript-eslint/types':
|
3381
|
-
'@typescript-eslint/visitor-keys':
|
3666
|
+
'@typescript-eslint/types': 8.18.1
|
3667
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3382
3668
|
|
3383
|
-
'@typescript-eslint/
|
3669
|
+
'@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3384
3670
|
dependencies:
|
3385
|
-
'@typescript-eslint/
|
3386
|
-
'@typescript-eslint/
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3390
|
-
|
3391
|
-
'@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5)
|
3392
|
-
debug: 4.3.5
|
3393
|
-
eslint: 8.57.0
|
3394
|
-
ts-api-utils: 1.3.0(typescript@5.4.5)
|
3395
|
-
optionalDependencies:
|
3396
|
-
typescript: 5.4.5
|
3671
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3672
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3673
|
+
debug: 4.4.0
|
3674
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3675
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3676
|
+
typescript: 5.7.2
|
3397
3677
|
transitivePeerDependencies:
|
3398
3678
|
- supports-color
|
3399
3679
|
|
3400
|
-
'@typescript-eslint/types@
|
3401
|
-
|
3402
|
-
'@typescript-eslint/types@7.13.0': {}
|
3680
|
+
'@typescript-eslint/types@8.18.1': {}
|
3403
3681
|
|
3404
|
-
'@typescript-eslint/typescript-estree@
|
3682
|
+
'@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)':
|
3405
3683
|
dependencies:
|
3406
|
-
'@typescript-eslint/types':
|
3407
|
-
'@typescript-eslint/visitor-keys':
|
3408
|
-
debug: 4.
|
3409
|
-
|
3684
|
+
'@typescript-eslint/types': 8.18.1
|
3685
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3686
|
+
debug: 4.4.0
|
3687
|
+
fast-glob: 3.3.2
|
3410
3688
|
is-glob: 4.0.3
|
3411
3689
|
minimatch: 9.0.4
|
3412
3690
|
semver: 7.6.2
|
3413
|
-
ts-api-utils: 1.3
|
3414
|
-
|
3415
|
-
typescript: 5.4.5
|
3691
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3692
|
+
typescript: 5.7.2
|
3416
3693
|
transitivePeerDependencies:
|
3417
3694
|
- supports-color
|
3418
3695
|
|
3419
|
-
'@typescript-eslint/
|
3696
|
+
'@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3420
3697
|
dependencies:
|
3421
|
-
'@
|
3422
|
-
'@typescript-eslint/
|
3423
|
-
|
3424
|
-
|
3425
|
-
|
3426
|
-
|
3427
|
-
semver: 7.6.2
|
3428
|
-
ts-api-utils: 1.3.0(typescript@5.4.5)
|
3429
|
-
optionalDependencies:
|
3430
|
-
typescript: 5.4.5
|
3698
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
3699
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3700
|
+
'@typescript-eslint/types': 8.18.1
|
3701
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3702
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3703
|
+
typescript: 5.7.2
|
3431
3704
|
transitivePeerDependencies:
|
3432
3705
|
- supports-color
|
3433
3706
|
|
3434
|
-
'@typescript-eslint/
|
3707
|
+
'@typescript-eslint/visitor-keys@8.18.1':
|
3435
3708
|
dependencies:
|
3436
|
-
'@eslint
|
3437
|
-
|
3438
|
-
'@typescript-eslint/types': 7.10.0
|
3439
|
-
'@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
|
3440
|
-
eslint: 8.57.0
|
3441
|
-
transitivePeerDependencies:
|
3442
|
-
- supports-color
|
3443
|
-
- typescript
|
3709
|
+
'@typescript-eslint/types': 8.18.1
|
3710
|
+
eslint-visitor-keys: 4.2.0
|
3444
3711
|
|
3445
|
-
'@
|
3446
|
-
dependencies:
|
3447
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
3448
|
-
'@typescript-eslint/scope-manager': 7.13.0
|
3449
|
-
'@typescript-eslint/types': 7.13.0
|
3450
|
-
'@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
|
3451
|
-
eslint: 8.57.0
|
3452
|
-
transitivePeerDependencies:
|
3453
|
-
- supports-color
|
3454
|
-
- typescript
|
3455
|
-
|
3456
|
-
'@typescript-eslint/visitor-keys@7.10.0':
|
3457
|
-
dependencies:
|
3458
|
-
'@typescript-eslint/types': 7.10.0
|
3459
|
-
eslint-visitor-keys: 3.4.3
|
3460
|
-
|
3461
|
-
'@typescript-eslint/visitor-keys@7.13.0':
|
3462
|
-
dependencies:
|
3463
|
-
'@typescript-eslint/types': 7.13.0
|
3464
|
-
eslint-visitor-keys: 3.4.3
|
3465
|
-
|
3466
|
-
'@ungap/structured-clone@1.2.0': {}
|
3467
|
-
|
3468
|
-
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.12.12))':
|
3712
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.17.10))':
|
3469
3713
|
dependencies:
|
3470
3714
|
'@ampproject/remapping': 2.3.0
|
3471
3715
|
'@bcoe/v8-coverage': 0.2.3
|
@@ -3480,10 +3724,18 @@ snapshots:
|
|
3480
3724
|
std-env: 3.7.0
|
3481
3725
|
strip-literal: 2.1.0
|
3482
3726
|
test-exclude: 6.0.0
|
3483
|
-
vitest: 1.6.0(@types/node@20.
|
3727
|
+
vitest: 1.6.0(@types/node@20.17.10)
|
3484
3728
|
transitivePeerDependencies:
|
3485
3729
|
- supports-color
|
3486
3730
|
|
3731
|
+
'@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)(vitest@1.6.0(@types/node@20.17.10))':
|
3732
|
+
dependencies:
|
3733
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3734
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3735
|
+
optionalDependencies:
|
3736
|
+
typescript: 5.7.2
|
3737
|
+
vitest: 1.6.0(@types/node@20.17.10)
|
3738
|
+
|
3487
3739
|
'@vitest/expect@1.6.0':
|
3488
3740
|
dependencies:
|
3489
3741
|
'@vitest/spy': 1.6.0
|
@@ -3519,14 +3771,16 @@ snapshots:
|
|
3519
3771
|
|
3520
3772
|
abstract-logging@2.0.1: {}
|
3521
3773
|
|
3522
|
-
acorn-jsx@5.3.2(acorn@8.
|
3774
|
+
acorn-jsx@5.3.2(acorn@8.14.0):
|
3523
3775
|
dependencies:
|
3524
|
-
acorn: 8.
|
3776
|
+
acorn: 8.14.0
|
3525
3777
|
|
3526
3778
|
acorn-walk@8.3.2: {}
|
3527
3779
|
|
3528
3780
|
acorn@8.11.3: {}
|
3529
3781
|
|
3782
|
+
acorn@8.14.0: {}
|
3783
|
+
|
3530
3784
|
ajv-formats@2.1.1(ajv@8.16.0):
|
3531
3785
|
optionalDependencies:
|
3532
3786
|
ajv: 8.16.0
|
@@ -3549,7 +3803,9 @@ snapshots:
|
|
3549
3803
|
require-from-string: 2.0.2
|
3550
3804
|
uri-js: 4.4.1
|
3551
3805
|
|
3552
|
-
ansi-escapes@
|
3806
|
+
ansi-escapes@7.0.0:
|
3807
|
+
dependencies:
|
3808
|
+
environment: 1.1.0
|
3553
3809
|
|
3554
3810
|
ansi-regex@5.0.1: {}
|
3555
3811
|
|
@@ -3571,8 +3827,6 @@ snapshots:
|
|
3571
3827
|
|
3572
3828
|
argparse@2.0.1: {}
|
3573
3829
|
|
3574
|
-
array-union@2.1.0: {}
|
3575
|
-
|
3576
3830
|
asap@2.0.6: {}
|
3577
3831
|
|
3578
3832
|
assertion-error@1.1.0: {}
|
@@ -3683,9 +3937,9 @@ snapshots:
|
|
3683
3937
|
dependencies:
|
3684
3938
|
consola: 3.2.3
|
3685
3939
|
|
3686
|
-
cli-cursor@
|
3940
|
+
cli-cursor@5.0.0:
|
3687
3941
|
dependencies:
|
3688
|
-
restore-cursor:
|
3942
|
+
restore-cursor: 5.1.0
|
3689
3943
|
|
3690
3944
|
cli-truncate@4.0.0:
|
3691
3945
|
dependencies:
|
@@ -3751,6 +4005,12 @@ snapshots:
|
|
3751
4005
|
shebang-command: 2.0.0
|
3752
4006
|
which: 2.0.2
|
3753
4007
|
|
4008
|
+
cross-spawn@7.0.6:
|
4009
|
+
dependencies:
|
4010
|
+
path-key: 3.1.1
|
4011
|
+
shebang-command: 2.0.0
|
4012
|
+
which: 2.0.2
|
4013
|
+
|
3754
4014
|
css-declaration-sorter@7.2.0(postcss@8.4.38):
|
3755
4015
|
dependencies:
|
3756
4016
|
postcss: 8.4.38
|
@@ -3829,6 +4089,10 @@ snapshots:
|
|
3829
4089
|
dependencies:
|
3830
4090
|
ms: 2.1.2
|
3831
4091
|
|
4092
|
+
debug@4.4.0:
|
4093
|
+
dependencies:
|
4094
|
+
ms: 2.1.3
|
4095
|
+
|
3832
4096
|
deep-eql@4.1.4:
|
3833
4097
|
dependencies:
|
3834
4098
|
type-detect: 4.0.8
|
@@ -3860,10 +4124,6 @@ snapshots:
|
|
3860
4124
|
dependencies:
|
3861
4125
|
path-type: 4.0.0
|
3862
4126
|
|
3863
|
-
doctrine@3.0.0:
|
3864
|
-
dependencies:
|
3865
|
-
esutils: 2.0.3
|
3866
|
-
|
3867
4127
|
dom-serializer@2.0.0:
|
3868
4128
|
dependencies:
|
3869
4129
|
domelementtype: 2.3.0
|
@@ -3882,7 +4142,7 @@ snapshots:
|
|
3882
4142
|
domelementtype: 2.3.0
|
3883
4143
|
domhandler: 5.0.3
|
3884
4144
|
|
3885
|
-
dotenv@16.4.
|
4145
|
+
dotenv@16.4.7: {}
|
3886
4146
|
|
3887
4147
|
eastasianwidth@0.2.0: {}
|
3888
4148
|
|
@@ -3898,6 +4158,8 @@ snapshots:
|
|
3898
4158
|
|
3899
4159
|
entities@4.5.0: {}
|
3900
4160
|
|
4161
|
+
environment@1.1.0: {}
|
4162
|
+
|
3901
4163
|
es-define-property@1.0.0:
|
3902
4164
|
dependencies:
|
3903
4165
|
get-intrinsic: 1.2.4
|
@@ -3956,6 +4218,33 @@ snapshots:
|
|
3956
4218
|
'@esbuild/win32-ia32': 0.20.2
|
3957
4219
|
'@esbuild/win32-x64': 0.20.2
|
3958
4220
|
|
4221
|
+
esbuild@0.23.1:
|
4222
|
+
optionalDependencies:
|
4223
|
+
'@esbuild/aix-ppc64': 0.23.1
|
4224
|
+
'@esbuild/android-arm': 0.23.1
|
4225
|
+
'@esbuild/android-arm64': 0.23.1
|
4226
|
+
'@esbuild/android-x64': 0.23.1
|
4227
|
+
'@esbuild/darwin-arm64': 0.23.1
|
4228
|
+
'@esbuild/darwin-x64': 0.23.1
|
4229
|
+
'@esbuild/freebsd-arm64': 0.23.1
|
4230
|
+
'@esbuild/freebsd-x64': 0.23.1
|
4231
|
+
'@esbuild/linux-arm': 0.23.1
|
4232
|
+
'@esbuild/linux-arm64': 0.23.1
|
4233
|
+
'@esbuild/linux-ia32': 0.23.1
|
4234
|
+
'@esbuild/linux-loong64': 0.23.1
|
4235
|
+
'@esbuild/linux-mips64el': 0.23.1
|
4236
|
+
'@esbuild/linux-ppc64': 0.23.1
|
4237
|
+
'@esbuild/linux-riscv64': 0.23.1
|
4238
|
+
'@esbuild/linux-s390x': 0.23.1
|
4239
|
+
'@esbuild/linux-x64': 0.23.1
|
4240
|
+
'@esbuild/netbsd-x64': 0.23.1
|
4241
|
+
'@esbuild/openbsd-arm64': 0.23.1
|
4242
|
+
'@esbuild/openbsd-x64': 0.23.1
|
4243
|
+
'@esbuild/sunos-x64': 0.23.1
|
4244
|
+
'@esbuild/win32-arm64': 0.23.1
|
4245
|
+
'@esbuild/win32-ia32': 0.23.1
|
4246
|
+
'@esbuild/win32-x64': 0.23.1
|
4247
|
+
|
3959
4248
|
escalade@3.1.2: {}
|
3960
4249
|
|
3961
4250
|
escape-html@1.0.3: {}
|
@@ -3964,76 +4253,65 @@ snapshots:
|
|
3964
4253
|
|
3965
4254
|
escape-string-regexp@4.0.0: {}
|
3966
4255
|
|
3967
|
-
eslint-config-prettier@9.1.0(eslint@
|
4256
|
+
eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@1.21.6)):
|
3968
4257
|
dependencies:
|
3969
|
-
eslint:
|
4258
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3970
4259
|
|
3971
|
-
eslint-
|
3972
|
-
dependencies:
|
3973
|
-
'@typescript-eslint/utils': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
|
3974
|
-
eslint: 8.57.0
|
3975
|
-
optionalDependencies:
|
3976
|
-
'@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
|
3977
|
-
vitest: 1.6.0(@types/node@20.12.12)
|
3978
|
-
transitivePeerDependencies:
|
3979
|
-
- supports-color
|
3980
|
-
- typescript
|
3981
|
-
|
3982
|
-
eslint-scope@7.2.2:
|
4260
|
+
eslint-scope@8.2.0:
|
3983
4261
|
dependencies:
|
3984
4262
|
esrecurse: 4.3.0
|
3985
4263
|
estraverse: 5.3.0
|
3986
4264
|
|
3987
4265
|
eslint-visitor-keys@3.4.3: {}
|
3988
4266
|
|
3989
|
-
eslint@
|
4267
|
+
eslint-visitor-keys@4.2.0: {}
|
4268
|
+
|
4269
|
+
eslint@9.17.0(jiti@1.21.6):
|
3990
4270
|
dependencies:
|
3991
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@
|
3992
|
-
'@eslint-community/regexpp': 4.
|
3993
|
-
'@eslint/
|
3994
|
-
'@eslint/
|
3995
|
-
'@
|
4271
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
4272
|
+
'@eslint-community/regexpp': 4.12.1
|
4273
|
+
'@eslint/config-array': 0.19.1
|
4274
|
+
'@eslint/core': 0.9.1
|
4275
|
+
'@eslint/eslintrc': 3.2.0
|
4276
|
+
'@eslint/js': 9.17.0
|
4277
|
+
'@eslint/plugin-kit': 0.2.4
|
4278
|
+
'@humanfs/node': 0.16.6
|
3996
4279
|
'@humanwhocodes/module-importer': 1.0.1
|
3997
|
-
'@
|
3998
|
-
'@
|
4280
|
+
'@humanwhocodes/retry': 0.4.1
|
4281
|
+
'@types/estree': 1.0.6
|
4282
|
+
'@types/json-schema': 7.0.15
|
3999
4283
|
ajv: 6.12.6
|
4000
4284
|
chalk: 4.1.2
|
4001
|
-
cross-spawn: 7.0.
|
4002
|
-
debug: 4.
|
4003
|
-
doctrine: 3.0.0
|
4285
|
+
cross-spawn: 7.0.6
|
4286
|
+
debug: 4.4.0
|
4004
4287
|
escape-string-regexp: 4.0.0
|
4005
|
-
eslint-scope:
|
4006
|
-
eslint-visitor-keys:
|
4007
|
-
espree:
|
4288
|
+
eslint-scope: 8.2.0
|
4289
|
+
eslint-visitor-keys: 4.2.0
|
4290
|
+
espree: 10.3.0
|
4008
4291
|
esquery: 1.5.0
|
4009
4292
|
esutils: 2.0.3
|
4010
4293
|
fast-deep-equal: 3.1.3
|
4011
|
-
file-entry-cache:
|
4294
|
+
file-entry-cache: 8.0.0
|
4012
4295
|
find-up: 5.0.0
|
4013
4296
|
glob-parent: 6.0.2
|
4014
|
-
globals: 13.24.0
|
4015
|
-
graphemer: 1.4.0
|
4016
4297
|
ignore: 5.3.1
|
4017
4298
|
imurmurhash: 0.1.4
|
4018
4299
|
is-glob: 4.0.3
|
4019
|
-
is-path-inside: 3.0.3
|
4020
|
-
js-yaml: 4.1.0
|
4021
4300
|
json-stable-stringify-without-jsonify: 1.0.1
|
4022
|
-
levn: 0.4.1
|
4023
4301
|
lodash.merge: 4.6.2
|
4024
4302
|
minimatch: 3.1.2
|
4025
4303
|
natural-compare: 1.4.0
|
4026
4304
|
optionator: 0.9.4
|
4027
|
-
|
4028
|
-
|
4305
|
+
optionalDependencies:
|
4306
|
+
jiti: 1.21.6
|
4029
4307
|
transitivePeerDependencies:
|
4030
4308
|
- supports-color
|
4031
4309
|
|
4032
|
-
espree@
|
4310
|
+
espree@10.3.0:
|
4033
4311
|
dependencies:
|
4034
|
-
acorn: 8.
|
4035
|
-
acorn-jsx: 5.3.2(acorn@8.
|
4036
|
-
eslint-visitor-keys:
|
4312
|
+
acorn: 8.14.0
|
4313
|
+
acorn-jsx: 5.3.2(acorn@8.14.0)
|
4314
|
+
eslint-visitor-keys: 4.2.0
|
4037
4315
|
|
4038
4316
|
esquery@1.5.0:
|
4039
4317
|
dependencies:
|
@@ -4126,13 +4404,13 @@ snapshots:
|
|
4126
4404
|
|
4127
4405
|
fastify-plugin@4.5.1: {}
|
4128
4406
|
|
4129
|
-
fastify-type-provider-zod@1.2.0(fastify@4.
|
4407
|
+
fastify-type-provider-zod@1.2.0(fastify@4.29.0)(zod@3.24.1):
|
4130
4408
|
dependencies:
|
4131
|
-
fastify: 4.
|
4132
|
-
zod: 3.
|
4133
|
-
zod-to-json-schema: 3.23.0(zod@3.
|
4409
|
+
fastify: 4.29.0
|
4410
|
+
zod: 3.24.1
|
4411
|
+
zod-to-json-schema: 3.23.0(zod@3.24.1)
|
4134
4412
|
|
4135
|
-
fastify@4.
|
4413
|
+
fastify@4.29.0:
|
4136
4414
|
dependencies:
|
4137
4415
|
'@fastify/ajv-compiler': 3.5.0
|
4138
4416
|
'@fastify/error': 3.4.1
|
@@ -4155,9 +4433,9 @@ snapshots:
|
|
4155
4433
|
dependencies:
|
4156
4434
|
reusify: 1.0.4
|
4157
4435
|
|
4158
|
-
file-entry-cache@
|
4436
|
+
file-entry-cache@8.0.0:
|
4159
4437
|
dependencies:
|
4160
|
-
flat-cache:
|
4438
|
+
flat-cache: 4.0.1
|
4161
4439
|
|
4162
4440
|
fill-range@7.1.1:
|
4163
4441
|
dependencies:
|
@@ -4174,17 +4452,16 @@ snapshots:
|
|
4174
4452
|
locate-path: 6.0.0
|
4175
4453
|
path-exists: 4.0.0
|
4176
4454
|
|
4177
|
-
flat-cache@
|
4455
|
+
flat-cache@4.0.1:
|
4178
4456
|
dependencies:
|
4179
4457
|
flatted: 3.3.1
|
4180
4458
|
keyv: 4.5.4
|
4181
|
-
rimraf: 3.0.2
|
4182
4459
|
|
4183
4460
|
flatted@3.3.1: {}
|
4184
4461
|
|
4185
4462
|
foreground-child@3.2.0:
|
4186
4463
|
dependencies:
|
4187
|
-
cross-spawn: 7.0.
|
4464
|
+
cross-spawn: 7.0.6
|
4188
4465
|
signal-exit: 4.1.0
|
4189
4466
|
|
4190
4467
|
form-data@4.0.0:
|
@@ -4252,6 +4529,15 @@ snapshots:
|
|
4252
4529
|
minipass: 7.1.2
|
4253
4530
|
path-scurry: 1.11.1
|
4254
4531
|
|
4532
|
+
glob@11.0.0:
|
4533
|
+
dependencies:
|
4534
|
+
foreground-child: 3.2.0
|
4535
|
+
jackspeak: 4.0.2
|
4536
|
+
minimatch: 10.0.1
|
4537
|
+
minipass: 7.1.2
|
4538
|
+
package-json-from-dist: 1.0.1
|
4539
|
+
path-scurry: 2.0.0
|
4540
|
+
|
4255
4541
|
glob@7.2.3:
|
4256
4542
|
dependencies:
|
4257
4543
|
fs.realpath: 1.0.0
|
@@ -4271,18 +4557,9 @@ snapshots:
|
|
4271
4557
|
|
4272
4558
|
globals@11.12.0: {}
|
4273
4559
|
|
4274
|
-
globals@
|
4275
|
-
dependencies:
|
4276
|
-
type-fest: 0.20.2
|
4560
|
+
globals@14.0.0: {}
|
4277
4561
|
|
4278
|
-
|
4279
|
-
dependencies:
|
4280
|
-
array-union: 2.1.0
|
4281
|
-
dir-glob: 3.0.1
|
4282
|
-
fast-glob: 3.3.2
|
4283
|
-
ignore: 5.3.1
|
4284
|
-
merge2: 1.4.1
|
4285
|
-
slash: 3.0.0
|
4562
|
+
globals@15.14.0: {}
|
4286
4563
|
|
4287
4564
|
globby@13.2.2:
|
4288
4565
|
dependencies:
|
@@ -4343,7 +4620,7 @@ snapshots:
|
|
4343
4620
|
|
4344
4621
|
human-signals@5.0.0: {}
|
4345
4622
|
|
4346
|
-
husky@9.
|
4623
|
+
husky@9.1.7: {}
|
4347
4624
|
|
4348
4625
|
ieee754@1.2.1: {}
|
4349
4626
|
|
@@ -4391,8 +4668,6 @@ snapshots:
|
|
4391
4668
|
|
4392
4669
|
is-number@7.0.0: {}
|
4393
4670
|
|
4394
|
-
is-path-inside@3.0.3: {}
|
4395
|
-
|
4396
4671
|
is-reference@1.2.1:
|
4397
4672
|
dependencies:
|
4398
4673
|
'@types/estree': 1.0.5
|
@@ -4428,6 +4703,10 @@ snapshots:
|
|
4428
4703
|
optionalDependencies:
|
4429
4704
|
'@pkgjs/parseargs': 0.11.0
|
4430
4705
|
|
4706
|
+
jackspeak@4.0.2:
|
4707
|
+
dependencies:
|
4708
|
+
'@isaacs/cliui': 8.0.2
|
4709
|
+
|
4431
4710
|
jiti@1.21.6: {}
|
4432
4711
|
|
4433
4712
|
js-tokens@4.0.0: {}
|
@@ -4485,27 +4764,29 @@ snapshots:
|
|
4485
4764
|
|
4486
4765
|
lilconfig@3.1.2: {}
|
4487
4766
|
|
4488
|
-
|
4767
|
+
lilconfig@3.1.3: {}
|
4768
|
+
|
4769
|
+
lint-staged@15.2.11:
|
4489
4770
|
dependencies:
|
4490
4771
|
chalk: 5.3.0
|
4491
4772
|
commander: 12.1.0
|
4492
|
-
debug: 4.
|
4773
|
+
debug: 4.4.0
|
4493
4774
|
execa: 8.0.1
|
4494
|
-
lilconfig: 3.1.
|
4495
|
-
listr2: 8.2.
|
4496
|
-
micromatch: 4.0.
|
4775
|
+
lilconfig: 3.1.3
|
4776
|
+
listr2: 8.2.5
|
4777
|
+
micromatch: 4.0.8
|
4497
4778
|
pidtree: 0.6.0
|
4498
4779
|
string-argv: 0.3.2
|
4499
|
-
yaml: 2.
|
4780
|
+
yaml: 2.6.1
|
4500
4781
|
transitivePeerDependencies:
|
4501
4782
|
- supports-color
|
4502
4783
|
|
4503
|
-
listr2@8.2.
|
4784
|
+
listr2@8.2.5:
|
4504
4785
|
dependencies:
|
4505
4786
|
cli-truncate: 4.0.0
|
4506
4787
|
colorette: 2.0.20
|
4507
4788
|
eventemitter3: 5.0.1
|
4508
|
-
log-update: 6.
|
4789
|
+
log-update: 6.1.0
|
4509
4790
|
rfdc: 1.4.1
|
4510
4791
|
wrap-ansi: 9.0.0
|
4511
4792
|
|
@@ -4524,10 +4805,10 @@ snapshots:
|
|
4524
4805
|
|
4525
4806
|
lodash.uniq@4.5.0: {}
|
4526
4807
|
|
4527
|
-
log-update@6.
|
4808
|
+
log-update@6.1.0:
|
4528
4809
|
dependencies:
|
4529
|
-
ansi-escapes:
|
4530
|
-
cli-cursor:
|
4810
|
+
ansi-escapes: 7.0.0
|
4811
|
+
cli-cursor: 5.0.0
|
4531
4812
|
slice-ansi: 7.1.0
|
4532
4813
|
strip-ansi: 7.1.0
|
4533
4814
|
wrap-ansi: 9.0.0
|
@@ -4538,6 +4819,8 @@ snapshots:
|
|
4538
4819
|
|
4539
4820
|
lru-cache@10.2.2: {}
|
4540
4821
|
|
4822
|
+
lru-cache@11.0.2: {}
|
4823
|
+
|
4541
4824
|
lru-cache@5.1.1:
|
4542
4825
|
dependencies:
|
4543
4826
|
yallist: 3.1.1
|
@@ -4573,6 +4856,11 @@ snapshots:
|
|
4573
4856
|
braces: 3.0.3
|
4574
4857
|
picomatch: 2.3.1
|
4575
4858
|
|
4859
|
+
micromatch@4.0.8:
|
4860
|
+
dependencies:
|
4861
|
+
braces: 3.0.3
|
4862
|
+
picomatch: 2.3.1
|
4863
|
+
|
4576
4864
|
mime-db@1.52.0: {}
|
4577
4865
|
|
4578
4866
|
mime-types@2.1.35:
|
@@ -4583,10 +4871,14 @@ snapshots:
|
|
4583
4871
|
|
4584
4872
|
mime@3.0.0: {}
|
4585
4873
|
|
4586
|
-
mimic-fn@2.1.0: {}
|
4587
|
-
|
4588
4874
|
mimic-fn@4.0.0: {}
|
4589
4875
|
|
4876
|
+
mimic-function@5.0.1: {}
|
4877
|
+
|
4878
|
+
minimatch@10.0.1:
|
4879
|
+
dependencies:
|
4880
|
+
brace-expansion: 2.0.1
|
4881
|
+
|
4590
4882
|
minimatch@3.1.2:
|
4591
4883
|
dependencies:
|
4592
4884
|
brace-expansion: 1.1.11
|
@@ -4603,7 +4895,7 @@ snapshots:
|
|
4603
4895
|
|
4604
4896
|
mkdirp@1.0.4: {}
|
4605
4897
|
|
4606
|
-
mkdist@1.5.1(typescript@5.
|
4898
|
+
mkdist@1.5.1(typescript@5.7.2):
|
4607
4899
|
dependencies:
|
4608
4900
|
autoprefixer: 10.4.19(postcss@8.4.38)
|
4609
4901
|
citty: 0.1.6
|
@@ -4621,7 +4913,7 @@ snapshots:
|
|
4621
4913
|
postcss-nested: 6.0.1(postcss@8.4.38)
|
4622
4914
|
semver: 7.6.2
|
4623
4915
|
optionalDependencies:
|
4624
|
-
typescript: 5.
|
4916
|
+
typescript: 5.7.2
|
4625
4917
|
|
4626
4918
|
mlly@1.7.1:
|
4627
4919
|
dependencies:
|
@@ -4638,6 +4930,8 @@ snapshots:
|
|
4638
4930
|
|
4639
4931
|
ms@2.1.2: {}
|
4640
4932
|
|
4933
|
+
ms@2.1.3: {}
|
4934
|
+
|
4641
4935
|
nanoid@3.3.7: {}
|
4642
4936
|
|
4643
4937
|
natural-compare@1.4.0: {}
|
@@ -4668,14 +4962,14 @@ snapshots:
|
|
4668
4962
|
dependencies:
|
4669
4963
|
wrappy: 1.0.2
|
4670
4964
|
|
4671
|
-
onetime@5.1.2:
|
4672
|
-
dependencies:
|
4673
|
-
mimic-fn: 2.1.0
|
4674
|
-
|
4675
4965
|
onetime@6.0.0:
|
4676
4966
|
dependencies:
|
4677
4967
|
mimic-fn: 4.0.0
|
4678
4968
|
|
4969
|
+
onetime@7.0.0:
|
4970
|
+
dependencies:
|
4971
|
+
mimic-function: 5.0.1
|
4972
|
+
|
4679
4973
|
openapi-types@12.1.3: {}
|
4680
4974
|
|
4681
4975
|
optionator@0.9.4:
|
@@ -4699,6 +4993,8 @@ snapshots:
|
|
4699
4993
|
dependencies:
|
4700
4994
|
p-limit: 3.1.0
|
4701
4995
|
|
4996
|
+
package-json-from-dist@1.0.1: {}
|
4997
|
+
|
4702
4998
|
parent-module@1.0.1:
|
4703
4999
|
dependencies:
|
4704
5000
|
callsites: 3.1.0
|
@@ -4718,6 +5014,11 @@ snapshots:
|
|
4718
5014
|
lru-cache: 10.2.2
|
4719
5015
|
minipass: 7.1.2
|
4720
5016
|
|
5017
|
+
path-scurry@2.0.0:
|
5018
|
+
dependencies:
|
5019
|
+
lru-cache: 11.0.2
|
5020
|
+
minipass: 7.1.2
|
5021
|
+
|
4721
5022
|
path-type@4.0.0: {}
|
4722
5023
|
|
4723
5024
|
path-type@5.0.0: {}
|
@@ -4926,7 +5227,7 @@ snapshots:
|
|
4926
5227
|
|
4927
5228
|
prelude-ls@1.2.1: {}
|
4928
5229
|
|
4929
|
-
prettier@3.2
|
5230
|
+
prettier@3.4.2: {}
|
4930
5231
|
|
4931
5232
|
pretty-bytes@5.6.0: {}
|
4932
5233
|
|
@@ -4987,10 +5288,10 @@ snapshots:
|
|
4987
5288
|
path-parse: 1.0.7
|
4988
5289
|
supports-preserve-symlinks-flag: 1.0.0
|
4989
5290
|
|
4990
|
-
restore-cursor@
|
5291
|
+
restore-cursor@5.1.0:
|
4991
5292
|
dependencies:
|
4992
|
-
onetime:
|
4993
|
-
signal-exit:
|
5293
|
+
onetime: 7.0.0
|
5294
|
+
signal-exit: 4.1.0
|
4994
5295
|
|
4995
5296
|
ret@0.4.3: {}
|
4996
5297
|
|
@@ -4998,19 +5299,16 @@ snapshots:
|
|
4998
5299
|
|
4999
5300
|
rfdc@1.4.1: {}
|
5000
5301
|
|
5001
|
-
rimraf@
|
5302
|
+
rimraf@6.0.1:
|
5002
5303
|
dependencies:
|
5003
|
-
glob:
|
5304
|
+
glob: 11.0.0
|
5305
|
+
package-json-from-dist: 1.0.1
|
5004
5306
|
|
5005
|
-
|
5006
|
-
dependencies:
|
5007
|
-
glob: 10.4.1
|
5008
|
-
|
5009
|
-
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.4.5):
|
5307
|
+
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.7.2):
|
5010
5308
|
dependencies:
|
5011
5309
|
magic-string: 0.30.10
|
5012
5310
|
rollup: 3.29.4
|
5013
|
-
typescript: 5.
|
5311
|
+
typescript: 5.7.2
|
5014
5312
|
optionalDependencies:
|
5015
5313
|
'@babel/code-frame': 7.24.7
|
5016
5314
|
|
@@ -5088,12 +5386,8 @@ snapshots:
|
|
5088
5386
|
|
5089
5387
|
siginfo@2.0.0: {}
|
5090
5388
|
|
5091
|
-
signal-exit@3.0.7: {}
|
5092
|
-
|
5093
5389
|
signal-exit@4.1.0: {}
|
5094
5390
|
|
5095
|
-
slash@3.0.0: {}
|
5096
|
-
|
5097
5391
|
slash@4.0.0: {}
|
5098
5392
|
|
5099
5393
|
slash@5.1.0: {}
|
@@ -5217,8 +5511,6 @@ snapshots:
|
|
5217
5511
|
|
5218
5512
|
text-decoding@1.0.0: {}
|
5219
5513
|
|
5220
|
-
text-table@0.2.0: {}
|
5221
|
-
|
5222
5514
|
thread-stream@3.0.2:
|
5223
5515
|
dependencies:
|
5224
5516
|
real-require: 0.2.0
|
@@ -5239,17 +5531,17 @@ snapshots:
|
|
5239
5531
|
|
5240
5532
|
toidentifier@1.0.1: {}
|
5241
5533
|
|
5242
|
-
ts-api-utils@1.3
|
5534
|
+
ts-api-utils@1.4.3(typescript@5.7.2):
|
5243
5535
|
dependencies:
|
5244
|
-
typescript: 5.
|
5536
|
+
typescript: 5.7.2
|
5245
5537
|
|
5246
|
-
tsconfck@3.1.0(typescript@5.
|
5538
|
+
tsconfck@3.1.0(typescript@5.7.2):
|
5247
5539
|
optionalDependencies:
|
5248
|
-
typescript: 5.
|
5540
|
+
typescript: 5.7.2
|
5249
5541
|
|
5250
|
-
tsx@4.
|
5542
|
+
tsx@4.19.2:
|
5251
5543
|
dependencies:
|
5252
|
-
esbuild: 0.
|
5544
|
+
esbuild: 0.23.1
|
5253
5545
|
get-tsconfig: 4.7.5
|
5254
5546
|
optionalDependencies:
|
5255
5547
|
fsevents: 2.3.3
|
@@ -5260,9 +5552,7 @@ snapshots:
|
|
5260
5552
|
|
5261
5553
|
type-detect@4.0.8: {}
|
5262
5554
|
|
5263
|
-
type-fest@
|
5264
|
-
|
5265
|
-
type-fest@4.20.0: {}
|
5555
|
+
type-fest@4.30.2: {}
|
5266
5556
|
|
5267
5557
|
type-is@1.6.18:
|
5268
5558
|
dependencies:
|
@@ -5271,11 +5561,21 @@ snapshots:
|
|
5271
5561
|
|
5272
5562
|
typedarray@0.0.6: {}
|
5273
5563
|
|
5274
|
-
typescript@5.
|
5564
|
+
typescript-eslint@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2):
|
5565
|
+
dependencies:
|
5566
|
+
'@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2))(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
5567
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
5568
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
5569
|
+
eslint: 9.17.0(jiti@1.21.6)
|
5570
|
+
typescript: 5.7.2
|
5571
|
+
transitivePeerDependencies:
|
5572
|
+
- supports-color
|
5573
|
+
|
5574
|
+
typescript@5.7.2: {}
|
5275
5575
|
|
5276
5576
|
ufo@1.5.3: {}
|
5277
5577
|
|
5278
|
-
unbuild@2.0.0(typescript@5.
|
5578
|
+
unbuild@2.0.0(typescript@5.7.2):
|
5279
5579
|
dependencies:
|
5280
5580
|
'@rollup/plugin-alias': 5.1.0(rollup@3.29.4)
|
5281
5581
|
'@rollup/plugin-commonjs': 25.0.8(rollup@3.29.4)
|
@@ -5292,23 +5592,23 @@ snapshots:
|
|
5292
5592
|
hookable: 5.5.3
|
5293
5593
|
jiti: 1.21.6
|
5294
5594
|
magic-string: 0.30.10
|
5295
|
-
mkdist: 1.5.1(typescript@5.
|
5595
|
+
mkdist: 1.5.1(typescript@5.7.2)
|
5296
5596
|
mlly: 1.7.1
|
5297
5597
|
pathe: 1.1.2
|
5298
5598
|
pkg-types: 1.1.1
|
5299
5599
|
pretty-bytes: 6.1.1
|
5300
5600
|
rollup: 3.29.4
|
5301
|
-
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.
|
5601
|
+
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.7.2)
|
5302
5602
|
scule: 1.3.0
|
5303
5603
|
untyped: 1.4.2
|
5304
5604
|
optionalDependencies:
|
5305
|
-
typescript: 5.
|
5605
|
+
typescript: 5.7.2
|
5306
5606
|
transitivePeerDependencies:
|
5307
5607
|
- sass
|
5308
5608
|
- supports-color
|
5309
5609
|
- vue-tsc
|
5310
5610
|
|
5311
|
-
undici-types@
|
5611
|
+
undici-types@6.19.8: {}
|
5312
5612
|
|
5313
5613
|
unicorn-magic@0.1.0: {}
|
5314
5614
|
|
@@ -5338,13 +5638,13 @@ snapshots:
|
|
5338
5638
|
|
5339
5639
|
util-deprecate@1.0.2: {}
|
5340
5640
|
|
5341
|
-
vite-node@1.6.0(@types/node@20.
|
5641
|
+
vite-node@1.6.0(@types/node@20.17.10):
|
5342
5642
|
dependencies:
|
5343
5643
|
cac: 6.7.14
|
5344
5644
|
debug: 4.3.5
|
5345
5645
|
pathe: 1.1.2
|
5346
5646
|
picocolors: 1.0.1
|
5347
|
-
vite: 5.2.13(@types/node@20.
|
5647
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5348
5648
|
transitivePeerDependencies:
|
5349
5649
|
- '@types/node'
|
5350
5650
|
- less
|
@@ -5355,27 +5655,27 @@ snapshots:
|
|
5355
5655
|
- supports-color
|
5356
5656
|
- terser
|
5357
5657
|
|
5358
|
-
vite-tsconfig-paths@4.3.2(typescript@5.
|
5658
|
+
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@20.17.10)):
|
5359
5659
|
dependencies:
|
5360
5660
|
debug: 4.3.5
|
5361
5661
|
globrex: 0.1.2
|
5362
|
-
tsconfck: 3.1.0(typescript@5.
|
5662
|
+
tsconfck: 3.1.0(typescript@5.7.2)
|
5363
5663
|
optionalDependencies:
|
5364
|
-
vite: 5.2.13(@types/node@20.
|
5664
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5365
5665
|
transitivePeerDependencies:
|
5366
5666
|
- supports-color
|
5367
5667
|
- typescript
|
5368
5668
|
|
5369
|
-
vite@5.2.13(@types/node@20.
|
5669
|
+
vite@5.2.13(@types/node@20.17.10):
|
5370
5670
|
dependencies:
|
5371
5671
|
esbuild: 0.20.2
|
5372
5672
|
postcss: 8.4.38
|
5373
5673
|
rollup: 4.18.0
|
5374
5674
|
optionalDependencies:
|
5375
|
-
'@types/node': 20.
|
5675
|
+
'@types/node': 20.17.10
|
5376
5676
|
fsevents: 2.3.3
|
5377
5677
|
|
5378
|
-
vitest@1.6.0(@types/node@20.
|
5678
|
+
vitest@1.6.0(@types/node@20.17.10):
|
5379
5679
|
dependencies:
|
5380
5680
|
'@vitest/expect': 1.6.0
|
5381
5681
|
'@vitest/runner': 1.6.0
|
@@ -5394,11 +5694,11 @@ snapshots:
|
|
5394
5694
|
strip-literal: 2.1.0
|
5395
5695
|
tinybench: 2.8.0
|
5396
5696
|
tinypool: 0.8.4
|
5397
|
-
vite: 5.2.13(@types/node@20.
|
5398
|
-
vite-node: 1.6.0(@types/node@20.
|
5697
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5698
|
+
vite-node: 1.6.0(@types/node@20.17.10)
|
5399
5699
|
why-is-node-running: 2.2.2
|
5400
5700
|
optionalDependencies:
|
5401
|
-
'@types/node': 20.
|
5701
|
+
'@types/node': 20.17.10
|
5402
5702
|
transitivePeerDependencies:
|
5403
5703
|
- less
|
5404
5704
|
- lightningcss
|
@@ -5445,16 +5745,18 @@ snapshots:
|
|
5445
5745
|
|
5446
5746
|
yaml@2.4.5: {}
|
5447
5747
|
|
5748
|
+
yaml@2.6.1: {}
|
5749
|
+
|
5448
5750
|
yocto-queue@0.1.0: {}
|
5449
5751
|
|
5450
5752
|
yocto-queue@1.0.0: {}
|
5451
5753
|
|
5452
|
-
zod-to-json-schema@3.23.0(zod@3.
|
5754
|
+
zod-to-json-schema@3.23.0(zod@3.24.1):
|
5453
5755
|
dependencies:
|
5454
|
-
zod: 3.
|
5756
|
+
zod: 3.24.1
|
5455
5757
|
|
5456
|
-
zod-validation-error@3.
|
5758
|
+
zod-validation-error@3.4.0(zod@3.24.1):
|
5457
5759
|
dependencies:
|
5458
|
-
zod: 3.
|
5760
|
+
zod: 3.24.1
|
5459
5761
|
|
5460
|
-
zod@3.
|
5762
|
+
zod@3.24.1: {}
|