@leo-h/create-nodejs-app 1.0.17 → 1.0.18
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 +711 -487
- package/templates/fastify/eslint.config.mjs +25 -0
- package/templates/fastify/package.json +21 -20
- package/templates/fastify/pnpm-lock.yaml +759 -509
- 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.16
|
68
|
+
version: 1.1.16(@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.13.0
|
77
|
+
version: 15.13.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: 5.0.
|
89
|
-
version: 5.0.
|
88
|
+
specifier: 5.0.10
|
89
|
+
version: 5.0.10
|
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==}
|
711
|
+
|
712
|
+
'@fastify/swagger@8.15.0':
|
713
|
+
resolution: {integrity: sha512-zy+HEEKFqPMS2sFUsQU5X0MHplhKJvWeohBwTCkBAJA/GDYGLGUWQaETEhptiqxK7Hs0fQB9B4MDb3pbwIiCwA==}
|
544
714
|
|
545
|
-
'@
|
546
|
-
resolution: {integrity: sha512-
|
715
|
+
'@humanfs/core@0.19.1':
|
716
|
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
717
|
+
engines: {node: '>=18.18.0'}
|
547
718
|
|
548
|
-
'@
|
549
|
-
resolution: {integrity: sha512-
|
550
|
-
engines: {node: '>=
|
551
|
-
deprecated: Use @eslint/config-array instead
|
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
|
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'
|
790
967
|
|
791
|
-
'@typescript-eslint/parser@
|
792
|
-
resolution: {integrity: sha512-
|
793
|
-
engines: {node: ^18.18.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}
|
794
971
|
peerDependencies:
|
795
|
-
eslint: ^8.
|
796
|
-
typescript: '
|
797
|
-
peerDependenciesMeta:
|
798
|
-
typescript:
|
799
|
-
optional: true
|
972
|
+
eslint: ^8.57.0 || ^9.0.0
|
973
|
+
typescript: '>=4.8.4 <5.8.0'
|
800
974
|
|
801
|
-
'@typescript-eslint/scope-manager@
|
802
|
-
resolution: {integrity: sha512-
|
803
|
-
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}
|
804
978
|
|
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}
|
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}
|
812
982
|
peerDependencies:
|
813
|
-
eslint: ^8.
|
814
|
-
typescript: '
|
815
|
-
peerDependenciesMeta:
|
816
|
-
typescript:
|
817
|
-
optional: true
|
818
|
-
|
819
|
-
'@typescript-eslint/types@7.10.0':
|
820
|
-
resolution: {integrity: sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==}
|
821
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
983
|
+
eslint: ^8.57.0 || ^9.0.0
|
984
|
+
typescript: '>=4.8.4 <5.8.0'
|
822
985
|
|
823
|
-
'@typescript-eslint/types@
|
824
|
-
resolution: {integrity: sha512-
|
825
|
-
engines: {node: ^18.18.0 ||
|
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}
|
826
989
|
|
827
|
-
'@typescript-eslint/typescript-estree@
|
828
|
-
resolution: {integrity: sha512-
|
829
|
-
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}
|
830
993
|
peerDependencies:
|
831
|
-
typescript: '
|
832
|
-
peerDependenciesMeta:
|
833
|
-
typescript:
|
834
|
-
optional: true
|
994
|
+
typescript: '>=4.8.4 <5.8.0'
|
835
995
|
|
836
|
-
'@typescript-eslint/
|
837
|
-
resolution: {integrity: sha512-
|
838
|
-
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}
|
839
999
|
peerDependencies:
|
840
|
-
|
841
|
-
|
842
|
-
typescript:
|
843
|
-
optional: true
|
844
|
-
|
845
|
-
'@typescript-eslint/utils@7.10.0':
|
846
|
-
resolution: {integrity: sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==}
|
847
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
848
|
-
peerDependencies:
|
849
|
-
eslint: ^8.56.0
|
850
|
-
|
851
|
-
'@typescript-eslint/utils@7.13.0':
|
852
|
-
resolution: {integrity: sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==}
|
853
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
854
|
-
peerDependencies:
|
855
|
-
eslint: ^8.56.0
|
1000
|
+
eslint: ^8.57.0 || ^9.0.0
|
1001
|
+
typescript: '>=4.8.4 <5.8.0'
|
856
1002
|
|
857
|
-
'@typescript-eslint/visitor-keys@
|
858
|
-
resolution: {integrity: sha512-
|
859
|
-
engines: {node: ^18.18.0 ||
|
860
|
-
|
861
|
-
'@typescript-eslint/visitor-keys@7.13.0':
|
862
|
-
resolution: {integrity: sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==}
|
863
|
-
engines: {node: ^18.18.0 || >=20.0.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.16':
|
1013
|
+
resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
|
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==}
|
@@ -1548,13 +1715,13 @@ packages:
|
|
1548
1715
|
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
1549
1716
|
engines: {node: '>=4'}
|
1550
1717
|
|
1551
|
-
globals@
|
1552
|
-
resolution: {integrity: sha512-
|
1553
|
-
engines: {node: '>=
|
1718
|
+
globals@14.0.0:
|
1719
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
1720
|
+
engines: {node: '>=18'}
|
1554
1721
|
|
1555
|
-
|
1556
|
-
resolution: {integrity: sha512-
|
1557
|
-
engines: {node: '>=
|
1722
|
+
globals@15.13.0:
|
1723
|
+
resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
|
1724
|
+
engines: {node: '>=18'}
|
1558
1725
|
|
1559
1726
|
globby@13.2.2:
|
1560
1727
|
resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==}
|
@@ -1617,8 +1784,8 @@ packages:
|
|
1617
1784
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
1618
1785
|
engines: {node: '>=16.17.0'}
|
1619
1786
|
|
1620
|
-
husky@9.
|
1621
|
-
resolution: {integrity: sha512-
|
1787
|
+
husky@9.1.7:
|
1788
|
+
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
1622
1789
|
engines: {node: '>=18'}
|
1623
1790
|
hasBin: true
|
1624
1791
|
|
@@ -1682,10 +1849,6 @@ packages:
|
|
1682
1849
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
1683
1850
|
engines: {node: '>=0.12.0'}
|
1684
1851
|
|
1685
|
-
is-path-inside@3.0.3:
|
1686
|
-
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
1687
|
-
engines: {node: '>=8'}
|
1688
|
-
|
1689
1852
|
is-reference@1.2.1:
|
1690
1853
|
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
|
1691
1854
|
|
@@ -1776,13 +1939,17 @@ packages:
|
|
1776
1939
|
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
|
1777
1940
|
engines: {node: '>=14'}
|
1778
1941
|
|
1779
|
-
|
1780
|
-
resolution: {integrity: sha512
|
1942
|
+
lilconfig@3.1.3:
|
1943
|
+
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
1944
|
+
engines: {node: '>=14'}
|
1945
|
+
|
1946
|
+
lint-staged@15.2.11:
|
1947
|
+
resolution: {integrity: sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==}
|
1781
1948
|
engines: {node: '>=18.12.0'}
|
1782
1949
|
hasBin: true
|
1783
1950
|
|
1784
|
-
listr2@8.2.
|
1785
|
-
resolution: {integrity: sha512-
|
1951
|
+
listr2@8.2.5:
|
1952
|
+
resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
|
1786
1953
|
engines: {node: '>=18.0.0'}
|
1787
1954
|
|
1788
1955
|
local-pkg@0.5.0:
|
@@ -1802,8 +1969,8 @@ packages:
|
|
1802
1969
|
lodash.uniq@4.5.0:
|
1803
1970
|
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
|
1804
1971
|
|
1805
|
-
log-update@6.
|
1806
|
-
resolution: {integrity: sha512-
|
1972
|
+
log-update@6.1.0:
|
1973
|
+
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
1807
1974
|
engines: {node: '>=18'}
|
1808
1975
|
|
1809
1976
|
loupe@2.3.7:
|
@@ -1851,6 +2018,10 @@ packages:
|
|
1851
2018
|
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
|
1852
2019
|
engines: {node: '>=8.6'}
|
1853
2020
|
|
2021
|
+
micromatch@4.0.8:
|
2022
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
2023
|
+
engines: {node: '>=8.6'}
|
2024
|
+
|
1854
2025
|
mime-db@1.52.0:
|
1855
2026
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
1856
2027
|
engines: {node: '>= 0.6'}
|
@@ -1869,14 +2040,14 @@ packages:
|
|
1869
2040
|
engines: {node: '>=10.0.0'}
|
1870
2041
|
hasBin: true
|
1871
2042
|
|
1872
|
-
mimic-fn@2.1.0:
|
1873
|
-
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
1874
|
-
engines: {node: '>=6'}
|
1875
|
-
|
1876
2043
|
mimic-fn@4.0.0:
|
1877
2044
|
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
1878
2045
|
engines: {node: '>=12'}
|
1879
2046
|
|
2047
|
+
mimic-function@5.0.1:
|
2048
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
2049
|
+
engines: {node: '>=18'}
|
2050
|
+
|
1880
2051
|
minimatch@3.1.2:
|
1881
2052
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
1882
2053
|
|
@@ -1925,6 +2096,9 @@ packages:
|
|
1925
2096
|
ms@2.1.2:
|
1926
2097
|
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
1927
2098
|
|
2099
|
+
ms@2.1.3:
|
2100
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
2101
|
+
|
1928
2102
|
nanoid@3.3.7:
|
1929
2103
|
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
|
1930
2104
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
@@ -1964,14 +2138,14 @@ packages:
|
|
1964
2138
|
once@1.4.0:
|
1965
2139
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
1966
2140
|
|
1967
|
-
onetime@5.1.2:
|
1968
|
-
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
1969
|
-
engines: {node: '>=6'}
|
1970
|
-
|
1971
2141
|
onetime@6.0.0:
|
1972
2142
|
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
1973
2143
|
engines: {node: '>=12'}
|
1974
2144
|
|
2145
|
+
onetime@7.0.0:
|
2146
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
2147
|
+
engines: {node: '>=18'}
|
2148
|
+
|
1975
2149
|
openapi-types@12.1.3:
|
1976
2150
|
resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}
|
1977
2151
|
|
@@ -2240,8 +2414,8 @@ packages:
|
|
2240
2414
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
2241
2415
|
engines: {node: '>= 0.8.0'}
|
2242
2416
|
|
2243
|
-
prettier@3.2
|
2244
|
-
resolution: {integrity: sha512-
|
2417
|
+
prettier@3.4.2:
|
2418
|
+
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
|
2245
2419
|
engines: {node: '>=14'}
|
2246
2420
|
hasBin: true
|
2247
2421
|
|
@@ -2312,9 +2486,9 @@ packages:
|
|
2312
2486
|
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
|
2313
2487
|
hasBin: true
|
2314
2488
|
|
2315
|
-
restore-cursor@
|
2316
|
-
resolution: {integrity: sha512-
|
2317
|
-
engines: {node:
|
2489
|
+
restore-cursor@5.1.0:
|
2490
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
2491
|
+
engines: {node: '>=18'}
|
2318
2492
|
|
2319
2493
|
ret@0.4.3:
|
2320
2494
|
resolution: {integrity: sha512-0f4Memo5QP7WQyUEAYUO3esD/XjOc3Zjjg5CPsAq1p8sIu0XPeMbHJemKA0BO7tV0X7+A0FoEpbmHXWxPyD3wQ==}
|
@@ -2327,14 +2501,8 @@ packages:
|
|
2327
2501
|
rfdc@1.4.1:
|
2328
2502
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
2329
2503
|
|
2330
|
-
rimraf@
|
2331
|
-
resolution: {integrity: sha512-
|
2332
|
-
deprecated: Rimraf versions prior to v4 are no longer supported
|
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'}
|
2504
|
+
rimraf@5.0.10:
|
2505
|
+
resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
|
2338
2506
|
hasBin: true
|
2339
2507
|
|
2340
2508
|
rollup-plugin-dts@6.1.1:
|
@@ -2407,17 +2575,10 @@ packages:
|
|
2407
2575
|
siginfo@2.0.0:
|
2408
2576
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
2409
2577
|
|
2410
|
-
signal-exit@3.0.7:
|
2411
|
-
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
2412
|
-
|
2413
2578
|
signal-exit@4.1.0:
|
2414
2579
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
2415
2580
|
engines: {node: '>=14'}
|
2416
2581
|
|
2417
|
-
slash@3.0.0:
|
2418
|
-
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
2419
|
-
engines: {node: '>=8'}
|
2420
|
-
|
2421
2582
|
slash@4.0.0:
|
2422
2583
|
resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==}
|
2423
2584
|
engines: {node: '>=12'}
|
@@ -2531,9 +2692,6 @@ packages:
|
|
2531
2692
|
text-decoding@1.0.0:
|
2532
2693
|
resolution: {integrity: sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==}
|
2533
2694
|
|
2534
|
-
text-table@0.2.0:
|
2535
|
-
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
2536
|
-
|
2537
2695
|
thread-stream@3.0.2:
|
2538
2696
|
resolution: {integrity: sha512-cBL4xF2A3lSINV4rD5tyqnKH4z/TgWPvT+NaVhJDSwK962oo/Ye7cHSMbDzwcu7tAE1SfU6Q4XtV6Hucmi6Hlw==}
|
2539
2697
|
|
@@ -2564,8 +2722,8 @@ packages:
|
|
2564
2722
|
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
2565
2723
|
engines: {node: '>=0.6'}
|
2566
2724
|
|
2567
|
-
ts-api-utils@1.3
|
2568
|
-
resolution: {integrity: sha512-
|
2725
|
+
ts-api-utils@1.4.3:
|
2726
|
+
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
2569
2727
|
engines: {node: '>=16'}
|
2570
2728
|
peerDependencies:
|
2571
2729
|
typescript: '>=4.2.0'
|
@@ -2580,8 +2738,8 @@ packages:
|
|
2580
2738
|
typescript:
|
2581
2739
|
optional: true
|
2582
2740
|
|
2583
|
-
tsx@4.
|
2584
|
-
resolution: {integrity: sha512-
|
2741
|
+
tsx@4.19.2:
|
2742
|
+
resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==}
|
2585
2743
|
engines: {node: '>=18.0.0'}
|
2586
2744
|
hasBin: true
|
2587
2745
|
|
@@ -2593,12 +2751,8 @@ packages:
|
|
2593
2751
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
2594
2752
|
engines: {node: '>=4'}
|
2595
2753
|
|
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==}
|
2754
|
+
type-fest@4.30.2:
|
2755
|
+
resolution: {integrity: sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig==}
|
2602
2756
|
engines: {node: '>=16'}
|
2603
2757
|
|
2604
2758
|
type-is@1.6.18:
|
@@ -2608,8 +2762,15 @@ packages:
|
|
2608
2762
|
typedarray@0.0.6:
|
2609
2763
|
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
2610
2764
|
|
2611
|
-
typescript@
|
2612
|
-
resolution: {integrity: sha512-
|
2765
|
+
typescript-eslint@8.18.1:
|
2766
|
+
resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==}
|
2767
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
2768
|
+
peerDependencies:
|
2769
|
+
eslint: ^8.57.0 || ^9.0.0
|
2770
|
+
typescript: '>=4.8.4 <5.8.0'
|
2771
|
+
|
2772
|
+
typescript@5.7.2:
|
2773
|
+
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
2613
2774
|
engines: {node: '>=14.17'}
|
2614
2775
|
hasBin: true
|
2615
2776
|
|
@@ -2625,8 +2786,8 @@ packages:
|
|
2625
2786
|
typescript:
|
2626
2787
|
optional: true
|
2627
2788
|
|
2628
|
-
undici-types@
|
2629
|
-
resolution: {integrity: sha512-
|
2789
|
+
undici-types@6.19.8:
|
2790
|
+
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
2630
2791
|
|
2631
2792
|
unicorn-magic@0.1.0:
|
2632
2793
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
@@ -2759,6 +2920,11 @@ packages:
|
|
2759
2920
|
engines: {node: '>= 14'}
|
2760
2921
|
hasBin: true
|
2761
2922
|
|
2923
|
+
yaml@2.6.1:
|
2924
|
+
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
|
2925
|
+
engines: {node: '>= 14'}
|
2926
|
+
hasBin: true
|
2927
|
+
|
2762
2928
|
yocto-queue@0.1.0:
|
2763
2929
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
2764
2930
|
engines: {node: '>=10'}
|
@@ -2772,14 +2938,14 @@ packages:
|
|
2772
2938
|
peerDependencies:
|
2773
2939
|
zod: ^3.23.3
|
2774
2940
|
|
2775
|
-
zod-validation-error@3.
|
2776
|
-
resolution: {integrity: sha512-
|
2941
|
+
zod-validation-error@3.4.0:
|
2942
|
+
resolution: {integrity: sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==}
|
2777
2943
|
engines: {node: '>=18.0.0'}
|
2778
2944
|
peerDependencies:
|
2779
2945
|
zod: ^3.18.0
|
2780
2946
|
|
2781
|
-
zod@3.
|
2782
|
-
resolution: {integrity: sha512-
|
2947
|
+
zod@3.24.1:
|
2948
|
+
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
|
2783
2949
|
|
2784
2950
|
snapshots:
|
2785
2951
|
|
@@ -2931,151 +3097,237 @@ snapshots:
|
|
2931
3097
|
'@esbuild/aix-ppc64@0.20.2':
|
2932
3098
|
optional: true
|
2933
3099
|
|
3100
|
+
'@esbuild/aix-ppc64@0.23.1':
|
3101
|
+
optional: true
|
3102
|
+
|
2934
3103
|
'@esbuild/android-arm64@0.19.12':
|
2935
3104
|
optional: true
|
2936
3105
|
|
2937
3106
|
'@esbuild/android-arm64@0.20.2':
|
2938
3107
|
optional: true
|
2939
3108
|
|
3109
|
+
'@esbuild/android-arm64@0.23.1':
|
3110
|
+
optional: true
|
3111
|
+
|
2940
3112
|
'@esbuild/android-arm@0.19.12':
|
2941
3113
|
optional: true
|
2942
3114
|
|
2943
3115
|
'@esbuild/android-arm@0.20.2':
|
2944
3116
|
optional: true
|
2945
3117
|
|
3118
|
+
'@esbuild/android-arm@0.23.1':
|
3119
|
+
optional: true
|
3120
|
+
|
2946
3121
|
'@esbuild/android-x64@0.19.12':
|
2947
3122
|
optional: true
|
2948
3123
|
|
2949
3124
|
'@esbuild/android-x64@0.20.2':
|
2950
3125
|
optional: true
|
2951
3126
|
|
3127
|
+
'@esbuild/android-x64@0.23.1':
|
3128
|
+
optional: true
|
3129
|
+
|
2952
3130
|
'@esbuild/darwin-arm64@0.19.12':
|
2953
3131
|
optional: true
|
2954
3132
|
|
2955
3133
|
'@esbuild/darwin-arm64@0.20.2':
|
2956
3134
|
optional: true
|
2957
3135
|
|
3136
|
+
'@esbuild/darwin-arm64@0.23.1':
|
3137
|
+
optional: true
|
3138
|
+
|
2958
3139
|
'@esbuild/darwin-x64@0.19.12':
|
2959
3140
|
optional: true
|
2960
3141
|
|
2961
3142
|
'@esbuild/darwin-x64@0.20.2':
|
2962
3143
|
optional: true
|
2963
3144
|
|
3145
|
+
'@esbuild/darwin-x64@0.23.1':
|
3146
|
+
optional: true
|
3147
|
+
|
2964
3148
|
'@esbuild/freebsd-arm64@0.19.12':
|
2965
3149
|
optional: true
|
2966
3150
|
|
2967
3151
|
'@esbuild/freebsd-arm64@0.20.2':
|
2968
3152
|
optional: true
|
2969
3153
|
|
3154
|
+
'@esbuild/freebsd-arm64@0.23.1':
|
3155
|
+
optional: true
|
3156
|
+
|
2970
3157
|
'@esbuild/freebsd-x64@0.19.12':
|
2971
3158
|
optional: true
|
2972
3159
|
|
2973
3160
|
'@esbuild/freebsd-x64@0.20.2':
|
2974
3161
|
optional: true
|
2975
3162
|
|
3163
|
+
'@esbuild/freebsd-x64@0.23.1':
|
3164
|
+
optional: true
|
3165
|
+
|
2976
3166
|
'@esbuild/linux-arm64@0.19.12':
|
2977
3167
|
optional: true
|
2978
3168
|
|
2979
3169
|
'@esbuild/linux-arm64@0.20.2':
|
2980
3170
|
optional: true
|
2981
3171
|
|
3172
|
+
'@esbuild/linux-arm64@0.23.1':
|
3173
|
+
optional: true
|
3174
|
+
|
2982
3175
|
'@esbuild/linux-arm@0.19.12':
|
2983
3176
|
optional: true
|
2984
3177
|
|
2985
3178
|
'@esbuild/linux-arm@0.20.2':
|
2986
3179
|
optional: true
|
2987
3180
|
|
3181
|
+
'@esbuild/linux-arm@0.23.1':
|
3182
|
+
optional: true
|
3183
|
+
|
2988
3184
|
'@esbuild/linux-ia32@0.19.12':
|
2989
3185
|
optional: true
|
2990
3186
|
|
2991
3187
|
'@esbuild/linux-ia32@0.20.2':
|
2992
3188
|
optional: true
|
2993
3189
|
|
3190
|
+
'@esbuild/linux-ia32@0.23.1':
|
3191
|
+
optional: true
|
3192
|
+
|
2994
3193
|
'@esbuild/linux-loong64@0.19.12':
|
2995
3194
|
optional: true
|
2996
3195
|
|
2997
3196
|
'@esbuild/linux-loong64@0.20.2':
|
2998
3197
|
optional: true
|
2999
3198
|
|
3199
|
+
'@esbuild/linux-loong64@0.23.1':
|
3200
|
+
optional: true
|
3201
|
+
|
3000
3202
|
'@esbuild/linux-mips64el@0.19.12':
|
3001
3203
|
optional: true
|
3002
3204
|
|
3003
3205
|
'@esbuild/linux-mips64el@0.20.2':
|
3004
3206
|
optional: true
|
3005
3207
|
|
3208
|
+
'@esbuild/linux-mips64el@0.23.1':
|
3209
|
+
optional: true
|
3210
|
+
|
3006
3211
|
'@esbuild/linux-ppc64@0.19.12':
|
3007
3212
|
optional: true
|
3008
3213
|
|
3009
3214
|
'@esbuild/linux-ppc64@0.20.2':
|
3010
3215
|
optional: true
|
3011
3216
|
|
3217
|
+
'@esbuild/linux-ppc64@0.23.1':
|
3218
|
+
optional: true
|
3219
|
+
|
3012
3220
|
'@esbuild/linux-riscv64@0.19.12':
|
3013
3221
|
optional: true
|
3014
3222
|
|
3015
3223
|
'@esbuild/linux-riscv64@0.20.2':
|
3016
3224
|
optional: true
|
3017
3225
|
|
3226
|
+
'@esbuild/linux-riscv64@0.23.1':
|
3227
|
+
optional: true
|
3228
|
+
|
3018
3229
|
'@esbuild/linux-s390x@0.19.12':
|
3019
3230
|
optional: true
|
3020
3231
|
|
3021
3232
|
'@esbuild/linux-s390x@0.20.2':
|
3022
3233
|
optional: true
|
3023
3234
|
|
3235
|
+
'@esbuild/linux-s390x@0.23.1':
|
3236
|
+
optional: true
|
3237
|
+
|
3024
3238
|
'@esbuild/linux-x64@0.19.12':
|
3025
3239
|
optional: true
|
3026
3240
|
|
3027
3241
|
'@esbuild/linux-x64@0.20.2':
|
3028
3242
|
optional: true
|
3029
3243
|
|
3244
|
+
'@esbuild/linux-x64@0.23.1':
|
3245
|
+
optional: true
|
3246
|
+
|
3030
3247
|
'@esbuild/netbsd-x64@0.19.12':
|
3031
3248
|
optional: true
|
3032
3249
|
|
3033
3250
|
'@esbuild/netbsd-x64@0.20.2':
|
3034
3251
|
optional: true
|
3035
3252
|
|
3253
|
+
'@esbuild/netbsd-x64@0.23.1':
|
3254
|
+
optional: true
|
3255
|
+
|
3256
|
+
'@esbuild/openbsd-arm64@0.23.1':
|
3257
|
+
optional: true
|
3258
|
+
|
3036
3259
|
'@esbuild/openbsd-x64@0.19.12':
|
3037
3260
|
optional: true
|
3038
3261
|
|
3039
3262
|
'@esbuild/openbsd-x64@0.20.2':
|
3040
3263
|
optional: true
|
3041
3264
|
|
3265
|
+
'@esbuild/openbsd-x64@0.23.1':
|
3266
|
+
optional: true
|
3267
|
+
|
3042
3268
|
'@esbuild/sunos-x64@0.19.12':
|
3043
3269
|
optional: true
|
3044
3270
|
|
3045
3271
|
'@esbuild/sunos-x64@0.20.2':
|
3046
3272
|
optional: true
|
3047
3273
|
|
3274
|
+
'@esbuild/sunos-x64@0.23.1':
|
3275
|
+
optional: true
|
3276
|
+
|
3048
3277
|
'@esbuild/win32-arm64@0.19.12':
|
3049
3278
|
optional: true
|
3050
3279
|
|
3051
3280
|
'@esbuild/win32-arm64@0.20.2':
|
3052
3281
|
optional: true
|
3053
3282
|
|
3283
|
+
'@esbuild/win32-arm64@0.23.1':
|
3284
|
+
optional: true
|
3285
|
+
|
3054
3286
|
'@esbuild/win32-ia32@0.19.12':
|
3055
3287
|
optional: true
|
3056
3288
|
|
3057
3289
|
'@esbuild/win32-ia32@0.20.2':
|
3058
3290
|
optional: true
|
3059
3291
|
|
3292
|
+
'@esbuild/win32-ia32@0.23.1':
|
3293
|
+
optional: true
|
3294
|
+
|
3060
3295
|
'@esbuild/win32-x64@0.19.12':
|
3061
3296
|
optional: true
|
3062
3297
|
|
3063
3298
|
'@esbuild/win32-x64@0.20.2':
|
3064
3299
|
optional: true
|
3065
3300
|
|
3066
|
-
'@
|
3301
|
+
'@esbuild/win32-x64@0.23.1':
|
3302
|
+
optional: true
|
3303
|
+
|
3304
|
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@1.21.6))':
|
3067
3305
|
dependencies:
|
3068
|
-
eslint:
|
3306
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3069
3307
|
eslint-visitor-keys: 3.4.3
|
3070
3308
|
|
3071
3309
|
'@eslint-community/regexpp@4.10.1': {}
|
3072
3310
|
|
3073
|
-
'@eslint/
|
3311
|
+
'@eslint-community/regexpp@4.12.1': {}
|
3312
|
+
|
3313
|
+
'@eslint/config-array@0.19.1':
|
3314
|
+
dependencies:
|
3315
|
+
'@eslint/object-schema': 2.1.5
|
3316
|
+
debug: 4.4.0
|
3317
|
+
minimatch: 3.1.2
|
3318
|
+
transitivePeerDependencies:
|
3319
|
+
- supports-color
|
3320
|
+
|
3321
|
+
'@eslint/core@0.9.1':
|
3322
|
+
dependencies:
|
3323
|
+
'@types/json-schema': 7.0.15
|
3324
|
+
|
3325
|
+
'@eslint/eslintrc@3.2.0':
|
3074
3326
|
dependencies:
|
3075
3327
|
ajv: 6.12.6
|
3076
|
-
debug: 4.
|
3077
|
-
espree:
|
3078
|
-
globals:
|
3328
|
+
debug: 4.4.0
|
3329
|
+
espree: 10.3.0
|
3330
|
+
globals: 14.0.0
|
3079
3331
|
ignore: 5.3.1
|
3080
3332
|
import-fresh: 3.3.0
|
3081
3333
|
js-yaml: 4.1.0
|
@@ -3084,7 +3336,13 @@ snapshots:
|
|
3084
3336
|
transitivePeerDependencies:
|
3085
3337
|
- supports-color
|
3086
3338
|
|
3087
|
-
'@eslint/js@
|
3339
|
+
'@eslint/js@9.17.0': {}
|
3340
|
+
|
3341
|
+
'@eslint/object-schema@2.1.5': {}
|
3342
|
+
|
3343
|
+
'@eslint/plugin-kit@0.2.4':
|
3344
|
+
dependencies:
|
3345
|
+
levn: 0.4.1
|
3088
3346
|
|
3089
3347
|
'@faker-js/faker@8.4.1': {}
|
3090
3348
|
|
@@ -3100,7 +3358,7 @@ snapshots:
|
|
3100
3358
|
dependencies:
|
3101
3359
|
text-decoding: 1.0.0
|
3102
3360
|
|
3103
|
-
'@fastify/cookie@9.
|
3361
|
+
'@fastify/cookie@9.4.0':
|
3104
3362
|
dependencies:
|
3105
3363
|
cookie-signature: 1.2.1
|
3106
3364
|
fastify-plugin: 4.5.1
|
@@ -3137,7 +3395,7 @@ snapshots:
|
|
3137
3395
|
fastq: 1.17.1
|
3138
3396
|
glob: 10.4.1
|
3139
3397
|
|
3140
|
-
'@fastify/swagger-ui@3.
|
3398
|
+
'@fastify/swagger-ui@3.1.0':
|
3141
3399
|
dependencies:
|
3142
3400
|
'@fastify/static': 7.0.4
|
3143
3401
|
fastify-plugin: 4.5.1
|
@@ -3145,7 +3403,7 @@ snapshots:
|
|
3145
3403
|
rfdc: 1.4.1
|
3146
3404
|
yaml: 2.4.5
|
3147
3405
|
|
3148
|
-
'@fastify/swagger@8.
|
3406
|
+
'@fastify/swagger@8.15.0':
|
3149
3407
|
dependencies:
|
3150
3408
|
fastify-plugin: 4.5.1
|
3151
3409
|
json-schema-resolver: 2.0.0
|
@@ -3155,17 +3413,18 @@ snapshots:
|
|
3155
3413
|
transitivePeerDependencies:
|
3156
3414
|
- supports-color
|
3157
3415
|
|
3158
|
-
'@
|
3416
|
+
'@humanfs/core@0.19.1': {}
|
3417
|
+
|
3418
|
+
'@humanfs/node@0.16.6':
|
3159
3419
|
dependencies:
|
3160
|
-
'@
|
3161
|
-
|
3162
|
-
minimatch: 3.1.2
|
3163
|
-
transitivePeerDependencies:
|
3164
|
-
- supports-color
|
3420
|
+
'@humanfs/core': 0.19.1
|
3421
|
+
'@humanwhocodes/retry': 0.3.1
|
3165
3422
|
|
3166
3423
|
'@humanwhocodes/module-importer@1.0.1': {}
|
3167
3424
|
|
3168
|
-
'@humanwhocodes/
|
3425
|
+
'@humanwhocodes/retry@0.3.1': {}
|
3426
|
+
|
3427
|
+
'@humanwhocodes/retry@0.4.1': {}
|
3169
3428
|
|
3170
3429
|
'@isaacs/cliui@8.0.2':
|
3171
3430
|
dependencies:
|
@@ -3323,13 +3582,17 @@ snapshots:
|
|
3323
3582
|
|
3324
3583
|
'@types/estree@1.0.5': {}
|
3325
3584
|
|
3585
|
+
'@types/estree@1.0.6': {}
|
3586
|
+
|
3587
|
+
'@types/json-schema@7.0.15': {}
|
3588
|
+
|
3326
3589
|
'@types/methods@1.1.4': {}
|
3327
3590
|
|
3328
3591
|
'@types/mime-types@2.1.4': {}
|
3329
3592
|
|
3330
|
-
'@types/node@20.
|
3593
|
+
'@types/node@20.17.10':
|
3331
3594
|
dependencies:
|
3332
|
-
undici-types:
|
3595
|
+
undici-types: 6.19.8
|
3333
3596
|
|
3334
3597
|
'@types/resolve@1.20.2': {}
|
3335
3598
|
|
@@ -3337,135 +3600,91 @@ snapshots:
|
|
3337
3600
|
dependencies:
|
3338
3601
|
'@types/cookiejar': 2.1.5
|
3339
3602
|
'@types/methods': 1.1.4
|
3340
|
-
'@types/node': 20.
|
3603
|
+
'@types/node': 20.17.10
|
3341
3604
|
|
3342
3605
|
'@types/supertest@6.0.2':
|
3343
3606
|
dependencies:
|
3344
3607
|
'@types/methods': 1.1.4
|
3345
3608
|
'@types/superagent': 8.1.7
|
3346
3609
|
|
3347
|
-
'@typescript-eslint/eslint-plugin@
|
3610
|
+
'@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
3611
|
dependencies:
|
3349
3612
|
'@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:
|
3613
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3614
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3615
|
+
'@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3616
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3617
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3618
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3356
3619
|
graphemer: 1.4.0
|
3357
3620
|
ignore: 5.3.1
|
3358
3621
|
natural-compare: 1.4.0
|
3359
|
-
ts-api-utils: 1.3
|
3360
|
-
|
3361
|
-
typescript: 5.4.5
|
3622
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3623
|
+
typescript: 5.7.2
|
3362
3624
|
transitivePeerDependencies:
|
3363
3625
|
- supports-color
|
3364
3626
|
|
3365
|
-
'@typescript-eslint/parser@
|
3627
|
+
'@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3366
3628
|
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
|
3629
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3630
|
+
'@typescript-eslint/types': 8.18.1
|
3631
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3632
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3633
|
+
debug: 4.4.0
|
3634
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3635
|
+
typescript: 5.7.2
|
3375
3636
|
transitivePeerDependencies:
|
3376
3637
|
- supports-color
|
3377
3638
|
|
3378
|
-
'@typescript-eslint/scope-manager@
|
3379
|
-
dependencies:
|
3380
|
-
'@typescript-eslint/types': 7.10.0
|
3381
|
-
'@typescript-eslint/visitor-keys': 7.10.0
|
3382
|
-
|
3383
|
-
'@typescript-eslint/scope-manager@7.13.0':
|
3639
|
+
'@typescript-eslint/scope-manager@8.18.1':
|
3384
3640
|
dependencies:
|
3385
|
-
'@typescript-eslint/types':
|
3386
|
-
'@typescript-eslint/visitor-keys':
|
3641
|
+
'@typescript-eslint/types': 8.18.1
|
3642
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3387
3643
|
|
3388
|
-
'@typescript-eslint/type-utils@
|
3644
|
+
'@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3389
3645
|
dependencies:
|
3390
|
-
'@typescript-eslint/typescript-estree':
|
3391
|
-
'@typescript-eslint/utils':
|
3392
|
-
debug: 4.
|
3393
|
-
eslint:
|
3394
|
-
ts-api-utils: 1.3
|
3395
|
-
|
3396
|
-
typescript: 5.4.5
|
3646
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3647
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3648
|
+
debug: 4.4.0
|
3649
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3650
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3651
|
+
typescript: 5.7.2
|
3397
3652
|
transitivePeerDependencies:
|
3398
3653
|
- supports-color
|
3399
3654
|
|
3400
|
-
'@typescript-eslint/types@
|
3401
|
-
|
3402
|
-
'@typescript-eslint/types@7.13.0': {}
|
3655
|
+
'@typescript-eslint/types@8.18.1': {}
|
3403
3656
|
|
3404
|
-
'@typescript-eslint/typescript-estree@
|
3657
|
+
'@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)':
|
3405
3658
|
dependencies:
|
3406
|
-
'@typescript-eslint/types':
|
3407
|
-
'@typescript-eslint/visitor-keys':
|
3408
|
-
debug: 4.
|
3409
|
-
|
3410
|
-
is-glob: 4.0.3
|
3411
|
-
minimatch: 9.0.4
|
3412
|
-
semver: 7.6.2
|
3413
|
-
ts-api-utils: 1.3.0(typescript@5.4.5)
|
3414
|
-
optionalDependencies:
|
3415
|
-
typescript: 5.4.5
|
3416
|
-
transitivePeerDependencies:
|
3417
|
-
- supports-color
|
3418
|
-
|
3419
|
-
'@typescript-eslint/typescript-estree@7.13.0(typescript@5.4.5)':
|
3420
|
-
dependencies:
|
3421
|
-
'@typescript-eslint/types': 7.13.0
|
3422
|
-
'@typescript-eslint/visitor-keys': 7.13.0
|
3423
|
-
debug: 4.3.5
|
3424
|
-
globby: 11.1.0
|
3659
|
+
'@typescript-eslint/types': 8.18.1
|
3660
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3661
|
+
debug: 4.4.0
|
3662
|
+
fast-glob: 3.3.2
|
3425
3663
|
is-glob: 4.0.3
|
3426
3664
|
minimatch: 9.0.4
|
3427
3665
|
semver: 7.6.2
|
3428
|
-
ts-api-utils: 1.3
|
3429
|
-
|
3430
|
-
typescript: 5.4.5
|
3666
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3667
|
+
typescript: 5.7.2
|
3431
3668
|
transitivePeerDependencies:
|
3432
3669
|
- supports-color
|
3433
3670
|
|
3434
|
-
'@typescript-eslint/utils@
|
3671
|
+
'@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
3435
3672
|
dependencies:
|
3436
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@
|
3437
|
-
'@typescript-eslint/scope-manager':
|
3438
|
-
'@typescript-eslint/types':
|
3439
|
-
'@typescript-eslint/typescript-estree':
|
3440
|
-
eslint:
|
3673
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
3674
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3675
|
+
'@typescript-eslint/types': 8.18.1
|
3676
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3677
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3678
|
+
typescript: 5.7.2
|
3441
3679
|
transitivePeerDependencies:
|
3442
3680
|
- supports-color
|
3443
|
-
- typescript
|
3444
3681
|
|
3445
|
-
'@typescript-eslint/
|
3682
|
+
'@typescript-eslint/visitor-keys@8.18.1':
|
3446
3683
|
dependencies:
|
3447
|
-
'@eslint
|
3448
|
-
|
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
|
3684
|
+
'@typescript-eslint/types': 8.18.1
|
3685
|
+
eslint-visitor-keys: 4.2.0
|
3455
3686
|
|
3456
|
-
'@
|
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))':
|
3687
|
+
'@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.17.10))':
|
3469
3688
|
dependencies:
|
3470
3689
|
'@ampproject/remapping': 2.3.0
|
3471
3690
|
'@bcoe/v8-coverage': 0.2.3
|
@@ -3480,10 +3699,18 @@ snapshots:
|
|
3480
3699
|
std-env: 3.7.0
|
3481
3700
|
strip-literal: 2.1.0
|
3482
3701
|
test-exclude: 6.0.0
|
3483
|
-
vitest: 1.6.0(@types/node@20.
|
3702
|
+
vitest: 1.6.0(@types/node@20.17.10)
|
3484
3703
|
transitivePeerDependencies:
|
3485
3704
|
- supports-color
|
3486
3705
|
|
3706
|
+
'@vitest/eslint-plugin@1.1.16(@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))':
|
3707
|
+
dependencies:
|
3708
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3709
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3710
|
+
optionalDependencies:
|
3711
|
+
typescript: 5.7.2
|
3712
|
+
vitest: 1.6.0(@types/node@20.17.10)
|
3713
|
+
|
3487
3714
|
'@vitest/expect@1.6.0':
|
3488
3715
|
dependencies:
|
3489
3716
|
'@vitest/spy': 1.6.0
|
@@ -3519,14 +3746,16 @@ snapshots:
|
|
3519
3746
|
|
3520
3747
|
abstract-logging@2.0.1: {}
|
3521
3748
|
|
3522
|
-
acorn-jsx@5.3.2(acorn@8.
|
3749
|
+
acorn-jsx@5.3.2(acorn@8.14.0):
|
3523
3750
|
dependencies:
|
3524
|
-
acorn: 8.
|
3751
|
+
acorn: 8.14.0
|
3525
3752
|
|
3526
3753
|
acorn-walk@8.3.2: {}
|
3527
3754
|
|
3528
3755
|
acorn@8.11.3: {}
|
3529
3756
|
|
3757
|
+
acorn@8.14.0: {}
|
3758
|
+
|
3530
3759
|
ajv-formats@2.1.1(ajv@8.16.0):
|
3531
3760
|
optionalDependencies:
|
3532
3761
|
ajv: 8.16.0
|
@@ -3549,7 +3778,9 @@ snapshots:
|
|
3549
3778
|
require-from-string: 2.0.2
|
3550
3779
|
uri-js: 4.4.1
|
3551
3780
|
|
3552
|
-
ansi-escapes@
|
3781
|
+
ansi-escapes@7.0.0:
|
3782
|
+
dependencies:
|
3783
|
+
environment: 1.1.0
|
3553
3784
|
|
3554
3785
|
ansi-regex@5.0.1: {}
|
3555
3786
|
|
@@ -3571,8 +3802,6 @@ snapshots:
|
|
3571
3802
|
|
3572
3803
|
argparse@2.0.1: {}
|
3573
3804
|
|
3574
|
-
array-union@2.1.0: {}
|
3575
|
-
|
3576
3805
|
asap@2.0.6: {}
|
3577
3806
|
|
3578
3807
|
assertion-error@1.1.0: {}
|
@@ -3683,9 +3912,9 @@ snapshots:
|
|
3683
3912
|
dependencies:
|
3684
3913
|
consola: 3.2.3
|
3685
3914
|
|
3686
|
-
cli-cursor@
|
3915
|
+
cli-cursor@5.0.0:
|
3687
3916
|
dependencies:
|
3688
|
-
restore-cursor:
|
3917
|
+
restore-cursor: 5.1.0
|
3689
3918
|
|
3690
3919
|
cli-truncate@4.0.0:
|
3691
3920
|
dependencies:
|
@@ -3751,6 +3980,12 @@ snapshots:
|
|
3751
3980
|
shebang-command: 2.0.0
|
3752
3981
|
which: 2.0.2
|
3753
3982
|
|
3983
|
+
cross-spawn@7.0.6:
|
3984
|
+
dependencies:
|
3985
|
+
path-key: 3.1.1
|
3986
|
+
shebang-command: 2.0.0
|
3987
|
+
which: 2.0.2
|
3988
|
+
|
3754
3989
|
css-declaration-sorter@7.2.0(postcss@8.4.38):
|
3755
3990
|
dependencies:
|
3756
3991
|
postcss: 8.4.38
|
@@ -3829,6 +4064,10 @@ snapshots:
|
|
3829
4064
|
dependencies:
|
3830
4065
|
ms: 2.1.2
|
3831
4066
|
|
4067
|
+
debug@4.4.0:
|
4068
|
+
dependencies:
|
4069
|
+
ms: 2.1.3
|
4070
|
+
|
3832
4071
|
deep-eql@4.1.4:
|
3833
4072
|
dependencies:
|
3834
4073
|
type-detect: 4.0.8
|
@@ -3860,10 +4099,6 @@ snapshots:
|
|
3860
4099
|
dependencies:
|
3861
4100
|
path-type: 4.0.0
|
3862
4101
|
|
3863
|
-
doctrine@3.0.0:
|
3864
|
-
dependencies:
|
3865
|
-
esutils: 2.0.3
|
3866
|
-
|
3867
4102
|
dom-serializer@2.0.0:
|
3868
4103
|
dependencies:
|
3869
4104
|
domelementtype: 2.3.0
|
@@ -3882,7 +4117,7 @@ snapshots:
|
|
3882
4117
|
domelementtype: 2.3.0
|
3883
4118
|
domhandler: 5.0.3
|
3884
4119
|
|
3885
|
-
dotenv@16.4.
|
4120
|
+
dotenv@16.4.7: {}
|
3886
4121
|
|
3887
4122
|
eastasianwidth@0.2.0: {}
|
3888
4123
|
|
@@ -3898,6 +4133,8 @@ snapshots:
|
|
3898
4133
|
|
3899
4134
|
entities@4.5.0: {}
|
3900
4135
|
|
4136
|
+
environment@1.1.0: {}
|
4137
|
+
|
3901
4138
|
es-define-property@1.0.0:
|
3902
4139
|
dependencies:
|
3903
4140
|
get-intrinsic: 1.2.4
|
@@ -3956,6 +4193,33 @@ snapshots:
|
|
3956
4193
|
'@esbuild/win32-ia32': 0.20.2
|
3957
4194
|
'@esbuild/win32-x64': 0.20.2
|
3958
4195
|
|
4196
|
+
esbuild@0.23.1:
|
4197
|
+
optionalDependencies:
|
4198
|
+
'@esbuild/aix-ppc64': 0.23.1
|
4199
|
+
'@esbuild/android-arm': 0.23.1
|
4200
|
+
'@esbuild/android-arm64': 0.23.1
|
4201
|
+
'@esbuild/android-x64': 0.23.1
|
4202
|
+
'@esbuild/darwin-arm64': 0.23.1
|
4203
|
+
'@esbuild/darwin-x64': 0.23.1
|
4204
|
+
'@esbuild/freebsd-arm64': 0.23.1
|
4205
|
+
'@esbuild/freebsd-x64': 0.23.1
|
4206
|
+
'@esbuild/linux-arm': 0.23.1
|
4207
|
+
'@esbuild/linux-arm64': 0.23.1
|
4208
|
+
'@esbuild/linux-ia32': 0.23.1
|
4209
|
+
'@esbuild/linux-loong64': 0.23.1
|
4210
|
+
'@esbuild/linux-mips64el': 0.23.1
|
4211
|
+
'@esbuild/linux-ppc64': 0.23.1
|
4212
|
+
'@esbuild/linux-riscv64': 0.23.1
|
4213
|
+
'@esbuild/linux-s390x': 0.23.1
|
4214
|
+
'@esbuild/linux-x64': 0.23.1
|
4215
|
+
'@esbuild/netbsd-x64': 0.23.1
|
4216
|
+
'@esbuild/openbsd-arm64': 0.23.1
|
4217
|
+
'@esbuild/openbsd-x64': 0.23.1
|
4218
|
+
'@esbuild/sunos-x64': 0.23.1
|
4219
|
+
'@esbuild/win32-arm64': 0.23.1
|
4220
|
+
'@esbuild/win32-ia32': 0.23.1
|
4221
|
+
'@esbuild/win32-x64': 0.23.1
|
4222
|
+
|
3959
4223
|
escalade@3.1.2: {}
|
3960
4224
|
|
3961
4225
|
escape-html@1.0.3: {}
|
@@ -3964,76 +4228,65 @@ snapshots:
|
|
3964
4228
|
|
3965
4229
|
escape-string-regexp@4.0.0: {}
|
3966
4230
|
|
3967
|
-
eslint-config-prettier@9.1.0(eslint@
|
4231
|
+
eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@1.21.6)):
|
3968
4232
|
dependencies:
|
3969
|
-
eslint:
|
3970
|
-
|
3971
|
-
eslint-plugin-vitest@0.4.0(@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))(eslint@8.57.0)(typescript@5.4.5)(vitest@1.6.0(@types/node@20.12.12)):
|
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
|
4233
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3981
4234
|
|
3982
|
-
eslint-scope@
|
4235
|
+
eslint-scope@8.2.0:
|
3983
4236
|
dependencies:
|
3984
4237
|
esrecurse: 4.3.0
|
3985
4238
|
estraverse: 5.3.0
|
3986
4239
|
|
3987
4240
|
eslint-visitor-keys@3.4.3: {}
|
3988
4241
|
|
3989
|
-
eslint@
|
4242
|
+
eslint-visitor-keys@4.2.0: {}
|
4243
|
+
|
4244
|
+
eslint@9.17.0(jiti@1.21.6):
|
3990
4245
|
dependencies:
|
3991
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@
|
3992
|
-
'@eslint-community/regexpp': 4.
|
3993
|
-
'@eslint/
|
3994
|
-
'@eslint/
|
3995
|
-
'@
|
4246
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
4247
|
+
'@eslint-community/regexpp': 4.12.1
|
4248
|
+
'@eslint/config-array': 0.19.1
|
4249
|
+
'@eslint/core': 0.9.1
|
4250
|
+
'@eslint/eslintrc': 3.2.0
|
4251
|
+
'@eslint/js': 9.17.0
|
4252
|
+
'@eslint/plugin-kit': 0.2.4
|
4253
|
+
'@humanfs/node': 0.16.6
|
3996
4254
|
'@humanwhocodes/module-importer': 1.0.1
|
3997
|
-
'@
|
3998
|
-
'@
|
4255
|
+
'@humanwhocodes/retry': 0.4.1
|
4256
|
+
'@types/estree': 1.0.6
|
4257
|
+
'@types/json-schema': 7.0.15
|
3999
4258
|
ajv: 6.12.6
|
4000
4259
|
chalk: 4.1.2
|
4001
|
-
cross-spawn: 7.0.
|
4002
|
-
debug: 4.
|
4003
|
-
doctrine: 3.0.0
|
4260
|
+
cross-spawn: 7.0.6
|
4261
|
+
debug: 4.4.0
|
4004
4262
|
escape-string-regexp: 4.0.0
|
4005
|
-
eslint-scope:
|
4006
|
-
eslint-visitor-keys:
|
4007
|
-
espree:
|
4263
|
+
eslint-scope: 8.2.0
|
4264
|
+
eslint-visitor-keys: 4.2.0
|
4265
|
+
espree: 10.3.0
|
4008
4266
|
esquery: 1.5.0
|
4009
4267
|
esutils: 2.0.3
|
4010
4268
|
fast-deep-equal: 3.1.3
|
4011
|
-
file-entry-cache:
|
4269
|
+
file-entry-cache: 8.0.0
|
4012
4270
|
find-up: 5.0.0
|
4013
4271
|
glob-parent: 6.0.2
|
4014
|
-
globals: 13.24.0
|
4015
|
-
graphemer: 1.4.0
|
4016
4272
|
ignore: 5.3.1
|
4017
4273
|
imurmurhash: 0.1.4
|
4018
4274
|
is-glob: 4.0.3
|
4019
|
-
is-path-inside: 3.0.3
|
4020
|
-
js-yaml: 4.1.0
|
4021
4275
|
json-stable-stringify-without-jsonify: 1.0.1
|
4022
|
-
levn: 0.4.1
|
4023
4276
|
lodash.merge: 4.6.2
|
4024
4277
|
minimatch: 3.1.2
|
4025
4278
|
natural-compare: 1.4.0
|
4026
4279
|
optionator: 0.9.4
|
4027
|
-
|
4028
|
-
|
4280
|
+
optionalDependencies:
|
4281
|
+
jiti: 1.21.6
|
4029
4282
|
transitivePeerDependencies:
|
4030
4283
|
- supports-color
|
4031
4284
|
|
4032
|
-
espree@
|
4285
|
+
espree@10.3.0:
|
4033
4286
|
dependencies:
|
4034
|
-
acorn: 8.
|
4035
|
-
acorn-jsx: 5.3.2(acorn@8.
|
4036
|
-
eslint-visitor-keys:
|
4287
|
+
acorn: 8.14.0
|
4288
|
+
acorn-jsx: 5.3.2(acorn@8.14.0)
|
4289
|
+
eslint-visitor-keys: 4.2.0
|
4037
4290
|
|
4038
4291
|
esquery@1.5.0:
|
4039
4292
|
dependencies:
|
@@ -4126,13 +4379,13 @@ snapshots:
|
|
4126
4379
|
|
4127
4380
|
fastify-plugin@4.5.1: {}
|
4128
4381
|
|
4129
|
-
fastify-type-provider-zod@1.2.0(fastify@4.
|
4382
|
+
fastify-type-provider-zod@1.2.0(fastify@4.29.0)(zod@3.24.1):
|
4130
4383
|
dependencies:
|
4131
|
-
fastify: 4.
|
4132
|
-
zod: 3.
|
4133
|
-
zod-to-json-schema: 3.23.0(zod@3.
|
4384
|
+
fastify: 4.29.0
|
4385
|
+
zod: 3.24.1
|
4386
|
+
zod-to-json-schema: 3.23.0(zod@3.24.1)
|
4134
4387
|
|
4135
|
-
fastify@4.
|
4388
|
+
fastify@4.29.0:
|
4136
4389
|
dependencies:
|
4137
4390
|
'@fastify/ajv-compiler': 3.5.0
|
4138
4391
|
'@fastify/error': 3.4.1
|
@@ -4155,9 +4408,9 @@ snapshots:
|
|
4155
4408
|
dependencies:
|
4156
4409
|
reusify: 1.0.4
|
4157
4410
|
|
4158
|
-
file-entry-cache@
|
4411
|
+
file-entry-cache@8.0.0:
|
4159
4412
|
dependencies:
|
4160
|
-
flat-cache:
|
4413
|
+
flat-cache: 4.0.1
|
4161
4414
|
|
4162
4415
|
fill-range@7.1.1:
|
4163
4416
|
dependencies:
|
@@ -4174,11 +4427,10 @@ snapshots:
|
|
4174
4427
|
locate-path: 6.0.0
|
4175
4428
|
path-exists: 4.0.0
|
4176
4429
|
|
4177
|
-
flat-cache@
|
4430
|
+
flat-cache@4.0.1:
|
4178
4431
|
dependencies:
|
4179
4432
|
flatted: 3.3.1
|
4180
4433
|
keyv: 4.5.4
|
4181
|
-
rimraf: 3.0.2
|
4182
4434
|
|
4183
4435
|
flatted@3.3.1: {}
|
4184
4436
|
|
@@ -4271,18 +4523,9 @@ snapshots:
|
|
4271
4523
|
|
4272
4524
|
globals@11.12.0: {}
|
4273
4525
|
|
4274
|
-
globals@
|
4275
|
-
dependencies:
|
4276
|
-
type-fest: 0.20.2
|
4526
|
+
globals@14.0.0: {}
|
4277
4527
|
|
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
|
4528
|
+
globals@15.13.0: {}
|
4286
4529
|
|
4287
4530
|
globby@13.2.2:
|
4288
4531
|
dependencies:
|
@@ -4343,7 +4586,7 @@ snapshots:
|
|
4343
4586
|
|
4344
4587
|
human-signals@5.0.0: {}
|
4345
4588
|
|
4346
|
-
husky@9.
|
4589
|
+
husky@9.1.7: {}
|
4347
4590
|
|
4348
4591
|
ieee754@1.2.1: {}
|
4349
4592
|
|
@@ -4391,8 +4634,6 @@ snapshots:
|
|
4391
4634
|
|
4392
4635
|
is-number@7.0.0: {}
|
4393
4636
|
|
4394
|
-
is-path-inside@3.0.3: {}
|
4395
|
-
|
4396
4637
|
is-reference@1.2.1:
|
4397
4638
|
dependencies:
|
4398
4639
|
'@types/estree': 1.0.5
|
@@ -4485,27 +4726,29 @@ snapshots:
|
|
4485
4726
|
|
4486
4727
|
lilconfig@3.1.2: {}
|
4487
4728
|
|
4488
|
-
|
4729
|
+
lilconfig@3.1.3: {}
|
4730
|
+
|
4731
|
+
lint-staged@15.2.11:
|
4489
4732
|
dependencies:
|
4490
4733
|
chalk: 5.3.0
|
4491
4734
|
commander: 12.1.0
|
4492
|
-
debug: 4.
|
4735
|
+
debug: 4.4.0
|
4493
4736
|
execa: 8.0.1
|
4494
|
-
lilconfig: 3.1.
|
4495
|
-
listr2: 8.2.
|
4496
|
-
micromatch: 4.0.
|
4737
|
+
lilconfig: 3.1.3
|
4738
|
+
listr2: 8.2.5
|
4739
|
+
micromatch: 4.0.8
|
4497
4740
|
pidtree: 0.6.0
|
4498
4741
|
string-argv: 0.3.2
|
4499
|
-
yaml: 2.
|
4742
|
+
yaml: 2.6.1
|
4500
4743
|
transitivePeerDependencies:
|
4501
4744
|
- supports-color
|
4502
4745
|
|
4503
|
-
listr2@8.2.
|
4746
|
+
listr2@8.2.5:
|
4504
4747
|
dependencies:
|
4505
4748
|
cli-truncate: 4.0.0
|
4506
4749
|
colorette: 2.0.20
|
4507
4750
|
eventemitter3: 5.0.1
|
4508
|
-
log-update: 6.
|
4751
|
+
log-update: 6.1.0
|
4509
4752
|
rfdc: 1.4.1
|
4510
4753
|
wrap-ansi: 9.0.0
|
4511
4754
|
|
@@ -4524,10 +4767,10 @@ snapshots:
|
|
4524
4767
|
|
4525
4768
|
lodash.uniq@4.5.0: {}
|
4526
4769
|
|
4527
|
-
log-update@6.
|
4770
|
+
log-update@6.1.0:
|
4528
4771
|
dependencies:
|
4529
|
-
ansi-escapes:
|
4530
|
-
cli-cursor:
|
4772
|
+
ansi-escapes: 7.0.0
|
4773
|
+
cli-cursor: 5.0.0
|
4531
4774
|
slice-ansi: 7.1.0
|
4532
4775
|
strip-ansi: 7.1.0
|
4533
4776
|
wrap-ansi: 9.0.0
|
@@ -4573,6 +4816,11 @@ snapshots:
|
|
4573
4816
|
braces: 3.0.3
|
4574
4817
|
picomatch: 2.3.1
|
4575
4818
|
|
4819
|
+
micromatch@4.0.8:
|
4820
|
+
dependencies:
|
4821
|
+
braces: 3.0.3
|
4822
|
+
picomatch: 2.3.1
|
4823
|
+
|
4576
4824
|
mime-db@1.52.0: {}
|
4577
4825
|
|
4578
4826
|
mime-types@2.1.35:
|
@@ -4583,10 +4831,10 @@ snapshots:
|
|
4583
4831
|
|
4584
4832
|
mime@3.0.0: {}
|
4585
4833
|
|
4586
|
-
mimic-fn@2.1.0: {}
|
4587
|
-
|
4588
4834
|
mimic-fn@4.0.0: {}
|
4589
4835
|
|
4836
|
+
mimic-function@5.0.1: {}
|
4837
|
+
|
4590
4838
|
minimatch@3.1.2:
|
4591
4839
|
dependencies:
|
4592
4840
|
brace-expansion: 1.1.11
|
@@ -4603,7 +4851,7 @@ snapshots:
|
|
4603
4851
|
|
4604
4852
|
mkdirp@1.0.4: {}
|
4605
4853
|
|
4606
|
-
mkdist@1.5.1(typescript@5.
|
4854
|
+
mkdist@1.5.1(typescript@5.7.2):
|
4607
4855
|
dependencies:
|
4608
4856
|
autoprefixer: 10.4.19(postcss@8.4.38)
|
4609
4857
|
citty: 0.1.6
|
@@ -4621,7 +4869,7 @@ snapshots:
|
|
4621
4869
|
postcss-nested: 6.0.1(postcss@8.4.38)
|
4622
4870
|
semver: 7.6.2
|
4623
4871
|
optionalDependencies:
|
4624
|
-
typescript: 5.
|
4872
|
+
typescript: 5.7.2
|
4625
4873
|
|
4626
4874
|
mlly@1.7.1:
|
4627
4875
|
dependencies:
|
@@ -4638,6 +4886,8 @@ snapshots:
|
|
4638
4886
|
|
4639
4887
|
ms@2.1.2: {}
|
4640
4888
|
|
4889
|
+
ms@2.1.3: {}
|
4890
|
+
|
4641
4891
|
nanoid@3.3.7: {}
|
4642
4892
|
|
4643
4893
|
natural-compare@1.4.0: {}
|
@@ -4668,14 +4918,14 @@ snapshots:
|
|
4668
4918
|
dependencies:
|
4669
4919
|
wrappy: 1.0.2
|
4670
4920
|
|
4671
|
-
onetime@5.1.2:
|
4672
|
-
dependencies:
|
4673
|
-
mimic-fn: 2.1.0
|
4674
|
-
|
4675
4921
|
onetime@6.0.0:
|
4676
4922
|
dependencies:
|
4677
4923
|
mimic-fn: 4.0.0
|
4678
4924
|
|
4925
|
+
onetime@7.0.0:
|
4926
|
+
dependencies:
|
4927
|
+
mimic-function: 5.0.1
|
4928
|
+
|
4679
4929
|
openapi-types@12.1.3: {}
|
4680
4930
|
|
4681
4931
|
optionator@0.9.4:
|
@@ -4926,7 +5176,7 @@ snapshots:
|
|
4926
5176
|
|
4927
5177
|
prelude-ls@1.2.1: {}
|
4928
5178
|
|
4929
|
-
prettier@3.2
|
5179
|
+
prettier@3.4.2: {}
|
4930
5180
|
|
4931
5181
|
pretty-bytes@5.6.0: {}
|
4932
5182
|
|
@@ -4987,10 +5237,10 @@ snapshots:
|
|
4987
5237
|
path-parse: 1.0.7
|
4988
5238
|
supports-preserve-symlinks-flag: 1.0.0
|
4989
5239
|
|
4990
|
-
restore-cursor@
|
5240
|
+
restore-cursor@5.1.0:
|
4991
5241
|
dependencies:
|
4992
|
-
onetime:
|
4993
|
-
signal-exit:
|
5242
|
+
onetime: 7.0.0
|
5243
|
+
signal-exit: 4.1.0
|
4994
5244
|
|
4995
5245
|
ret@0.4.3: {}
|
4996
5246
|
|
@@ -4998,19 +5248,15 @@ snapshots:
|
|
4998
5248
|
|
4999
5249
|
rfdc@1.4.1: {}
|
5000
5250
|
|
5001
|
-
rimraf@
|
5002
|
-
dependencies:
|
5003
|
-
glob: 7.2.3
|
5004
|
-
|
5005
|
-
rimraf@5.0.7:
|
5251
|
+
rimraf@5.0.10:
|
5006
5252
|
dependencies:
|
5007
5253
|
glob: 10.4.1
|
5008
5254
|
|
5009
|
-
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.
|
5255
|
+
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.7.2):
|
5010
5256
|
dependencies:
|
5011
5257
|
magic-string: 0.30.10
|
5012
5258
|
rollup: 3.29.4
|
5013
|
-
typescript: 5.
|
5259
|
+
typescript: 5.7.2
|
5014
5260
|
optionalDependencies:
|
5015
5261
|
'@babel/code-frame': 7.24.7
|
5016
5262
|
|
@@ -5088,12 +5334,8 @@ snapshots:
|
|
5088
5334
|
|
5089
5335
|
siginfo@2.0.0: {}
|
5090
5336
|
|
5091
|
-
signal-exit@3.0.7: {}
|
5092
|
-
|
5093
5337
|
signal-exit@4.1.0: {}
|
5094
5338
|
|
5095
|
-
slash@3.0.0: {}
|
5096
|
-
|
5097
5339
|
slash@4.0.0: {}
|
5098
5340
|
|
5099
5341
|
slash@5.1.0: {}
|
@@ -5217,8 +5459,6 @@ snapshots:
|
|
5217
5459
|
|
5218
5460
|
text-decoding@1.0.0: {}
|
5219
5461
|
|
5220
|
-
text-table@0.2.0: {}
|
5221
|
-
|
5222
5462
|
thread-stream@3.0.2:
|
5223
5463
|
dependencies:
|
5224
5464
|
real-require: 0.2.0
|
@@ -5239,17 +5479,17 @@ snapshots:
|
|
5239
5479
|
|
5240
5480
|
toidentifier@1.0.1: {}
|
5241
5481
|
|
5242
|
-
ts-api-utils@1.3
|
5482
|
+
ts-api-utils@1.4.3(typescript@5.7.2):
|
5243
5483
|
dependencies:
|
5244
|
-
typescript: 5.
|
5484
|
+
typescript: 5.7.2
|
5245
5485
|
|
5246
|
-
tsconfck@3.1.0(typescript@5.
|
5486
|
+
tsconfck@3.1.0(typescript@5.7.2):
|
5247
5487
|
optionalDependencies:
|
5248
|
-
typescript: 5.
|
5488
|
+
typescript: 5.7.2
|
5249
5489
|
|
5250
|
-
tsx@4.
|
5490
|
+
tsx@4.19.2:
|
5251
5491
|
dependencies:
|
5252
|
-
esbuild: 0.
|
5492
|
+
esbuild: 0.23.1
|
5253
5493
|
get-tsconfig: 4.7.5
|
5254
5494
|
optionalDependencies:
|
5255
5495
|
fsevents: 2.3.3
|
@@ -5260,9 +5500,7 @@ snapshots:
|
|
5260
5500
|
|
5261
5501
|
type-detect@4.0.8: {}
|
5262
5502
|
|
5263
|
-
type-fest@
|
5264
|
-
|
5265
|
-
type-fest@4.20.0: {}
|
5503
|
+
type-fest@4.30.2: {}
|
5266
5504
|
|
5267
5505
|
type-is@1.6.18:
|
5268
5506
|
dependencies:
|
@@ -5271,11 +5509,21 @@ snapshots:
|
|
5271
5509
|
|
5272
5510
|
typedarray@0.0.6: {}
|
5273
5511
|
|
5274
|
-
typescript@5.
|
5512
|
+
typescript-eslint@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2):
|
5513
|
+
dependencies:
|
5514
|
+
'@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)
|
5515
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
5516
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
5517
|
+
eslint: 9.17.0(jiti@1.21.6)
|
5518
|
+
typescript: 5.7.2
|
5519
|
+
transitivePeerDependencies:
|
5520
|
+
- supports-color
|
5521
|
+
|
5522
|
+
typescript@5.7.2: {}
|
5275
5523
|
|
5276
5524
|
ufo@1.5.3: {}
|
5277
5525
|
|
5278
|
-
unbuild@2.0.0(typescript@5.
|
5526
|
+
unbuild@2.0.0(typescript@5.7.2):
|
5279
5527
|
dependencies:
|
5280
5528
|
'@rollup/plugin-alias': 5.1.0(rollup@3.29.4)
|
5281
5529
|
'@rollup/plugin-commonjs': 25.0.8(rollup@3.29.4)
|
@@ -5292,23 +5540,23 @@ snapshots:
|
|
5292
5540
|
hookable: 5.5.3
|
5293
5541
|
jiti: 1.21.6
|
5294
5542
|
magic-string: 0.30.10
|
5295
|
-
mkdist: 1.5.1(typescript@5.
|
5543
|
+
mkdist: 1.5.1(typescript@5.7.2)
|
5296
5544
|
mlly: 1.7.1
|
5297
5545
|
pathe: 1.1.2
|
5298
5546
|
pkg-types: 1.1.1
|
5299
5547
|
pretty-bytes: 6.1.1
|
5300
5548
|
rollup: 3.29.4
|
5301
|
-
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.
|
5549
|
+
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.7.2)
|
5302
5550
|
scule: 1.3.0
|
5303
5551
|
untyped: 1.4.2
|
5304
5552
|
optionalDependencies:
|
5305
|
-
typescript: 5.
|
5553
|
+
typescript: 5.7.2
|
5306
5554
|
transitivePeerDependencies:
|
5307
5555
|
- sass
|
5308
5556
|
- supports-color
|
5309
5557
|
- vue-tsc
|
5310
5558
|
|
5311
|
-
undici-types@
|
5559
|
+
undici-types@6.19.8: {}
|
5312
5560
|
|
5313
5561
|
unicorn-magic@0.1.0: {}
|
5314
5562
|
|
@@ -5338,13 +5586,13 @@ snapshots:
|
|
5338
5586
|
|
5339
5587
|
util-deprecate@1.0.2: {}
|
5340
5588
|
|
5341
|
-
vite-node@1.6.0(@types/node@20.
|
5589
|
+
vite-node@1.6.0(@types/node@20.17.10):
|
5342
5590
|
dependencies:
|
5343
5591
|
cac: 6.7.14
|
5344
5592
|
debug: 4.3.5
|
5345
5593
|
pathe: 1.1.2
|
5346
5594
|
picocolors: 1.0.1
|
5347
|
-
vite: 5.2.13(@types/node@20.
|
5595
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5348
5596
|
transitivePeerDependencies:
|
5349
5597
|
- '@types/node'
|
5350
5598
|
- less
|
@@ -5355,27 +5603,27 @@ snapshots:
|
|
5355
5603
|
- supports-color
|
5356
5604
|
- terser
|
5357
5605
|
|
5358
|
-
vite-tsconfig-paths@4.3.2(typescript@5.
|
5606
|
+
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@20.17.10)):
|
5359
5607
|
dependencies:
|
5360
5608
|
debug: 4.3.5
|
5361
5609
|
globrex: 0.1.2
|
5362
|
-
tsconfck: 3.1.0(typescript@5.
|
5610
|
+
tsconfck: 3.1.0(typescript@5.7.2)
|
5363
5611
|
optionalDependencies:
|
5364
|
-
vite: 5.2.13(@types/node@20.
|
5612
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5365
5613
|
transitivePeerDependencies:
|
5366
5614
|
- supports-color
|
5367
5615
|
- typescript
|
5368
5616
|
|
5369
|
-
vite@5.2.13(@types/node@20.
|
5617
|
+
vite@5.2.13(@types/node@20.17.10):
|
5370
5618
|
dependencies:
|
5371
5619
|
esbuild: 0.20.2
|
5372
5620
|
postcss: 8.4.38
|
5373
5621
|
rollup: 4.18.0
|
5374
5622
|
optionalDependencies:
|
5375
|
-
'@types/node': 20.
|
5623
|
+
'@types/node': 20.17.10
|
5376
5624
|
fsevents: 2.3.3
|
5377
5625
|
|
5378
|
-
vitest@1.6.0(@types/node@20.
|
5626
|
+
vitest@1.6.0(@types/node@20.17.10):
|
5379
5627
|
dependencies:
|
5380
5628
|
'@vitest/expect': 1.6.0
|
5381
5629
|
'@vitest/runner': 1.6.0
|
@@ -5394,11 +5642,11 @@ snapshots:
|
|
5394
5642
|
strip-literal: 2.1.0
|
5395
5643
|
tinybench: 2.8.0
|
5396
5644
|
tinypool: 0.8.4
|
5397
|
-
vite: 5.2.13(@types/node@20.
|
5398
|
-
vite-node: 1.6.0(@types/node@20.
|
5645
|
+
vite: 5.2.13(@types/node@20.17.10)
|
5646
|
+
vite-node: 1.6.0(@types/node@20.17.10)
|
5399
5647
|
why-is-node-running: 2.2.2
|
5400
5648
|
optionalDependencies:
|
5401
|
-
'@types/node': 20.
|
5649
|
+
'@types/node': 20.17.10
|
5402
5650
|
transitivePeerDependencies:
|
5403
5651
|
- less
|
5404
5652
|
- lightningcss
|
@@ -5445,16 +5693,18 @@ snapshots:
|
|
5445
5693
|
|
5446
5694
|
yaml@2.4.5: {}
|
5447
5695
|
|
5696
|
+
yaml@2.6.1: {}
|
5697
|
+
|
5448
5698
|
yocto-queue@0.1.0: {}
|
5449
5699
|
|
5450
5700
|
yocto-queue@1.0.0: {}
|
5451
5701
|
|
5452
|
-
zod-to-json-schema@3.23.0(zod@3.
|
5702
|
+
zod-to-json-schema@3.23.0(zod@3.24.1):
|
5453
5703
|
dependencies:
|
5454
|
-
zod: 3.
|
5704
|
+
zod: 3.24.1
|
5455
5705
|
|
5456
|
-
zod-validation-error@3.
|
5706
|
+
zod-validation-error@3.4.0(zod@3.24.1):
|
5457
5707
|
dependencies:
|
5458
|
-
zod: 3.
|
5708
|
+
zod: 3.24.1
|
5459
5709
|
|
5460
|
-
zod@3.
|
5710
|
+
zod@3.24.1: {}
|