@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,60 +9,63 @@ importers:
|
|
9
9
|
.:
|
10
10
|
dependencies:
|
11
11
|
dotenv:
|
12
|
-
specifier: 16.4.
|
13
|
-
version: 16.4.
|
12
|
+
specifier: 16.4.7
|
13
|
+
version: 16.4.7
|
14
14
|
zod:
|
15
|
-
specifier: 3.
|
16
|
-
version: 3.
|
15
|
+
specifier: 3.24.1
|
16
|
+
version: 3.24.1
|
17
17
|
devDependencies:
|
18
|
+
'@eslint/js':
|
19
|
+
specifier: 9.17.0
|
20
|
+
version: 9.17.0
|
18
21
|
'@faker-js/faker':
|
19
22
|
specifier: 8.4.1
|
20
23
|
version: 8.4.1
|
21
24
|
'@types/node':
|
22
|
-
specifier: 20.
|
23
|
-
version: 20.
|
24
|
-
'@
|
25
|
-
specifier:
|
26
|
-
version:
|
27
|
-
'@typescript-eslint/parser':
|
28
|
-
specifier: 7.10.0
|
29
|
-
version: 7.10.0(eslint@8.57.0)(typescript@5.4.5)
|
25
|
+
specifier: 20.17.10
|
26
|
+
version: 20.17.10
|
27
|
+
'@vitest/eslint-plugin':
|
28
|
+
specifier: 1.1.16
|
29
|
+
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))
|
30
30
|
eslint:
|
31
|
-
specifier:
|
32
|
-
version:
|
31
|
+
specifier: 9.17.0
|
32
|
+
version: 9.17.0(jiti@1.21.6)
|
33
33
|
eslint-config-prettier:
|
34
34
|
specifier: 9.1.0
|
35
|
-
version: 9.1.0(eslint@
|
36
|
-
|
37
|
-
specifier:
|
38
|
-
version:
|
35
|
+
version: 9.1.0(eslint@9.17.0(jiti@1.21.6))
|
36
|
+
globals:
|
37
|
+
specifier: 15.13.0
|
38
|
+
version: 15.13.0
|
39
39
|
husky:
|
40
|
-
specifier: 9.
|
41
|
-
version: 9.
|
40
|
+
specifier: 9.1.7
|
41
|
+
version: 9.1.7
|
42
42
|
lint-staged:
|
43
|
-
specifier: 15.2.
|
44
|
-
version: 15.2.
|
43
|
+
specifier: 15.2.11
|
44
|
+
version: 15.2.11
|
45
45
|
prettier:
|
46
|
-
specifier: 3.2
|
47
|
-
version: 3.2
|
46
|
+
specifier: 3.4.2
|
47
|
+
version: 3.4.2
|
48
48
|
rimraf:
|
49
|
-
specifier: 5.0.
|
50
|
-
version: 5.0.
|
49
|
+
specifier: 5.0.10
|
50
|
+
version: 5.0.10
|
51
51
|
tsx:
|
52
|
-
specifier: 4.
|
53
|
-
version: 4.
|
52
|
+
specifier: 4.19.2
|
53
|
+
version: 4.19.2
|
54
54
|
typescript:
|
55
|
-
specifier: 5.
|
56
|
-
version: 5.
|
55
|
+
specifier: 5.7.2
|
56
|
+
version: 5.7.2
|
57
|
+
typescript-eslint:
|
58
|
+
specifier: 8.18.1
|
59
|
+
version: 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
57
60
|
unbuild:
|
58
61
|
specifier: 2.0.0
|
59
|
-
version: 2.0.0(typescript@5.
|
62
|
+
version: 2.0.0(typescript@5.7.2)
|
60
63
|
vite-tsconfig-paths:
|
61
64
|
specifier: 4.3.2
|
62
|
-
version: 4.3.2(typescript@5.
|
65
|
+
version: 4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@20.17.10))
|
63
66
|
vitest:
|
64
67
|
specifier: 1.6.0
|
65
|
-
version: 1.6.0(@types/node@20.
|
68
|
+
version: 1.6.0(@types/node@20.17.10)
|
66
69
|
|
67
70
|
packages:
|
68
71
|
|
@@ -173,6 +176,12 @@ packages:
|
|
173
176
|
cpu: [ppc64]
|
174
177
|
os: [aix]
|
175
178
|
|
179
|
+
'@esbuild/aix-ppc64@0.23.1':
|
180
|
+
resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==}
|
181
|
+
engines: {node: '>=18'}
|
182
|
+
cpu: [ppc64]
|
183
|
+
os: [aix]
|
184
|
+
|
176
185
|
'@esbuild/android-arm64@0.19.12':
|
177
186
|
resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==}
|
178
187
|
engines: {node: '>=12'}
|
@@ -185,6 +194,12 @@ packages:
|
|
185
194
|
cpu: [arm64]
|
186
195
|
os: [android]
|
187
196
|
|
197
|
+
'@esbuild/android-arm64@0.23.1':
|
198
|
+
resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==}
|
199
|
+
engines: {node: '>=18'}
|
200
|
+
cpu: [arm64]
|
201
|
+
os: [android]
|
202
|
+
|
188
203
|
'@esbuild/android-arm@0.19.12':
|
189
204
|
resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==}
|
190
205
|
engines: {node: '>=12'}
|
@@ -197,6 +212,12 @@ packages:
|
|
197
212
|
cpu: [arm]
|
198
213
|
os: [android]
|
199
214
|
|
215
|
+
'@esbuild/android-arm@0.23.1':
|
216
|
+
resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==}
|
217
|
+
engines: {node: '>=18'}
|
218
|
+
cpu: [arm]
|
219
|
+
os: [android]
|
220
|
+
|
200
221
|
'@esbuild/android-x64@0.19.12':
|
201
222
|
resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==}
|
202
223
|
engines: {node: '>=12'}
|
@@ -209,6 +230,12 @@ packages:
|
|
209
230
|
cpu: [x64]
|
210
231
|
os: [android]
|
211
232
|
|
233
|
+
'@esbuild/android-x64@0.23.1':
|
234
|
+
resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==}
|
235
|
+
engines: {node: '>=18'}
|
236
|
+
cpu: [x64]
|
237
|
+
os: [android]
|
238
|
+
|
212
239
|
'@esbuild/darwin-arm64@0.19.12':
|
213
240
|
resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==}
|
214
241
|
engines: {node: '>=12'}
|
@@ -221,6 +248,12 @@ packages:
|
|
221
248
|
cpu: [arm64]
|
222
249
|
os: [darwin]
|
223
250
|
|
251
|
+
'@esbuild/darwin-arm64@0.23.1':
|
252
|
+
resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==}
|
253
|
+
engines: {node: '>=18'}
|
254
|
+
cpu: [arm64]
|
255
|
+
os: [darwin]
|
256
|
+
|
224
257
|
'@esbuild/darwin-x64@0.19.12':
|
225
258
|
resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==}
|
226
259
|
engines: {node: '>=12'}
|
@@ -233,6 +266,12 @@ packages:
|
|
233
266
|
cpu: [x64]
|
234
267
|
os: [darwin]
|
235
268
|
|
269
|
+
'@esbuild/darwin-x64@0.23.1':
|
270
|
+
resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==}
|
271
|
+
engines: {node: '>=18'}
|
272
|
+
cpu: [x64]
|
273
|
+
os: [darwin]
|
274
|
+
|
236
275
|
'@esbuild/freebsd-arm64@0.19.12':
|
237
276
|
resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==}
|
238
277
|
engines: {node: '>=12'}
|
@@ -245,6 +284,12 @@ packages:
|
|
245
284
|
cpu: [arm64]
|
246
285
|
os: [freebsd]
|
247
286
|
|
287
|
+
'@esbuild/freebsd-arm64@0.23.1':
|
288
|
+
resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==}
|
289
|
+
engines: {node: '>=18'}
|
290
|
+
cpu: [arm64]
|
291
|
+
os: [freebsd]
|
292
|
+
|
248
293
|
'@esbuild/freebsd-x64@0.19.12':
|
249
294
|
resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==}
|
250
295
|
engines: {node: '>=12'}
|
@@ -257,6 +302,12 @@ packages:
|
|
257
302
|
cpu: [x64]
|
258
303
|
os: [freebsd]
|
259
304
|
|
305
|
+
'@esbuild/freebsd-x64@0.23.1':
|
306
|
+
resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==}
|
307
|
+
engines: {node: '>=18'}
|
308
|
+
cpu: [x64]
|
309
|
+
os: [freebsd]
|
310
|
+
|
260
311
|
'@esbuild/linux-arm64@0.19.12':
|
261
312
|
resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==}
|
262
313
|
engines: {node: '>=12'}
|
@@ -269,6 +320,12 @@ packages:
|
|
269
320
|
cpu: [arm64]
|
270
321
|
os: [linux]
|
271
322
|
|
323
|
+
'@esbuild/linux-arm64@0.23.1':
|
324
|
+
resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==}
|
325
|
+
engines: {node: '>=18'}
|
326
|
+
cpu: [arm64]
|
327
|
+
os: [linux]
|
328
|
+
|
272
329
|
'@esbuild/linux-arm@0.19.12':
|
273
330
|
resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==}
|
274
331
|
engines: {node: '>=12'}
|
@@ -281,6 +338,12 @@ packages:
|
|
281
338
|
cpu: [arm]
|
282
339
|
os: [linux]
|
283
340
|
|
341
|
+
'@esbuild/linux-arm@0.23.1':
|
342
|
+
resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==}
|
343
|
+
engines: {node: '>=18'}
|
344
|
+
cpu: [arm]
|
345
|
+
os: [linux]
|
346
|
+
|
284
347
|
'@esbuild/linux-ia32@0.19.12':
|
285
348
|
resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==}
|
286
349
|
engines: {node: '>=12'}
|
@@ -293,6 +356,12 @@ packages:
|
|
293
356
|
cpu: [ia32]
|
294
357
|
os: [linux]
|
295
358
|
|
359
|
+
'@esbuild/linux-ia32@0.23.1':
|
360
|
+
resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==}
|
361
|
+
engines: {node: '>=18'}
|
362
|
+
cpu: [ia32]
|
363
|
+
os: [linux]
|
364
|
+
|
296
365
|
'@esbuild/linux-loong64@0.19.12':
|
297
366
|
resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==}
|
298
367
|
engines: {node: '>=12'}
|
@@ -305,6 +374,12 @@ packages:
|
|
305
374
|
cpu: [loong64]
|
306
375
|
os: [linux]
|
307
376
|
|
377
|
+
'@esbuild/linux-loong64@0.23.1':
|
378
|
+
resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==}
|
379
|
+
engines: {node: '>=18'}
|
380
|
+
cpu: [loong64]
|
381
|
+
os: [linux]
|
382
|
+
|
308
383
|
'@esbuild/linux-mips64el@0.19.12':
|
309
384
|
resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==}
|
310
385
|
engines: {node: '>=12'}
|
@@ -317,6 +392,12 @@ packages:
|
|
317
392
|
cpu: [mips64el]
|
318
393
|
os: [linux]
|
319
394
|
|
395
|
+
'@esbuild/linux-mips64el@0.23.1':
|
396
|
+
resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==}
|
397
|
+
engines: {node: '>=18'}
|
398
|
+
cpu: [mips64el]
|
399
|
+
os: [linux]
|
400
|
+
|
320
401
|
'@esbuild/linux-ppc64@0.19.12':
|
321
402
|
resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==}
|
322
403
|
engines: {node: '>=12'}
|
@@ -329,6 +410,12 @@ packages:
|
|
329
410
|
cpu: [ppc64]
|
330
411
|
os: [linux]
|
331
412
|
|
413
|
+
'@esbuild/linux-ppc64@0.23.1':
|
414
|
+
resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==}
|
415
|
+
engines: {node: '>=18'}
|
416
|
+
cpu: [ppc64]
|
417
|
+
os: [linux]
|
418
|
+
|
332
419
|
'@esbuild/linux-riscv64@0.19.12':
|
333
420
|
resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==}
|
334
421
|
engines: {node: '>=12'}
|
@@ -341,6 +428,12 @@ packages:
|
|
341
428
|
cpu: [riscv64]
|
342
429
|
os: [linux]
|
343
430
|
|
431
|
+
'@esbuild/linux-riscv64@0.23.1':
|
432
|
+
resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==}
|
433
|
+
engines: {node: '>=18'}
|
434
|
+
cpu: [riscv64]
|
435
|
+
os: [linux]
|
436
|
+
|
344
437
|
'@esbuild/linux-s390x@0.19.12':
|
345
438
|
resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==}
|
346
439
|
engines: {node: '>=12'}
|
@@ -353,6 +446,12 @@ packages:
|
|
353
446
|
cpu: [s390x]
|
354
447
|
os: [linux]
|
355
448
|
|
449
|
+
'@esbuild/linux-s390x@0.23.1':
|
450
|
+
resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==}
|
451
|
+
engines: {node: '>=18'}
|
452
|
+
cpu: [s390x]
|
453
|
+
os: [linux]
|
454
|
+
|
356
455
|
'@esbuild/linux-x64@0.19.12':
|
357
456
|
resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==}
|
358
457
|
engines: {node: '>=12'}
|
@@ -365,6 +464,12 @@ packages:
|
|
365
464
|
cpu: [x64]
|
366
465
|
os: [linux]
|
367
466
|
|
467
|
+
'@esbuild/linux-x64@0.23.1':
|
468
|
+
resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==}
|
469
|
+
engines: {node: '>=18'}
|
470
|
+
cpu: [x64]
|
471
|
+
os: [linux]
|
472
|
+
|
368
473
|
'@esbuild/netbsd-x64@0.19.12':
|
369
474
|
resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==}
|
370
475
|
engines: {node: '>=12'}
|
@@ -377,6 +482,18 @@ packages:
|
|
377
482
|
cpu: [x64]
|
378
483
|
os: [netbsd]
|
379
484
|
|
485
|
+
'@esbuild/netbsd-x64@0.23.1':
|
486
|
+
resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==}
|
487
|
+
engines: {node: '>=18'}
|
488
|
+
cpu: [x64]
|
489
|
+
os: [netbsd]
|
490
|
+
|
491
|
+
'@esbuild/openbsd-arm64@0.23.1':
|
492
|
+
resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==}
|
493
|
+
engines: {node: '>=18'}
|
494
|
+
cpu: [arm64]
|
495
|
+
os: [openbsd]
|
496
|
+
|
380
497
|
'@esbuild/openbsd-x64@0.19.12':
|
381
498
|
resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==}
|
382
499
|
engines: {node: '>=12'}
|
@@ -389,6 +506,12 @@ packages:
|
|
389
506
|
cpu: [x64]
|
390
507
|
os: [openbsd]
|
391
508
|
|
509
|
+
'@esbuild/openbsd-x64@0.23.1':
|
510
|
+
resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==}
|
511
|
+
engines: {node: '>=18'}
|
512
|
+
cpu: [x64]
|
513
|
+
os: [openbsd]
|
514
|
+
|
392
515
|
'@esbuild/sunos-x64@0.19.12':
|
393
516
|
resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==}
|
394
517
|
engines: {node: '>=12'}
|
@@ -401,6 +524,12 @@ packages:
|
|
401
524
|
cpu: [x64]
|
402
525
|
os: [sunos]
|
403
526
|
|
527
|
+
'@esbuild/sunos-x64@0.23.1':
|
528
|
+
resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==}
|
529
|
+
engines: {node: '>=18'}
|
530
|
+
cpu: [x64]
|
531
|
+
os: [sunos]
|
532
|
+
|
404
533
|
'@esbuild/win32-arm64@0.19.12':
|
405
534
|
resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==}
|
406
535
|
engines: {node: '>=12'}
|
@@ -413,6 +542,12 @@ packages:
|
|
413
542
|
cpu: [arm64]
|
414
543
|
os: [win32]
|
415
544
|
|
545
|
+
'@esbuild/win32-arm64@0.23.1':
|
546
|
+
resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==}
|
547
|
+
engines: {node: '>=18'}
|
548
|
+
cpu: [arm64]
|
549
|
+
os: [win32]
|
550
|
+
|
416
551
|
'@esbuild/win32-ia32@0.19.12':
|
417
552
|
resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==}
|
418
553
|
engines: {node: '>=12'}
|
@@ -425,6 +560,12 @@ packages:
|
|
425
560
|
cpu: [ia32]
|
426
561
|
os: [win32]
|
427
562
|
|
563
|
+
'@esbuild/win32-ia32@0.23.1':
|
564
|
+
resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==}
|
565
|
+
engines: {node: '>=18'}
|
566
|
+
cpu: [ia32]
|
567
|
+
os: [win32]
|
568
|
+
|
428
569
|
'@esbuild/win32-x64@0.19.12':
|
429
570
|
resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==}
|
430
571
|
engines: {node: '>=12'}
|
@@ -437,6 +578,12 @@ packages:
|
|
437
578
|
cpu: [x64]
|
438
579
|
os: [win32]
|
439
580
|
|
581
|
+
'@esbuild/win32-x64@0.23.1':
|
582
|
+
resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==}
|
583
|
+
engines: {node: '>=18'}
|
584
|
+
cpu: [x64]
|
585
|
+
os: [win32]
|
586
|
+
|
440
587
|
'@eslint-community/eslint-utils@4.4.0':
|
441
588
|
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
442
589
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
@@ -447,30 +594,57 @@ packages:
|
|
447
594
|
resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
|
448
595
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
449
596
|
|
450
|
-
'@eslint/
|
451
|
-
resolution: {integrity: sha512-
|
452
|
-
engines: {node: ^12.
|
597
|
+
'@eslint-community/regexpp@4.12.1':
|
598
|
+
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
599
|
+
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
453
600
|
|
454
|
-
'@eslint/
|
455
|
-
resolution: {integrity: sha512-
|
456
|
-
engines: {node: ^
|
601
|
+
'@eslint/config-array@0.19.1':
|
602
|
+
resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==}
|
603
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
604
|
+
|
605
|
+
'@eslint/core@0.9.1':
|
606
|
+
resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==}
|
607
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
608
|
+
|
609
|
+
'@eslint/eslintrc@3.2.0':
|
610
|
+
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
|
611
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
612
|
+
|
613
|
+
'@eslint/js@9.17.0':
|
614
|
+
resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
|
615
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
616
|
+
|
617
|
+
'@eslint/object-schema@2.1.5':
|
618
|
+
resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==}
|
619
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
620
|
+
|
621
|
+
'@eslint/plugin-kit@0.2.4':
|
622
|
+
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
|
623
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
457
624
|
|
458
625
|
'@faker-js/faker@8.4.1':
|
459
626
|
resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==}
|
460
627
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
|
461
628
|
|
462
|
-
'@
|
463
|
-
resolution: {integrity: sha512-
|
464
|
-
engines: {node: '>=
|
465
|
-
|
629
|
+
'@humanfs/core@0.19.1':
|
630
|
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
631
|
+
engines: {node: '>=18.18.0'}
|
632
|
+
|
633
|
+
'@humanfs/node@0.16.6':
|
634
|
+
resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
|
635
|
+
engines: {node: '>=18.18.0'}
|
466
636
|
|
467
637
|
'@humanwhocodes/module-importer@1.0.1':
|
468
638
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
469
639
|
engines: {node: '>=12.22'}
|
470
640
|
|
471
|
-
'@humanwhocodes/
|
472
|
-
resolution: {integrity: sha512-
|
473
|
-
|
641
|
+
'@humanwhocodes/retry@0.3.1':
|
642
|
+
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
643
|
+
engines: {node: '>=18.18'}
|
644
|
+
|
645
|
+
'@humanwhocodes/retry@0.4.1':
|
646
|
+
resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==}
|
647
|
+
engines: {node: '>=18.18'}
|
474
648
|
|
475
649
|
'@isaacs/cliui@8.0.2':
|
476
650
|
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
@@ -662,99 +836,77 @@ packages:
|
|
662
836
|
'@types/estree@1.0.5':
|
663
837
|
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
|
664
838
|
|
665
|
-
'@types/
|
666
|
-
resolution: {integrity: sha512-
|
839
|
+
'@types/estree@1.0.6':
|
840
|
+
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
841
|
+
|
842
|
+
'@types/json-schema@7.0.15':
|
843
|
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
844
|
+
|
845
|
+
'@types/node@20.17.10':
|
846
|
+
resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==}
|
667
847
|
|
668
848
|
'@types/resolve@1.20.2':
|
669
849
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
670
850
|
|
671
|
-
'@typescript-eslint/eslint-plugin@
|
672
|
-
resolution: {integrity: sha512-
|
673
|
-
engines: {node: ^18.18.0 ||
|
851
|
+
'@typescript-eslint/eslint-plugin@8.18.1':
|
852
|
+
resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==}
|
853
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
674
854
|
peerDependencies:
|
675
|
-
'@typescript-eslint/parser': ^
|
676
|
-
eslint: ^8.
|
677
|
-
typescript: '
|
678
|
-
peerDependenciesMeta:
|
679
|
-
typescript:
|
680
|
-
optional: true
|
855
|
+
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
856
|
+
eslint: ^8.57.0 || ^9.0.0
|
857
|
+
typescript: '>=4.8.4 <5.8.0'
|
681
858
|
|
682
|
-
'@typescript-eslint/parser@
|
683
|
-
resolution: {integrity: sha512-
|
684
|
-
engines: {node: ^18.18.0 ||
|
859
|
+
'@typescript-eslint/parser@8.18.1':
|
860
|
+
resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==}
|
861
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
685
862
|
peerDependencies:
|
686
|
-
eslint: ^8.
|
687
|
-
typescript: '
|
688
|
-
peerDependenciesMeta:
|
689
|
-
typescript:
|
690
|
-
optional: true
|
863
|
+
eslint: ^8.57.0 || ^9.0.0
|
864
|
+
typescript: '>=4.8.4 <5.8.0'
|
691
865
|
|
692
|
-
'@typescript-eslint/scope-manager@
|
693
|
-
resolution: {integrity: sha512-
|
694
|
-
engines: {node: ^18.18.0 ||
|
866
|
+
'@typescript-eslint/scope-manager@8.18.1':
|
867
|
+
resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==}
|
868
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
695
869
|
|
696
|
-
'@typescript-eslint/
|
697
|
-
resolution: {integrity: sha512-
|
698
|
-
engines: {node: ^18.18.0 ||
|
699
|
-
|
700
|
-
'@typescript-eslint/type-utils@7.10.0':
|
701
|
-
resolution: {integrity: sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==}
|
702
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
870
|
+
'@typescript-eslint/type-utils@8.18.1':
|
871
|
+
resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==}
|
872
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
703
873
|
peerDependencies:
|
704
|
-
eslint: ^8.
|
705
|
-
typescript: '
|
706
|
-
peerDependenciesMeta:
|
707
|
-
typescript:
|
708
|
-
optional: true
|
874
|
+
eslint: ^8.57.0 || ^9.0.0
|
875
|
+
typescript: '>=4.8.4 <5.8.0'
|
709
876
|
|
710
|
-
'@typescript-eslint/types@
|
711
|
-
resolution: {integrity: sha512-
|
712
|
-
engines: {node: ^18.18.0 ||
|
877
|
+
'@typescript-eslint/types@8.18.1':
|
878
|
+
resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==}
|
879
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
713
880
|
|
714
|
-
'@typescript-eslint/
|
715
|
-
resolution: {integrity: sha512-
|
716
|
-
engines: {node: ^18.18.0 ||
|
881
|
+
'@typescript-eslint/typescript-estree@8.18.1':
|
882
|
+
resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==}
|
883
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
884
|
+
peerDependencies:
|
885
|
+
typescript: '>=4.8.4 <5.8.0'
|
717
886
|
|
718
|
-
'@typescript-eslint/
|
719
|
-
resolution: {integrity: sha512-
|
720
|
-
engines: {node: ^18.18.0 ||
|
887
|
+
'@typescript-eslint/utils@8.18.1':
|
888
|
+
resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==}
|
889
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
721
890
|
peerDependencies:
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
891
|
+
eslint: ^8.57.0 || ^9.0.0
|
892
|
+
typescript: '>=4.8.4 <5.8.0'
|
893
|
+
|
894
|
+
'@typescript-eslint/visitor-keys@8.18.1':
|
895
|
+
resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==}
|
896
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
726
897
|
|
727
|
-
'@
|
728
|
-
resolution: {integrity: sha512-
|
729
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
898
|
+
'@vitest/eslint-plugin@1.1.16':
|
899
|
+
resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==}
|
730
900
|
peerDependencies:
|
731
|
-
typescript: '
|
901
|
+
'@typescript-eslint/utils': '>= 8.0'
|
902
|
+
eslint: '>= 8.57.0'
|
903
|
+
typescript: '>= 5.0.0'
|
904
|
+
vitest: '*'
|
732
905
|
peerDependenciesMeta:
|
733
906
|
typescript:
|
734
907
|
optional: true
|
735
|
-
|
736
|
-
|
737
|
-
resolution: {integrity: sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==}
|
738
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
739
|
-
peerDependencies:
|
740
|
-
eslint: ^8.56.0
|
741
|
-
|
742
|
-
'@typescript-eslint/utils@7.13.0':
|
743
|
-
resolution: {integrity: sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==}
|
744
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
745
|
-
peerDependencies:
|
746
|
-
eslint: ^8.56.0
|
747
|
-
|
748
|
-
'@typescript-eslint/visitor-keys@7.10.0':
|
749
|
-
resolution: {integrity: sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==}
|
750
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
751
|
-
|
752
|
-
'@typescript-eslint/visitor-keys@7.13.0':
|
753
|
-
resolution: {integrity: sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==}
|
754
|
-
engines: {node: ^18.18.0 || >=20.0.0}
|
755
|
-
|
756
|
-
'@ungap/structured-clone@1.2.0':
|
757
|
-
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
908
|
+
vitest:
|
909
|
+
optional: true
|
758
910
|
|
759
911
|
'@vitest/expect@1.6.0':
|
760
912
|
resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==}
|
@@ -785,12 +937,17 @@ packages:
|
|
785
937
|
engines: {node: '>=0.4.0'}
|
786
938
|
hasBin: true
|
787
939
|
|
940
|
+
acorn@8.14.0:
|
941
|
+
resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
|
942
|
+
engines: {node: '>=0.4.0'}
|
943
|
+
hasBin: true
|
944
|
+
|
788
945
|
ajv@6.12.6:
|
789
946
|
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
790
947
|
|
791
|
-
ansi-escapes@
|
792
|
-
resolution: {integrity: sha512-
|
793
|
-
engines: {node: '>=
|
948
|
+
ansi-escapes@7.0.0:
|
949
|
+
resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==}
|
950
|
+
engines: {node: '>=18'}
|
794
951
|
|
795
952
|
ansi-regex@5.0.1:
|
796
953
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
@@ -819,10 +976,6 @@ packages:
|
|
819
976
|
argparse@2.0.1:
|
820
977
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
821
978
|
|
822
|
-
array-union@2.1.0:
|
823
|
-
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
824
|
-
engines: {node: '>=8'}
|
825
|
-
|
826
979
|
assertion-error@1.1.0:
|
827
980
|
resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==}
|
828
981
|
|
@@ -894,9 +1047,9 @@ packages:
|
|
894
1047
|
citty@0.1.6:
|
895
1048
|
resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
|
896
1049
|
|
897
|
-
cli-cursor@
|
898
|
-
resolution: {integrity: sha512-
|
899
|
-
engines: {node:
|
1050
|
+
cli-cursor@5.0.0:
|
1051
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
1052
|
+
engines: {node: '>=18'}
|
900
1053
|
|
901
1054
|
cli-truncate@4.0.0:
|
902
1055
|
resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==}
|
@@ -949,6 +1102,10 @@ packages:
|
|
949
1102
|
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
950
1103
|
engines: {node: '>= 8'}
|
951
1104
|
|
1105
|
+
cross-spawn@7.0.6:
|
1106
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
1107
|
+
engines: {node: '>= 8'}
|
1108
|
+
|
952
1109
|
css-declaration-sorter@7.2.0:
|
953
1110
|
resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==}
|
954
1111
|
engines: {node: ^14 || ^16 || >=18}
|
@@ -1006,6 +1163,15 @@ packages:
|
|
1006
1163
|
supports-color:
|
1007
1164
|
optional: true
|
1008
1165
|
|
1166
|
+
debug@4.4.0:
|
1167
|
+
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
|
1168
|
+
engines: {node: '>=6.0'}
|
1169
|
+
peerDependencies:
|
1170
|
+
supports-color: '*'
|
1171
|
+
peerDependenciesMeta:
|
1172
|
+
supports-color:
|
1173
|
+
optional: true
|
1174
|
+
|
1009
1175
|
deep-eql@4.1.4:
|
1010
1176
|
resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==}
|
1011
1177
|
engines: {node: '>=6'}
|
@@ -1028,10 +1194,6 @@ packages:
|
|
1028
1194
|
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
1029
1195
|
engines: {node: '>=8'}
|
1030
1196
|
|
1031
|
-
doctrine@3.0.0:
|
1032
|
-
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
1033
|
-
engines: {node: '>=6.0.0'}
|
1034
|
-
|
1035
1197
|
dom-serializer@2.0.0:
|
1036
1198
|
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
1037
1199
|
|
@@ -1045,8 +1207,8 @@ packages:
|
|
1045
1207
|
domutils@3.1.0:
|
1046
1208
|
resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
|
1047
1209
|
|
1048
|
-
dotenv@16.4.
|
1049
|
-
resolution: {integrity: sha512-
|
1210
|
+
dotenv@16.4.7:
|
1211
|
+
resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==}
|
1050
1212
|
engines: {node: '>=12'}
|
1051
1213
|
|
1052
1214
|
eastasianwidth@0.2.0:
|
@@ -1068,6 +1230,10 @@ packages:
|
|
1068
1230
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
1069
1231
|
engines: {node: '>=0.12'}
|
1070
1232
|
|
1233
|
+
environment@1.1.0:
|
1234
|
+
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
1235
|
+
engines: {node: '>=18'}
|
1236
|
+
|
1071
1237
|
esbuild@0.19.12:
|
1072
1238
|
resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==}
|
1073
1239
|
engines: {node: '>=12'}
|
@@ -1078,6 +1244,11 @@ packages:
|
|
1078
1244
|
engines: {node: '>=12'}
|
1079
1245
|
hasBin: true
|
1080
1246
|
|
1247
|
+
esbuild@0.23.1:
|
1248
|
+
resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==}
|
1249
|
+
engines: {node: '>=18'}
|
1250
|
+
hasBin: true
|
1251
|
+
|
1081
1252
|
escalade@3.1.2:
|
1082
1253
|
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
|
1083
1254
|
engines: {node: '>=6'}
|
@@ -1096,35 +1267,31 @@ packages:
|
|
1096
1267
|
peerDependencies:
|
1097
1268
|
eslint: '>=7.0.0'
|
1098
1269
|
|
1099
|
-
eslint-
|
1100
|
-
resolution: {integrity: sha512-
|
1101
|
-
engines: {node: ^18.
|
1102
|
-
peerDependencies:
|
1103
|
-
'@typescript-eslint/eslint-plugin': '*'
|
1104
|
-
eslint: '>=8.0.0'
|
1105
|
-
vitest: '*'
|
1106
|
-
peerDependenciesMeta:
|
1107
|
-
'@typescript-eslint/eslint-plugin':
|
1108
|
-
optional: true
|
1109
|
-
vitest:
|
1110
|
-
optional: true
|
1111
|
-
|
1112
|
-
eslint-scope@7.2.2:
|
1113
|
-
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
1114
|
-
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
1270
|
+
eslint-scope@8.2.0:
|
1271
|
+
resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
|
1272
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1115
1273
|
|
1116
1274
|
eslint-visitor-keys@3.4.3:
|
1117
1275
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
1118
1276
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
1119
1277
|
|
1120
|
-
eslint@
|
1121
|
-
resolution: {integrity: sha512-
|
1122
|
-
engines: {node: ^
|
1278
|
+
eslint-visitor-keys@4.2.0:
|
1279
|
+
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
1280
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1281
|
+
|
1282
|
+
eslint@9.17.0:
|
1283
|
+
resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==}
|
1284
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1123
1285
|
hasBin: true
|
1286
|
+
peerDependencies:
|
1287
|
+
jiti: '*'
|
1288
|
+
peerDependenciesMeta:
|
1289
|
+
jiti:
|
1290
|
+
optional: true
|
1124
1291
|
|
1125
|
-
espree@
|
1126
|
-
resolution: {integrity: sha512-
|
1127
|
-
engines: {node: ^
|
1292
|
+
espree@10.3.0:
|
1293
|
+
resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==}
|
1294
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1128
1295
|
|
1129
1296
|
esquery@1.5.0:
|
1130
1297
|
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
|
@@ -1171,9 +1338,9 @@ packages:
|
|
1171
1338
|
fastq@1.17.1:
|
1172
1339
|
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
|
1173
1340
|
|
1174
|
-
file-entry-cache@
|
1175
|
-
resolution: {integrity: sha512-
|
1176
|
-
engines: {node:
|
1341
|
+
file-entry-cache@8.0.0:
|
1342
|
+
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
1343
|
+
engines: {node: '>=16.0.0'}
|
1177
1344
|
|
1178
1345
|
fill-range@7.1.1:
|
1179
1346
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
@@ -1183,9 +1350,9 @@ packages:
|
|
1183
1350
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
1184
1351
|
engines: {node: '>=10'}
|
1185
1352
|
|
1186
|
-
flat-cache@
|
1187
|
-
resolution: {integrity: sha512-
|
1188
|
-
engines: {node:
|
1353
|
+
flat-cache@4.0.1:
|
1354
|
+
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
1355
|
+
engines: {node: '>=16'}
|
1189
1356
|
|
1190
1357
|
flatted@3.3.1:
|
1191
1358
|
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
|
@@ -1243,10 +1410,6 @@ packages:
|
|
1243
1410
|
engines: {node: '>=16 || 14 >=14.18'}
|
1244
1411
|
hasBin: true
|
1245
1412
|
|
1246
|
-
glob@7.2.3:
|
1247
|
-
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
1248
|
-
deprecated: Glob versions prior to v9 are no longer supported
|
1249
|
-
|
1250
1413
|
glob@8.1.0:
|
1251
1414
|
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
|
1252
1415
|
engines: {node: '>=12'}
|
@@ -1256,13 +1419,13 @@ packages:
|
|
1256
1419
|
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
1257
1420
|
engines: {node: '>=4'}
|
1258
1421
|
|
1259
|
-
globals@
|
1260
|
-
resolution: {integrity: sha512-
|
1261
|
-
engines: {node: '>=
|
1422
|
+
globals@14.0.0:
|
1423
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
1424
|
+
engines: {node: '>=18'}
|
1262
1425
|
|
1263
|
-
|
1264
|
-
resolution: {integrity: sha512-
|
1265
|
-
engines: {node: '>=
|
1426
|
+
globals@15.13.0:
|
1427
|
+
resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==}
|
1428
|
+
engines: {node: '>=18'}
|
1266
1429
|
|
1267
1430
|
globby@13.2.2:
|
1268
1431
|
resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==}
|
@@ -1300,8 +1463,8 @@ packages:
|
|
1300
1463
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
1301
1464
|
engines: {node: '>=16.17.0'}
|
1302
1465
|
|
1303
|
-
husky@9.
|
1304
|
-
resolution: {integrity: sha512-
|
1466
|
+
husky@9.1.7:
|
1467
|
+
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
1305
1468
|
engines: {node: '>=18'}
|
1306
1469
|
hasBin: true
|
1307
1470
|
|
@@ -1358,10 +1521,6 @@ packages:
|
|
1358
1521
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
1359
1522
|
engines: {node: '>=0.12.0'}
|
1360
1523
|
|
1361
|
-
is-path-inside@3.0.3:
|
1362
|
-
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
1363
|
-
engines: {node: '>=8'}
|
1364
|
-
|
1365
1524
|
is-reference@1.2.1:
|
1366
1525
|
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
|
1367
1526
|
|
@@ -1423,13 +1582,17 @@ packages:
|
|
1423
1582
|
resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
|
1424
1583
|
engines: {node: '>=14'}
|
1425
1584
|
|
1426
|
-
|
1427
|
-
resolution: {integrity: sha512
|
1585
|
+
lilconfig@3.1.3:
|
1586
|
+
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
1587
|
+
engines: {node: '>=14'}
|
1588
|
+
|
1589
|
+
lint-staged@15.2.11:
|
1590
|
+
resolution: {integrity: sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==}
|
1428
1591
|
engines: {node: '>=18.12.0'}
|
1429
1592
|
hasBin: true
|
1430
1593
|
|
1431
|
-
listr2@8.2.
|
1432
|
-
resolution: {integrity: sha512-
|
1594
|
+
listr2@8.2.5:
|
1595
|
+
resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
|
1433
1596
|
engines: {node: '>=18.0.0'}
|
1434
1597
|
|
1435
1598
|
local-pkg@0.5.0:
|
@@ -1449,8 +1612,8 @@ packages:
|
|
1449
1612
|
lodash.uniq@4.5.0:
|
1450
1613
|
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
|
1451
1614
|
|
1452
|
-
log-update@6.
|
1453
|
-
resolution: {integrity: sha512-
|
1615
|
+
log-update@6.1.0:
|
1616
|
+
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
1454
1617
|
engines: {node: '>=18'}
|
1455
1618
|
|
1456
1619
|
loupe@2.3.7:
|
@@ -1483,14 +1646,18 @@ packages:
|
|
1483
1646
|
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
|
1484
1647
|
engines: {node: '>=8.6'}
|
1485
1648
|
|
1486
|
-
|
1487
|
-
resolution: {integrity: sha512-
|
1488
|
-
engines: {node: '>=6'}
|
1649
|
+
micromatch@4.0.8:
|
1650
|
+
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
1651
|
+
engines: {node: '>=8.6'}
|
1489
1652
|
|
1490
1653
|
mimic-fn@4.0.0:
|
1491
1654
|
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
|
1492
1655
|
engines: {node: '>=12'}
|
1493
1656
|
|
1657
|
+
mimic-function@5.0.1:
|
1658
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
1659
|
+
engines: {node: '>=18'}
|
1660
|
+
|
1494
1661
|
minimatch@3.1.2:
|
1495
1662
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
1496
1663
|
|
@@ -1531,6 +1698,9 @@ packages:
|
|
1531
1698
|
ms@2.1.2:
|
1532
1699
|
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
1533
1700
|
|
1701
|
+
ms@2.1.3:
|
1702
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
1703
|
+
|
1534
1704
|
nanoid@3.3.7:
|
1535
1705
|
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
|
1536
1706
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
@@ -1556,14 +1726,14 @@ packages:
|
|
1556
1726
|
once@1.4.0:
|
1557
1727
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
1558
1728
|
|
1559
|
-
onetime@5.1.2:
|
1560
|
-
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
1561
|
-
engines: {node: '>=6'}
|
1562
|
-
|
1563
1729
|
onetime@6.0.0:
|
1564
1730
|
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
1565
1731
|
engines: {node: '>=12'}
|
1566
1732
|
|
1733
|
+
onetime@7.0.0:
|
1734
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
1735
|
+
engines: {node: '>=18'}
|
1736
|
+
|
1567
1737
|
optionator@0.9.4:
|
1568
1738
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
1569
1739
|
engines: {node: '>= 0.8.0'}
|
@@ -1588,10 +1758,6 @@ packages:
|
|
1588
1758
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
1589
1759
|
engines: {node: '>=8'}
|
1590
1760
|
|
1591
|
-
path-is-absolute@1.0.1:
|
1592
|
-
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
1593
|
-
engines: {node: '>=0.10.0'}
|
1594
|
-
|
1595
1761
|
path-key@3.1.1:
|
1596
1762
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
1597
1763
|
engines: {node: '>=8'}
|
@@ -1819,8 +1985,8 @@ packages:
|
|
1819
1985
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
1820
1986
|
engines: {node: '>= 0.8.0'}
|
1821
1987
|
|
1822
|
-
prettier@3.2
|
1823
|
-
resolution: {integrity: sha512-
|
1988
|
+
prettier@3.4.2:
|
1989
|
+
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
|
1824
1990
|
engines: {node: '>=14'}
|
1825
1991
|
hasBin: true
|
1826
1992
|
|
@@ -1853,25 +2019,19 @@ packages:
|
|
1853
2019
|
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
|
1854
2020
|
hasBin: true
|
1855
2021
|
|
1856
|
-
restore-cursor@
|
1857
|
-
resolution: {integrity: sha512-
|
1858
|
-
engines: {node:
|
2022
|
+
restore-cursor@5.1.0:
|
2023
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
2024
|
+
engines: {node: '>=18'}
|
1859
2025
|
|
1860
2026
|
reusify@1.0.4:
|
1861
2027
|
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
1862
2028
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
1863
2029
|
|
1864
|
-
rfdc@1.
|
1865
|
-
resolution: {integrity: sha512-
|
1866
|
-
|
1867
|
-
rimraf@3.0.2:
|
1868
|
-
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
1869
|
-
deprecated: Rimraf versions prior to v4 are no longer supported
|
1870
|
-
hasBin: true
|
2030
|
+
rfdc@1.4.1:
|
2031
|
+
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
1871
2032
|
|
1872
|
-
rimraf@5.0.
|
1873
|
-
resolution: {integrity: sha512-
|
1874
|
-
engines: {node: '>=14.18'}
|
2033
|
+
rimraf@5.0.10:
|
2034
|
+
resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
|
1875
2035
|
hasBin: true
|
1876
2036
|
|
1877
2037
|
rollup-plugin-dts@6.1.1:
|
@@ -1917,17 +2077,10 @@ packages:
|
|
1917
2077
|
siginfo@2.0.0:
|
1918
2078
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
1919
2079
|
|
1920
|
-
signal-exit@3.0.7:
|
1921
|
-
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
1922
|
-
|
1923
2080
|
signal-exit@4.1.0:
|
1924
2081
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
1925
2082
|
engines: {node: '>=14'}
|
1926
2083
|
|
1927
|
-
slash@3.0.0:
|
1928
|
-
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
1929
|
-
engines: {node: '>=8'}
|
1930
|
-
|
1931
2084
|
slash@4.0.0:
|
1932
2085
|
resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==}
|
1933
2086
|
engines: {node: '>=12'}
|
@@ -2012,9 +2165,6 @@ packages:
|
|
2012
2165
|
engines: {node: '>=14.0.0'}
|
2013
2166
|
hasBin: true
|
2014
2167
|
|
2015
|
-
text-table@0.2.0:
|
2016
|
-
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
2017
|
-
|
2018
2168
|
tinybench@2.8.0:
|
2019
2169
|
resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==}
|
2020
2170
|
|
@@ -2034,8 +2184,8 @@ packages:
|
|
2034
2184
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
2035
2185
|
engines: {node: '>=8.0'}
|
2036
2186
|
|
2037
|
-
ts-api-utils@1.3
|
2038
|
-
resolution: {integrity: sha512-
|
2187
|
+
ts-api-utils@1.4.3:
|
2188
|
+
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
2039
2189
|
engines: {node: '>=16'}
|
2040
2190
|
peerDependencies:
|
2041
2191
|
typescript: '>=4.2.0'
|
@@ -2050,8 +2200,8 @@ packages:
|
|
2050
2200
|
typescript:
|
2051
2201
|
optional: true
|
2052
2202
|
|
2053
|
-
tsx@4.
|
2054
|
-
resolution: {integrity: sha512-
|
2203
|
+
tsx@4.19.2:
|
2204
|
+
resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==}
|
2055
2205
|
engines: {node: '>=18.0.0'}
|
2056
2206
|
hasBin: true
|
2057
2207
|
|
@@ -2063,12 +2213,15 @@ packages:
|
|
2063
2213
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
2064
2214
|
engines: {node: '>=4'}
|
2065
2215
|
|
2066
|
-
|
2067
|
-
resolution: {integrity: sha512-
|
2068
|
-
engines: {node:
|
2216
|
+
typescript-eslint@8.18.1:
|
2217
|
+
resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==}
|
2218
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
2219
|
+
peerDependencies:
|
2220
|
+
eslint: ^8.57.0 || ^9.0.0
|
2221
|
+
typescript: '>=4.8.4 <5.8.0'
|
2069
2222
|
|
2070
|
-
typescript@5.
|
2071
|
-
resolution: {integrity: sha512-
|
2223
|
+
typescript@5.7.2:
|
2224
|
+
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
2072
2225
|
engines: {node: '>=14.17'}
|
2073
2226
|
hasBin: true
|
2074
2227
|
|
@@ -2084,8 +2237,8 @@ packages:
|
|
2084
2237
|
typescript:
|
2085
2238
|
optional: true
|
2086
2239
|
|
2087
|
-
undici-types@
|
2088
|
-
resolution: {integrity: sha512-
|
2240
|
+
undici-types@6.19.8:
|
2241
|
+
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
2089
2242
|
|
2090
2243
|
unicorn-magic@0.1.0:
|
2091
2244
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
@@ -2209,8 +2362,8 @@ packages:
|
|
2209
2362
|
yallist@3.1.1:
|
2210
2363
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
2211
2364
|
|
2212
|
-
yaml@2.
|
2213
|
-
resolution: {integrity: sha512-
|
2365
|
+
yaml@2.6.1:
|
2366
|
+
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
|
2214
2367
|
engines: {node: '>= 14'}
|
2215
2368
|
hasBin: true
|
2216
2369
|
|
@@ -2222,8 +2375,8 @@ packages:
|
|
2222
2375
|
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
|
2223
2376
|
engines: {node: '>=12.20'}
|
2224
2377
|
|
2225
|
-
zod@3.
|
2226
|
-
resolution: {integrity: sha512-
|
2378
|
+
zod@3.24.1:
|
2379
|
+
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
|
2227
2380
|
|
2228
2381
|
snapshots:
|
2229
2382
|
|
@@ -2252,7 +2405,7 @@ snapshots:
|
|
2252
2405
|
'@babel/traverse': 7.24.7
|
2253
2406
|
'@babel/types': 7.24.7
|
2254
2407
|
convert-source-map: 2.0.0
|
2255
|
-
debug: 4.
|
2408
|
+
debug: 4.4.0
|
2256
2409
|
gensync: 1.0.0-beta.2
|
2257
2410
|
json5: 2.2.3
|
2258
2411
|
semver: 6.3.1
|
@@ -2356,7 +2509,7 @@ snapshots:
|
|
2356
2509
|
'@babel/helper-split-export-declaration': 7.24.7
|
2357
2510
|
'@babel/parser': 7.24.7
|
2358
2511
|
'@babel/types': 7.24.7
|
2359
|
-
debug: 4.
|
2512
|
+
debug: 4.4.0
|
2360
2513
|
globals: 11.12.0
|
2361
2514
|
transitivePeerDependencies:
|
2362
2515
|
- supports-color
|
@@ -2373,151 +2526,237 @@ snapshots:
|
|
2373
2526
|
'@esbuild/aix-ppc64@0.20.2':
|
2374
2527
|
optional: true
|
2375
2528
|
|
2529
|
+
'@esbuild/aix-ppc64@0.23.1':
|
2530
|
+
optional: true
|
2531
|
+
|
2376
2532
|
'@esbuild/android-arm64@0.19.12':
|
2377
2533
|
optional: true
|
2378
2534
|
|
2379
2535
|
'@esbuild/android-arm64@0.20.2':
|
2380
2536
|
optional: true
|
2381
2537
|
|
2538
|
+
'@esbuild/android-arm64@0.23.1':
|
2539
|
+
optional: true
|
2540
|
+
|
2382
2541
|
'@esbuild/android-arm@0.19.12':
|
2383
2542
|
optional: true
|
2384
2543
|
|
2385
2544
|
'@esbuild/android-arm@0.20.2':
|
2386
2545
|
optional: true
|
2387
2546
|
|
2547
|
+
'@esbuild/android-arm@0.23.1':
|
2548
|
+
optional: true
|
2549
|
+
|
2388
2550
|
'@esbuild/android-x64@0.19.12':
|
2389
2551
|
optional: true
|
2390
2552
|
|
2391
2553
|
'@esbuild/android-x64@0.20.2':
|
2392
2554
|
optional: true
|
2393
2555
|
|
2556
|
+
'@esbuild/android-x64@0.23.1':
|
2557
|
+
optional: true
|
2558
|
+
|
2394
2559
|
'@esbuild/darwin-arm64@0.19.12':
|
2395
2560
|
optional: true
|
2396
2561
|
|
2397
2562
|
'@esbuild/darwin-arm64@0.20.2':
|
2398
2563
|
optional: true
|
2399
2564
|
|
2565
|
+
'@esbuild/darwin-arm64@0.23.1':
|
2566
|
+
optional: true
|
2567
|
+
|
2400
2568
|
'@esbuild/darwin-x64@0.19.12':
|
2401
2569
|
optional: true
|
2402
2570
|
|
2403
2571
|
'@esbuild/darwin-x64@0.20.2':
|
2404
2572
|
optional: true
|
2405
2573
|
|
2574
|
+
'@esbuild/darwin-x64@0.23.1':
|
2575
|
+
optional: true
|
2576
|
+
|
2406
2577
|
'@esbuild/freebsd-arm64@0.19.12':
|
2407
2578
|
optional: true
|
2408
2579
|
|
2409
2580
|
'@esbuild/freebsd-arm64@0.20.2':
|
2410
2581
|
optional: true
|
2411
2582
|
|
2583
|
+
'@esbuild/freebsd-arm64@0.23.1':
|
2584
|
+
optional: true
|
2585
|
+
|
2412
2586
|
'@esbuild/freebsd-x64@0.19.12':
|
2413
2587
|
optional: true
|
2414
2588
|
|
2415
2589
|
'@esbuild/freebsd-x64@0.20.2':
|
2416
2590
|
optional: true
|
2417
2591
|
|
2592
|
+
'@esbuild/freebsd-x64@0.23.1':
|
2593
|
+
optional: true
|
2594
|
+
|
2418
2595
|
'@esbuild/linux-arm64@0.19.12':
|
2419
2596
|
optional: true
|
2420
2597
|
|
2421
2598
|
'@esbuild/linux-arm64@0.20.2':
|
2422
2599
|
optional: true
|
2423
2600
|
|
2601
|
+
'@esbuild/linux-arm64@0.23.1':
|
2602
|
+
optional: true
|
2603
|
+
|
2424
2604
|
'@esbuild/linux-arm@0.19.12':
|
2425
2605
|
optional: true
|
2426
2606
|
|
2427
2607
|
'@esbuild/linux-arm@0.20.2':
|
2428
2608
|
optional: true
|
2429
2609
|
|
2610
|
+
'@esbuild/linux-arm@0.23.1':
|
2611
|
+
optional: true
|
2612
|
+
|
2430
2613
|
'@esbuild/linux-ia32@0.19.12':
|
2431
2614
|
optional: true
|
2432
2615
|
|
2433
2616
|
'@esbuild/linux-ia32@0.20.2':
|
2434
2617
|
optional: true
|
2435
2618
|
|
2619
|
+
'@esbuild/linux-ia32@0.23.1':
|
2620
|
+
optional: true
|
2621
|
+
|
2436
2622
|
'@esbuild/linux-loong64@0.19.12':
|
2437
2623
|
optional: true
|
2438
2624
|
|
2439
2625
|
'@esbuild/linux-loong64@0.20.2':
|
2440
2626
|
optional: true
|
2441
2627
|
|
2628
|
+
'@esbuild/linux-loong64@0.23.1':
|
2629
|
+
optional: true
|
2630
|
+
|
2442
2631
|
'@esbuild/linux-mips64el@0.19.12':
|
2443
2632
|
optional: true
|
2444
2633
|
|
2445
2634
|
'@esbuild/linux-mips64el@0.20.2':
|
2446
2635
|
optional: true
|
2447
2636
|
|
2637
|
+
'@esbuild/linux-mips64el@0.23.1':
|
2638
|
+
optional: true
|
2639
|
+
|
2448
2640
|
'@esbuild/linux-ppc64@0.19.12':
|
2449
2641
|
optional: true
|
2450
2642
|
|
2451
2643
|
'@esbuild/linux-ppc64@0.20.2':
|
2452
2644
|
optional: true
|
2453
2645
|
|
2646
|
+
'@esbuild/linux-ppc64@0.23.1':
|
2647
|
+
optional: true
|
2648
|
+
|
2454
2649
|
'@esbuild/linux-riscv64@0.19.12':
|
2455
2650
|
optional: true
|
2456
2651
|
|
2457
2652
|
'@esbuild/linux-riscv64@0.20.2':
|
2458
2653
|
optional: true
|
2459
2654
|
|
2655
|
+
'@esbuild/linux-riscv64@0.23.1':
|
2656
|
+
optional: true
|
2657
|
+
|
2460
2658
|
'@esbuild/linux-s390x@0.19.12':
|
2461
2659
|
optional: true
|
2462
2660
|
|
2463
2661
|
'@esbuild/linux-s390x@0.20.2':
|
2464
2662
|
optional: true
|
2465
2663
|
|
2664
|
+
'@esbuild/linux-s390x@0.23.1':
|
2665
|
+
optional: true
|
2666
|
+
|
2466
2667
|
'@esbuild/linux-x64@0.19.12':
|
2467
2668
|
optional: true
|
2468
2669
|
|
2469
2670
|
'@esbuild/linux-x64@0.20.2':
|
2470
2671
|
optional: true
|
2471
2672
|
|
2673
|
+
'@esbuild/linux-x64@0.23.1':
|
2674
|
+
optional: true
|
2675
|
+
|
2472
2676
|
'@esbuild/netbsd-x64@0.19.12':
|
2473
2677
|
optional: true
|
2474
2678
|
|
2475
2679
|
'@esbuild/netbsd-x64@0.20.2':
|
2476
2680
|
optional: true
|
2477
2681
|
|
2682
|
+
'@esbuild/netbsd-x64@0.23.1':
|
2683
|
+
optional: true
|
2684
|
+
|
2685
|
+
'@esbuild/openbsd-arm64@0.23.1':
|
2686
|
+
optional: true
|
2687
|
+
|
2478
2688
|
'@esbuild/openbsd-x64@0.19.12':
|
2479
2689
|
optional: true
|
2480
2690
|
|
2481
2691
|
'@esbuild/openbsd-x64@0.20.2':
|
2482
2692
|
optional: true
|
2483
2693
|
|
2694
|
+
'@esbuild/openbsd-x64@0.23.1':
|
2695
|
+
optional: true
|
2696
|
+
|
2484
2697
|
'@esbuild/sunos-x64@0.19.12':
|
2485
2698
|
optional: true
|
2486
2699
|
|
2487
2700
|
'@esbuild/sunos-x64@0.20.2':
|
2488
2701
|
optional: true
|
2489
2702
|
|
2703
|
+
'@esbuild/sunos-x64@0.23.1':
|
2704
|
+
optional: true
|
2705
|
+
|
2490
2706
|
'@esbuild/win32-arm64@0.19.12':
|
2491
2707
|
optional: true
|
2492
2708
|
|
2493
2709
|
'@esbuild/win32-arm64@0.20.2':
|
2494
2710
|
optional: true
|
2495
2711
|
|
2712
|
+
'@esbuild/win32-arm64@0.23.1':
|
2713
|
+
optional: true
|
2714
|
+
|
2496
2715
|
'@esbuild/win32-ia32@0.19.12':
|
2497
2716
|
optional: true
|
2498
2717
|
|
2499
2718
|
'@esbuild/win32-ia32@0.20.2':
|
2500
2719
|
optional: true
|
2501
2720
|
|
2721
|
+
'@esbuild/win32-ia32@0.23.1':
|
2722
|
+
optional: true
|
2723
|
+
|
2502
2724
|
'@esbuild/win32-x64@0.19.12':
|
2503
2725
|
optional: true
|
2504
2726
|
|
2505
2727
|
'@esbuild/win32-x64@0.20.2':
|
2506
2728
|
optional: true
|
2507
2729
|
|
2508
|
-
'@
|
2730
|
+
'@esbuild/win32-x64@0.23.1':
|
2731
|
+
optional: true
|
2732
|
+
|
2733
|
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@1.21.6))':
|
2509
2734
|
dependencies:
|
2510
|
-
eslint:
|
2735
|
+
eslint: 9.17.0(jiti@1.21.6)
|
2511
2736
|
eslint-visitor-keys: 3.4.3
|
2512
2737
|
|
2513
2738
|
'@eslint-community/regexpp@4.10.1': {}
|
2514
2739
|
|
2515
|
-
'@eslint/
|
2740
|
+
'@eslint-community/regexpp@4.12.1': {}
|
2741
|
+
|
2742
|
+
'@eslint/config-array@0.19.1':
|
2743
|
+
dependencies:
|
2744
|
+
'@eslint/object-schema': 2.1.5
|
2745
|
+
debug: 4.4.0
|
2746
|
+
minimatch: 3.1.2
|
2747
|
+
transitivePeerDependencies:
|
2748
|
+
- supports-color
|
2749
|
+
|
2750
|
+
'@eslint/core@0.9.1':
|
2751
|
+
dependencies:
|
2752
|
+
'@types/json-schema': 7.0.15
|
2753
|
+
|
2754
|
+
'@eslint/eslintrc@3.2.0':
|
2516
2755
|
dependencies:
|
2517
2756
|
ajv: 6.12.6
|
2518
|
-
debug: 4.
|
2519
|
-
espree:
|
2520
|
-
globals:
|
2757
|
+
debug: 4.4.0
|
2758
|
+
espree: 10.3.0
|
2759
|
+
globals: 14.0.0
|
2521
2760
|
ignore: 5.3.1
|
2522
2761
|
import-fresh: 3.3.0
|
2523
2762
|
js-yaml: 4.1.0
|
@@ -2526,21 +2765,28 @@ snapshots:
|
|
2526
2765
|
transitivePeerDependencies:
|
2527
2766
|
- supports-color
|
2528
2767
|
|
2529
|
-
'@eslint/js@
|
2768
|
+
'@eslint/js@9.17.0': {}
|
2769
|
+
|
2770
|
+
'@eslint/object-schema@2.1.5': {}
|
2771
|
+
|
2772
|
+
'@eslint/plugin-kit@0.2.4':
|
2773
|
+
dependencies:
|
2774
|
+
levn: 0.4.1
|
2530
2775
|
|
2531
2776
|
'@faker-js/faker@8.4.1': {}
|
2532
2777
|
|
2533
|
-
'@
|
2778
|
+
'@humanfs/core@0.19.1': {}
|
2779
|
+
|
2780
|
+
'@humanfs/node@0.16.6':
|
2534
2781
|
dependencies:
|
2535
|
-
'@
|
2536
|
-
|
2537
|
-
minimatch: 3.1.2
|
2538
|
-
transitivePeerDependencies:
|
2539
|
-
- supports-color
|
2782
|
+
'@humanfs/core': 0.19.1
|
2783
|
+
'@humanwhocodes/retry': 0.3.1
|
2540
2784
|
|
2541
2785
|
'@humanwhocodes/module-importer@1.0.1': {}
|
2542
2786
|
|
2543
|
-
'@humanwhocodes/
|
2787
|
+
'@humanwhocodes/retry@0.3.1': {}
|
2788
|
+
|
2789
|
+
'@humanwhocodes/retry@0.4.1': {}
|
2544
2790
|
|
2545
2791
|
'@isaacs/cliui@8.0.2':
|
2546
2792
|
dependencies:
|
@@ -2692,132 +2938,100 @@ snapshots:
|
|
2692
2938
|
|
2693
2939
|
'@types/estree@1.0.5': {}
|
2694
2940
|
|
2695
|
-
'@types/
|
2941
|
+
'@types/estree@1.0.6': {}
|
2942
|
+
|
2943
|
+
'@types/json-schema@7.0.15': {}
|
2944
|
+
|
2945
|
+
'@types/node@20.17.10':
|
2696
2946
|
dependencies:
|
2697
|
-
undici-types:
|
2947
|
+
undici-types: 6.19.8
|
2698
2948
|
|
2699
2949
|
'@types/resolve@1.20.2': {}
|
2700
2950
|
|
2701
|
-
'@typescript-eslint/eslint-plugin@
|
2951
|
+
'@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)':
|
2702
2952
|
dependencies:
|
2703
2953
|
'@eslint-community/regexpp': 4.10.1
|
2704
|
-
'@typescript-eslint/parser':
|
2705
|
-
'@typescript-eslint/scope-manager':
|
2706
|
-
'@typescript-eslint/type-utils':
|
2707
|
-
'@typescript-eslint/utils':
|
2708
|
-
'@typescript-eslint/visitor-keys':
|
2709
|
-
eslint:
|
2954
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
2955
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
2956
|
+
'@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
2957
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
2958
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
2959
|
+
eslint: 9.17.0(jiti@1.21.6)
|
2710
2960
|
graphemer: 1.4.0
|
2711
2961
|
ignore: 5.3.1
|
2712
2962
|
natural-compare: 1.4.0
|
2713
|
-
ts-api-utils: 1.3
|
2714
|
-
|
2715
|
-
typescript: 5.4.5
|
2963
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
2964
|
+
typescript: 5.7.2
|
2716
2965
|
transitivePeerDependencies:
|
2717
2966
|
- supports-color
|
2718
2967
|
|
2719
|
-
'@typescript-eslint/parser@
|
2968
|
+
'@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
2720
2969
|
dependencies:
|
2721
|
-
'@typescript-eslint/scope-manager':
|
2722
|
-
'@typescript-eslint/types':
|
2723
|
-
'@typescript-eslint/typescript-estree':
|
2724
|
-
'@typescript-eslint/visitor-keys':
|
2725
|
-
debug: 4.
|
2726
|
-
eslint:
|
2727
|
-
|
2728
|
-
typescript: 5.4.5
|
2970
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
2971
|
+
'@typescript-eslint/types': 8.18.1
|
2972
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
2973
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
2974
|
+
debug: 4.4.0
|
2975
|
+
eslint: 9.17.0(jiti@1.21.6)
|
2976
|
+
typescript: 5.7.2
|
2729
2977
|
transitivePeerDependencies:
|
2730
2978
|
- supports-color
|
2731
2979
|
|
2732
|
-
'@typescript-eslint/scope-manager@
|
2980
|
+
'@typescript-eslint/scope-manager@8.18.1':
|
2733
2981
|
dependencies:
|
2734
|
-
'@typescript-eslint/types':
|
2735
|
-
'@typescript-eslint/visitor-keys':
|
2982
|
+
'@typescript-eslint/types': 8.18.1
|
2983
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
2736
2984
|
|
2737
|
-
'@typescript-eslint/
|
2985
|
+
'@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
2738
2986
|
dependencies:
|
2739
|
-
'@typescript-eslint/
|
2740
|
-
'@typescript-eslint/
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2744
|
-
|
2745
|
-
'@typescript-eslint/utils': 7.10.0(eslint@8.57.0)(typescript@5.4.5)
|
2746
|
-
debug: 4.3.5
|
2747
|
-
eslint: 8.57.0
|
2748
|
-
ts-api-utils: 1.3.0(typescript@5.4.5)
|
2749
|
-
optionalDependencies:
|
2750
|
-
typescript: 5.4.5
|
2987
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
2988
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
2989
|
+
debug: 4.4.0
|
2990
|
+
eslint: 9.17.0(jiti@1.21.6)
|
2991
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
2992
|
+
typescript: 5.7.2
|
2751
2993
|
transitivePeerDependencies:
|
2752
2994
|
- supports-color
|
2753
2995
|
|
2754
|
-
'@typescript-eslint/types@
|
2755
|
-
|
2756
|
-
'@typescript-eslint/types@7.13.0': {}
|
2757
|
-
|
2758
|
-
'@typescript-eslint/typescript-estree@7.10.0(typescript@5.4.5)':
|
2759
|
-
dependencies:
|
2760
|
-
'@typescript-eslint/types': 7.10.0
|
2761
|
-
'@typescript-eslint/visitor-keys': 7.10.0
|
2762
|
-
debug: 4.3.5
|
2763
|
-
globby: 11.1.0
|
2764
|
-
is-glob: 4.0.3
|
2765
|
-
minimatch: 9.0.4
|
2766
|
-
semver: 7.6.2
|
2767
|
-
ts-api-utils: 1.3.0(typescript@5.4.5)
|
2768
|
-
optionalDependencies:
|
2769
|
-
typescript: 5.4.5
|
2770
|
-
transitivePeerDependencies:
|
2771
|
-
- supports-color
|
2996
|
+
'@typescript-eslint/types@8.18.1': {}
|
2772
2997
|
|
2773
|
-
'@typescript-eslint/typescript-estree@
|
2998
|
+
'@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)':
|
2774
2999
|
dependencies:
|
2775
|
-
'@typescript-eslint/types':
|
2776
|
-
'@typescript-eslint/visitor-keys':
|
2777
|
-
debug: 4.
|
2778
|
-
|
3000
|
+
'@typescript-eslint/types': 8.18.1
|
3001
|
+
'@typescript-eslint/visitor-keys': 8.18.1
|
3002
|
+
debug: 4.4.0
|
3003
|
+
fast-glob: 3.3.2
|
2779
3004
|
is-glob: 4.0.3
|
2780
3005
|
minimatch: 9.0.4
|
2781
3006
|
semver: 7.6.2
|
2782
|
-
ts-api-utils: 1.3
|
2783
|
-
|
2784
|
-
typescript: 5.4.5
|
2785
|
-
transitivePeerDependencies:
|
2786
|
-
- supports-color
|
2787
|
-
|
2788
|
-
'@typescript-eslint/utils@7.10.0(eslint@8.57.0)(typescript@5.4.5)':
|
2789
|
-
dependencies:
|
2790
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
2791
|
-
'@typescript-eslint/scope-manager': 7.10.0
|
2792
|
-
'@typescript-eslint/types': 7.10.0
|
2793
|
-
'@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5)
|
2794
|
-
eslint: 8.57.0
|
3007
|
+
ts-api-utils: 1.4.3(typescript@5.7.2)
|
3008
|
+
typescript: 5.7.2
|
2795
3009
|
transitivePeerDependencies:
|
2796
3010
|
- supports-color
|
2797
|
-
- typescript
|
2798
3011
|
|
2799
|
-
'@typescript-eslint/utils@
|
3012
|
+
'@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)':
|
2800
3013
|
dependencies:
|
2801
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@
|
2802
|
-
'@typescript-eslint/scope-manager':
|
2803
|
-
'@typescript-eslint/types':
|
2804
|
-
'@typescript-eslint/typescript-estree':
|
2805
|
-
eslint:
|
3014
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
3015
|
+
'@typescript-eslint/scope-manager': 8.18.1
|
3016
|
+
'@typescript-eslint/types': 8.18.1
|
3017
|
+
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
3018
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3019
|
+
typescript: 5.7.2
|
2806
3020
|
transitivePeerDependencies:
|
2807
3021
|
- supports-color
|
2808
|
-
- typescript
|
2809
3022
|
|
2810
|
-
'@typescript-eslint/visitor-keys@
|
3023
|
+
'@typescript-eslint/visitor-keys@8.18.1':
|
2811
3024
|
dependencies:
|
2812
|
-
'@typescript-eslint/types':
|
2813
|
-
eslint-visitor-keys:
|
3025
|
+
'@typescript-eslint/types': 8.18.1
|
3026
|
+
eslint-visitor-keys: 4.2.0
|
2814
3027
|
|
2815
|
-
'@typescript-eslint/
|
3028
|
+
'@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))':
|
2816
3029
|
dependencies:
|
2817
|
-
'@typescript-eslint/
|
2818
|
-
eslint
|
2819
|
-
|
2820
|
-
|
3030
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
3031
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3032
|
+
optionalDependencies:
|
3033
|
+
typescript: 5.7.2
|
3034
|
+
vitest: 1.6.0(@types/node@20.17.10)
|
2821
3035
|
|
2822
3036
|
'@vitest/expect@1.6.0':
|
2823
3037
|
dependencies:
|
@@ -2848,14 +3062,16 @@ snapshots:
|
|
2848
3062
|
loupe: 2.3.7
|
2849
3063
|
pretty-format: 29.7.0
|
2850
3064
|
|
2851
|
-
acorn-jsx@5.3.2(acorn@8.
|
3065
|
+
acorn-jsx@5.3.2(acorn@8.14.0):
|
2852
3066
|
dependencies:
|
2853
|
-
acorn: 8.
|
3067
|
+
acorn: 8.14.0
|
2854
3068
|
|
2855
3069
|
acorn-walk@8.3.2: {}
|
2856
3070
|
|
2857
3071
|
acorn@8.11.3: {}
|
2858
3072
|
|
3073
|
+
acorn@8.14.0: {}
|
3074
|
+
|
2859
3075
|
ajv@6.12.6:
|
2860
3076
|
dependencies:
|
2861
3077
|
fast-deep-equal: 3.1.3
|
@@ -2863,7 +3079,9 @@ snapshots:
|
|
2863
3079
|
json-schema-traverse: 0.4.1
|
2864
3080
|
uri-js: 4.4.1
|
2865
3081
|
|
2866
|
-
ansi-escapes@
|
3082
|
+
ansi-escapes@7.0.0:
|
3083
|
+
dependencies:
|
3084
|
+
environment: 1.1.0
|
2867
3085
|
|
2868
3086
|
ansi-regex@5.0.1: {}
|
2869
3087
|
|
@@ -2883,8 +3101,6 @@ snapshots:
|
|
2883
3101
|
|
2884
3102
|
argparse@2.0.1: {}
|
2885
3103
|
|
2886
|
-
array-union@2.1.0: {}
|
2887
|
-
|
2888
3104
|
assertion-error@1.1.0: {}
|
2889
3105
|
|
2890
3106
|
autoprefixer@10.4.19(postcss@8.4.38):
|
@@ -2967,9 +3183,9 @@ snapshots:
|
|
2967
3183
|
dependencies:
|
2968
3184
|
consola: 3.2.3
|
2969
3185
|
|
2970
|
-
cli-cursor@
|
3186
|
+
cli-cursor@5.0.0:
|
2971
3187
|
dependencies:
|
2972
|
-
restore-cursor:
|
3188
|
+
restore-cursor: 5.1.0
|
2973
3189
|
|
2974
3190
|
cli-truncate@4.0.0:
|
2975
3191
|
dependencies:
|
@@ -3012,6 +3228,12 @@ snapshots:
|
|
3012
3228
|
shebang-command: 2.0.0
|
3013
3229
|
which: 2.0.2
|
3014
3230
|
|
3231
|
+
cross-spawn@7.0.6:
|
3232
|
+
dependencies:
|
3233
|
+
path-key: 3.1.1
|
3234
|
+
shebang-command: 2.0.0
|
3235
|
+
which: 2.0.2
|
3236
|
+
|
3015
3237
|
css-declaration-sorter@7.2.0(postcss@8.4.38):
|
3016
3238
|
dependencies:
|
3017
3239
|
postcss: 8.4.38
|
@@ -3090,6 +3312,10 @@ snapshots:
|
|
3090
3312
|
dependencies:
|
3091
3313
|
ms: 2.1.2
|
3092
3314
|
|
3315
|
+
debug@4.4.0:
|
3316
|
+
dependencies:
|
3317
|
+
ms: 2.1.3
|
3318
|
+
|
3093
3319
|
deep-eql@4.1.4:
|
3094
3320
|
dependencies:
|
3095
3321
|
type-detect: 4.0.8
|
@@ -3106,10 +3332,6 @@ snapshots:
|
|
3106
3332
|
dependencies:
|
3107
3333
|
path-type: 4.0.0
|
3108
3334
|
|
3109
|
-
doctrine@3.0.0:
|
3110
|
-
dependencies:
|
3111
|
-
esutils: 2.0.3
|
3112
|
-
|
3113
3335
|
dom-serializer@2.0.0:
|
3114
3336
|
dependencies:
|
3115
3337
|
domelementtype: 2.3.0
|
@@ -3128,7 +3350,7 @@ snapshots:
|
|
3128
3350
|
domelementtype: 2.3.0
|
3129
3351
|
domhandler: 5.0.3
|
3130
3352
|
|
3131
|
-
dotenv@16.4.
|
3353
|
+
dotenv@16.4.7: {}
|
3132
3354
|
|
3133
3355
|
eastasianwidth@0.2.0: {}
|
3134
3356
|
|
@@ -3142,6 +3364,8 @@ snapshots:
|
|
3142
3364
|
|
3143
3365
|
entities@4.5.0: {}
|
3144
3366
|
|
3367
|
+
environment@1.1.0: {}
|
3368
|
+
|
3145
3369
|
esbuild@0.19.12:
|
3146
3370
|
optionalDependencies:
|
3147
3371
|
'@esbuild/aix-ppc64': 0.19.12
|
@@ -3194,82 +3418,98 @@ snapshots:
|
|
3194
3418
|
'@esbuild/win32-ia32': 0.20.2
|
3195
3419
|
'@esbuild/win32-x64': 0.20.2
|
3196
3420
|
|
3421
|
+
esbuild@0.23.1:
|
3422
|
+
optionalDependencies:
|
3423
|
+
'@esbuild/aix-ppc64': 0.23.1
|
3424
|
+
'@esbuild/android-arm': 0.23.1
|
3425
|
+
'@esbuild/android-arm64': 0.23.1
|
3426
|
+
'@esbuild/android-x64': 0.23.1
|
3427
|
+
'@esbuild/darwin-arm64': 0.23.1
|
3428
|
+
'@esbuild/darwin-x64': 0.23.1
|
3429
|
+
'@esbuild/freebsd-arm64': 0.23.1
|
3430
|
+
'@esbuild/freebsd-x64': 0.23.1
|
3431
|
+
'@esbuild/linux-arm': 0.23.1
|
3432
|
+
'@esbuild/linux-arm64': 0.23.1
|
3433
|
+
'@esbuild/linux-ia32': 0.23.1
|
3434
|
+
'@esbuild/linux-loong64': 0.23.1
|
3435
|
+
'@esbuild/linux-mips64el': 0.23.1
|
3436
|
+
'@esbuild/linux-ppc64': 0.23.1
|
3437
|
+
'@esbuild/linux-riscv64': 0.23.1
|
3438
|
+
'@esbuild/linux-s390x': 0.23.1
|
3439
|
+
'@esbuild/linux-x64': 0.23.1
|
3440
|
+
'@esbuild/netbsd-x64': 0.23.1
|
3441
|
+
'@esbuild/openbsd-arm64': 0.23.1
|
3442
|
+
'@esbuild/openbsd-x64': 0.23.1
|
3443
|
+
'@esbuild/sunos-x64': 0.23.1
|
3444
|
+
'@esbuild/win32-arm64': 0.23.1
|
3445
|
+
'@esbuild/win32-ia32': 0.23.1
|
3446
|
+
'@esbuild/win32-x64': 0.23.1
|
3447
|
+
|
3197
3448
|
escalade@3.1.2: {}
|
3198
3449
|
|
3199
3450
|
escape-string-regexp@1.0.5: {}
|
3200
3451
|
|
3201
3452
|
escape-string-regexp@4.0.0: {}
|
3202
3453
|
|
3203
|
-
eslint-config-prettier@9.1.0(eslint@
|
3454
|
+
eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@1.21.6)):
|
3204
3455
|
dependencies:
|
3205
|
-
eslint:
|
3456
|
+
eslint: 9.17.0(jiti@1.21.6)
|
3206
3457
|
|
3207
|
-
eslint-
|
3208
|
-
dependencies:
|
3209
|
-
'@typescript-eslint/utils': 7.13.0(eslint@8.57.0)(typescript@5.4.5)
|
3210
|
-
eslint: 8.57.0
|
3211
|
-
optionalDependencies:
|
3212
|
-
'@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)
|
3213
|
-
vitest: 1.6.0(@types/node@20.12.12)
|
3214
|
-
transitivePeerDependencies:
|
3215
|
-
- supports-color
|
3216
|
-
- typescript
|
3217
|
-
|
3218
|
-
eslint-scope@7.2.2:
|
3458
|
+
eslint-scope@8.2.0:
|
3219
3459
|
dependencies:
|
3220
3460
|
esrecurse: 4.3.0
|
3221
3461
|
estraverse: 5.3.0
|
3222
3462
|
|
3223
3463
|
eslint-visitor-keys@3.4.3: {}
|
3224
3464
|
|
3225
|
-
eslint@
|
3465
|
+
eslint-visitor-keys@4.2.0: {}
|
3466
|
+
|
3467
|
+
eslint@9.17.0(jiti@1.21.6):
|
3226
3468
|
dependencies:
|
3227
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@
|
3228
|
-
'@eslint-community/regexpp': 4.
|
3229
|
-
'@eslint/
|
3230
|
-
'@eslint/
|
3231
|
-
'@
|
3469
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@1.21.6))
|
3470
|
+
'@eslint-community/regexpp': 4.12.1
|
3471
|
+
'@eslint/config-array': 0.19.1
|
3472
|
+
'@eslint/core': 0.9.1
|
3473
|
+
'@eslint/eslintrc': 3.2.0
|
3474
|
+
'@eslint/js': 9.17.0
|
3475
|
+
'@eslint/plugin-kit': 0.2.4
|
3476
|
+
'@humanfs/node': 0.16.6
|
3232
3477
|
'@humanwhocodes/module-importer': 1.0.1
|
3233
|
-
'@
|
3234
|
-
'@
|
3478
|
+
'@humanwhocodes/retry': 0.4.1
|
3479
|
+
'@types/estree': 1.0.6
|
3480
|
+
'@types/json-schema': 7.0.15
|
3235
3481
|
ajv: 6.12.6
|
3236
3482
|
chalk: 4.1.2
|
3237
|
-
cross-spawn: 7.0.
|
3238
|
-
debug: 4.
|
3239
|
-
doctrine: 3.0.0
|
3483
|
+
cross-spawn: 7.0.6
|
3484
|
+
debug: 4.4.0
|
3240
3485
|
escape-string-regexp: 4.0.0
|
3241
|
-
eslint-scope:
|
3242
|
-
eslint-visitor-keys:
|
3243
|
-
espree:
|
3486
|
+
eslint-scope: 8.2.0
|
3487
|
+
eslint-visitor-keys: 4.2.0
|
3488
|
+
espree: 10.3.0
|
3244
3489
|
esquery: 1.5.0
|
3245
3490
|
esutils: 2.0.3
|
3246
3491
|
fast-deep-equal: 3.1.3
|
3247
|
-
file-entry-cache:
|
3492
|
+
file-entry-cache: 8.0.0
|
3248
3493
|
find-up: 5.0.0
|
3249
3494
|
glob-parent: 6.0.2
|
3250
|
-
globals: 13.24.0
|
3251
|
-
graphemer: 1.4.0
|
3252
3495
|
ignore: 5.3.1
|
3253
3496
|
imurmurhash: 0.1.4
|
3254
3497
|
is-glob: 4.0.3
|
3255
|
-
is-path-inside: 3.0.3
|
3256
|
-
js-yaml: 4.1.0
|
3257
3498
|
json-stable-stringify-without-jsonify: 1.0.1
|
3258
|
-
levn: 0.4.1
|
3259
3499
|
lodash.merge: 4.6.2
|
3260
3500
|
minimatch: 3.1.2
|
3261
3501
|
natural-compare: 1.4.0
|
3262
3502
|
optionator: 0.9.4
|
3263
|
-
|
3264
|
-
|
3503
|
+
optionalDependencies:
|
3504
|
+
jiti: 1.21.6
|
3265
3505
|
transitivePeerDependencies:
|
3266
3506
|
- supports-color
|
3267
3507
|
|
3268
|
-
espree@
|
3508
|
+
espree@10.3.0:
|
3269
3509
|
dependencies:
|
3270
|
-
acorn: 8.
|
3271
|
-
acorn-jsx: 5.3.2(acorn@8.
|
3272
|
-
eslint-visitor-keys:
|
3510
|
+
acorn: 8.14.0
|
3511
|
+
acorn-jsx: 5.3.2(acorn@8.14.0)
|
3512
|
+
eslint-visitor-keys: 4.2.0
|
3273
3513
|
|
3274
3514
|
esquery@1.5.0:
|
3275
3515
|
dependencies:
|
@@ -3321,9 +3561,9 @@ snapshots:
|
|
3321
3561
|
dependencies:
|
3322
3562
|
reusify: 1.0.4
|
3323
3563
|
|
3324
|
-
file-entry-cache@
|
3564
|
+
file-entry-cache@8.0.0:
|
3325
3565
|
dependencies:
|
3326
|
-
flat-cache:
|
3566
|
+
flat-cache: 4.0.1
|
3327
3567
|
|
3328
3568
|
fill-range@7.1.1:
|
3329
3569
|
dependencies:
|
@@ -3334,11 +3574,10 @@ snapshots:
|
|
3334
3574
|
locate-path: 6.0.0
|
3335
3575
|
path-exists: 4.0.0
|
3336
3576
|
|
3337
|
-
flat-cache@
|
3577
|
+
flat-cache@4.0.1:
|
3338
3578
|
dependencies:
|
3339
3579
|
flatted: 3.3.1
|
3340
3580
|
keyv: 4.5.4
|
3341
|
-
rimraf: 3.0.2
|
3342
3581
|
|
3343
3582
|
flatted@3.3.1: {}
|
3344
3583
|
|
@@ -3390,15 +3629,6 @@ snapshots:
|
|
3390
3629
|
minipass: 7.1.2
|
3391
3630
|
path-scurry: 1.11.1
|
3392
3631
|
|
3393
|
-
glob@7.2.3:
|
3394
|
-
dependencies:
|
3395
|
-
fs.realpath: 1.0.0
|
3396
|
-
inflight: 1.0.6
|
3397
|
-
inherits: 2.0.4
|
3398
|
-
minimatch: 3.1.2
|
3399
|
-
once: 1.4.0
|
3400
|
-
path-is-absolute: 1.0.1
|
3401
|
-
|
3402
3632
|
glob@8.1.0:
|
3403
3633
|
dependencies:
|
3404
3634
|
fs.realpath: 1.0.0
|
@@ -3409,18 +3639,9 @@ snapshots:
|
|
3409
3639
|
|
3410
3640
|
globals@11.12.0: {}
|
3411
3641
|
|
3412
|
-
globals@
|
3413
|
-
dependencies:
|
3414
|
-
type-fest: 0.20.2
|
3642
|
+
globals@14.0.0: {}
|
3415
3643
|
|
3416
|
-
|
3417
|
-
dependencies:
|
3418
|
-
array-union: 2.1.0
|
3419
|
-
dir-glob: 3.0.1
|
3420
|
-
fast-glob: 3.3.2
|
3421
|
-
ignore: 5.3.1
|
3422
|
-
merge2: 1.4.1
|
3423
|
-
slash: 3.0.0
|
3644
|
+
globals@15.13.0: {}
|
3424
3645
|
|
3425
3646
|
globby@13.2.2:
|
3426
3647
|
dependencies:
|
@@ -3457,7 +3678,7 @@ snapshots:
|
|
3457
3678
|
|
3458
3679
|
human-signals@5.0.0: {}
|
3459
3680
|
|
3460
|
-
husky@9.
|
3681
|
+
husky@9.1.7: {}
|
3461
3682
|
|
3462
3683
|
ignore@5.3.1: {}
|
3463
3684
|
|
@@ -3501,8 +3722,6 @@ snapshots:
|
|
3501
3722
|
|
3502
3723
|
is-number@7.0.0: {}
|
3503
3724
|
|
3504
|
-
is-path-inside@3.0.3: {}
|
3505
|
-
|
3506
3725
|
is-reference@1.2.1:
|
3507
3726
|
dependencies:
|
3508
3727
|
'@types/estree': 1.0.5
|
@@ -3554,28 +3773,30 @@ snapshots:
|
|
3554
3773
|
|
3555
3774
|
lilconfig@3.1.2: {}
|
3556
3775
|
|
3557
|
-
|
3776
|
+
lilconfig@3.1.3: {}
|
3777
|
+
|
3778
|
+
lint-staged@15.2.11:
|
3558
3779
|
dependencies:
|
3559
3780
|
chalk: 5.3.0
|
3560
3781
|
commander: 12.1.0
|
3561
|
-
debug: 4.
|
3782
|
+
debug: 4.4.0
|
3562
3783
|
execa: 8.0.1
|
3563
|
-
lilconfig: 3.1.
|
3564
|
-
listr2: 8.2.
|
3565
|
-
micromatch: 4.0.
|
3784
|
+
lilconfig: 3.1.3
|
3785
|
+
listr2: 8.2.5
|
3786
|
+
micromatch: 4.0.8
|
3566
3787
|
pidtree: 0.6.0
|
3567
3788
|
string-argv: 0.3.2
|
3568
|
-
yaml: 2.
|
3789
|
+
yaml: 2.6.1
|
3569
3790
|
transitivePeerDependencies:
|
3570
3791
|
- supports-color
|
3571
3792
|
|
3572
|
-
listr2@8.2.
|
3793
|
+
listr2@8.2.5:
|
3573
3794
|
dependencies:
|
3574
3795
|
cli-truncate: 4.0.0
|
3575
3796
|
colorette: 2.0.20
|
3576
3797
|
eventemitter3: 5.0.1
|
3577
|
-
log-update: 6.
|
3578
|
-
rfdc: 1.
|
3798
|
+
log-update: 6.1.0
|
3799
|
+
rfdc: 1.4.1
|
3579
3800
|
wrap-ansi: 9.0.0
|
3580
3801
|
|
3581
3802
|
local-pkg@0.5.0:
|
@@ -3593,10 +3814,10 @@ snapshots:
|
|
3593
3814
|
|
3594
3815
|
lodash.uniq@4.5.0: {}
|
3595
3816
|
|
3596
|
-
log-update@6.
|
3817
|
+
log-update@6.1.0:
|
3597
3818
|
dependencies:
|
3598
|
-
ansi-escapes:
|
3599
|
-
cli-cursor:
|
3819
|
+
ansi-escapes: 7.0.0
|
3820
|
+
cli-cursor: 5.0.0
|
3600
3821
|
slice-ansi: 7.1.0
|
3601
3822
|
strip-ansi: 7.1.0
|
3602
3823
|
wrap-ansi: 9.0.0
|
@@ -3628,10 +3849,15 @@ snapshots:
|
|
3628
3849
|
braces: 3.0.3
|
3629
3850
|
picomatch: 2.3.1
|
3630
3851
|
|
3631
|
-
|
3852
|
+
micromatch@4.0.8:
|
3853
|
+
dependencies:
|
3854
|
+
braces: 3.0.3
|
3855
|
+
picomatch: 2.3.1
|
3632
3856
|
|
3633
3857
|
mimic-fn@4.0.0: {}
|
3634
3858
|
|
3859
|
+
mimic-function@5.0.1: {}
|
3860
|
+
|
3635
3861
|
minimatch@3.1.2:
|
3636
3862
|
dependencies:
|
3637
3863
|
brace-expansion: 1.1.11
|
@@ -3646,7 +3872,7 @@ snapshots:
|
|
3646
3872
|
|
3647
3873
|
minipass@7.1.2: {}
|
3648
3874
|
|
3649
|
-
mkdist@1.5.1(typescript@5.
|
3875
|
+
mkdist@1.5.1(typescript@5.7.2):
|
3650
3876
|
dependencies:
|
3651
3877
|
autoprefixer: 10.4.19(postcss@8.4.38)
|
3652
3878
|
citty: 0.1.6
|
@@ -3664,7 +3890,7 @@ snapshots:
|
|
3664
3890
|
postcss-nested: 6.0.1(postcss@8.4.38)
|
3665
3891
|
semver: 7.6.2
|
3666
3892
|
optionalDependencies:
|
3667
|
-
typescript: 5.
|
3893
|
+
typescript: 5.7.2
|
3668
3894
|
|
3669
3895
|
mlly@1.7.1:
|
3670
3896
|
dependencies:
|
@@ -3677,6 +3903,8 @@ snapshots:
|
|
3677
3903
|
|
3678
3904
|
ms@2.1.2: {}
|
3679
3905
|
|
3906
|
+
ms@2.1.3: {}
|
3907
|
+
|
3680
3908
|
nanoid@3.3.7: {}
|
3681
3909
|
|
3682
3910
|
natural-compare@1.4.0: {}
|
@@ -3697,14 +3925,14 @@ snapshots:
|
|
3697
3925
|
dependencies:
|
3698
3926
|
wrappy: 1.0.2
|
3699
3927
|
|
3700
|
-
onetime@5.1.2:
|
3701
|
-
dependencies:
|
3702
|
-
mimic-fn: 2.1.0
|
3703
|
-
|
3704
3928
|
onetime@6.0.0:
|
3705
3929
|
dependencies:
|
3706
3930
|
mimic-fn: 4.0.0
|
3707
3931
|
|
3932
|
+
onetime@7.0.0:
|
3933
|
+
dependencies:
|
3934
|
+
mimic-function: 5.0.1
|
3935
|
+
|
3708
3936
|
optionator@0.9.4:
|
3709
3937
|
dependencies:
|
3710
3938
|
deep-is: 0.1.4
|
@@ -3732,8 +3960,6 @@ snapshots:
|
|
3732
3960
|
|
3733
3961
|
path-exists@4.0.0: {}
|
3734
3962
|
|
3735
|
-
path-is-absolute@1.0.1: {}
|
3736
|
-
|
3737
3963
|
path-key@3.1.1: {}
|
3738
3964
|
|
3739
3965
|
path-key@4.0.0: {}
|
@@ -3932,7 +4158,7 @@ snapshots:
|
|
3932
4158
|
|
3933
4159
|
prelude-ls@1.2.1: {}
|
3934
4160
|
|
3935
|
-
prettier@3.2
|
4161
|
+
prettier@3.4.2: {}
|
3936
4162
|
|
3937
4163
|
pretty-bytes@6.1.1: {}
|
3938
4164
|
|
@@ -3958,28 +4184,24 @@ snapshots:
|
|
3958
4184
|
path-parse: 1.0.7
|
3959
4185
|
supports-preserve-symlinks-flag: 1.0.0
|
3960
4186
|
|
3961
|
-
restore-cursor@
|
4187
|
+
restore-cursor@5.1.0:
|
3962
4188
|
dependencies:
|
3963
|
-
onetime:
|
3964
|
-
signal-exit:
|
4189
|
+
onetime: 7.0.0
|
4190
|
+
signal-exit: 4.1.0
|
3965
4191
|
|
3966
4192
|
reusify@1.0.4: {}
|
3967
4193
|
|
3968
|
-
rfdc@1.
|
3969
|
-
|
3970
|
-
rimraf@3.0.2:
|
3971
|
-
dependencies:
|
3972
|
-
glob: 7.2.3
|
4194
|
+
rfdc@1.4.1: {}
|
3973
4195
|
|
3974
|
-
rimraf@5.0.
|
4196
|
+
rimraf@5.0.10:
|
3975
4197
|
dependencies:
|
3976
4198
|
glob: 10.4.1
|
3977
4199
|
|
3978
|
-
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.
|
4200
|
+
rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.7.2):
|
3979
4201
|
dependencies:
|
3980
4202
|
magic-string: 0.30.10
|
3981
4203
|
rollup: 3.29.4
|
3982
|
-
typescript: 5.
|
4204
|
+
typescript: 5.7.2
|
3983
4205
|
optionalDependencies:
|
3984
4206
|
'@babel/code-frame': 7.24.7
|
3985
4207
|
|
@@ -4027,12 +4249,8 @@ snapshots:
|
|
4027
4249
|
|
4028
4250
|
siginfo@2.0.0: {}
|
4029
4251
|
|
4030
|
-
signal-exit@3.0.7: {}
|
4031
|
-
|
4032
4252
|
signal-exit@4.1.0: {}
|
4033
4253
|
|
4034
|
-
slash@3.0.0: {}
|
4035
|
-
|
4036
4254
|
slash@4.0.0: {}
|
4037
4255
|
|
4038
4256
|
slash@5.1.0: {}
|
@@ -4115,8 +4333,6 @@ snapshots:
|
|
4115
4333
|
csso: 5.0.5
|
4116
4334
|
picocolors: 1.0.1
|
4117
4335
|
|
4118
|
-
text-table@0.2.0: {}
|
4119
|
-
|
4120
4336
|
tinybench@2.8.0: {}
|
4121
4337
|
|
4122
4338
|
tinypool@0.8.4: {}
|
@@ -4129,17 +4345,17 @@ snapshots:
|
|
4129
4345
|
dependencies:
|
4130
4346
|
is-number: 7.0.0
|
4131
4347
|
|
4132
|
-
ts-api-utils@1.3
|
4348
|
+
ts-api-utils@1.4.3(typescript@5.7.2):
|
4133
4349
|
dependencies:
|
4134
|
-
typescript: 5.
|
4350
|
+
typescript: 5.7.2
|
4135
4351
|
|
4136
|
-
tsconfck@3.1.0(typescript@5.
|
4352
|
+
tsconfck@3.1.0(typescript@5.7.2):
|
4137
4353
|
optionalDependencies:
|
4138
|
-
typescript: 5.
|
4354
|
+
typescript: 5.7.2
|
4139
4355
|
|
4140
|
-
tsx@4.
|
4356
|
+
tsx@4.19.2:
|
4141
4357
|
dependencies:
|
4142
|
-
esbuild: 0.
|
4358
|
+
esbuild: 0.23.1
|
4143
4359
|
get-tsconfig: 4.7.5
|
4144
4360
|
optionalDependencies:
|
4145
4361
|
fsevents: 2.3.3
|
@@ -4150,13 +4366,21 @@ snapshots:
|
|
4150
4366
|
|
4151
4367
|
type-detect@4.0.8: {}
|
4152
4368
|
|
4153
|
-
|
4369
|
+
typescript-eslint@8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2):
|
4370
|
+
dependencies:
|
4371
|
+
'@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)
|
4372
|
+
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
4373
|
+
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@1.21.6))(typescript@5.7.2)
|
4374
|
+
eslint: 9.17.0(jiti@1.21.6)
|
4375
|
+
typescript: 5.7.2
|
4376
|
+
transitivePeerDependencies:
|
4377
|
+
- supports-color
|
4154
4378
|
|
4155
|
-
typescript@5.
|
4379
|
+
typescript@5.7.2: {}
|
4156
4380
|
|
4157
4381
|
ufo@1.5.3: {}
|
4158
4382
|
|
4159
|
-
unbuild@2.0.0(typescript@5.
|
4383
|
+
unbuild@2.0.0(typescript@5.7.2):
|
4160
4384
|
dependencies:
|
4161
4385
|
'@rollup/plugin-alias': 5.1.0(rollup@3.29.4)
|
4162
4386
|
'@rollup/plugin-commonjs': 25.0.8(rollup@3.29.4)
|
@@ -4173,23 +4397,23 @@ snapshots:
|
|
4173
4397
|
hookable: 5.5.3
|
4174
4398
|
jiti: 1.21.6
|
4175
4399
|
magic-string: 0.30.10
|
4176
|
-
mkdist: 1.5.1(typescript@5.
|
4400
|
+
mkdist: 1.5.1(typescript@5.7.2)
|
4177
4401
|
mlly: 1.7.1
|
4178
4402
|
pathe: 1.1.2
|
4179
4403
|
pkg-types: 1.1.1
|
4180
4404
|
pretty-bytes: 6.1.1
|
4181
4405
|
rollup: 3.29.4
|
4182
|
-
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.
|
4406
|
+
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.7.2)
|
4183
4407
|
scule: 1.3.0
|
4184
4408
|
untyped: 1.4.2
|
4185
4409
|
optionalDependencies:
|
4186
|
-
typescript: 5.
|
4410
|
+
typescript: 5.7.2
|
4187
4411
|
transitivePeerDependencies:
|
4188
4412
|
- sass
|
4189
4413
|
- supports-color
|
4190
4414
|
- vue-tsc
|
4191
4415
|
|
4192
|
-
undici-types@
|
4416
|
+
undici-types@6.19.8: {}
|
4193
4417
|
|
4194
4418
|
unicorn-magic@0.1.0: {}
|
4195
4419
|
|
@@ -4219,13 +4443,13 @@ snapshots:
|
|
4219
4443
|
|
4220
4444
|
util-deprecate@1.0.2: {}
|
4221
4445
|
|
4222
|
-
vite-node@1.6.0(@types/node@20.
|
4446
|
+
vite-node@1.6.0(@types/node@20.17.10):
|
4223
4447
|
dependencies:
|
4224
4448
|
cac: 6.7.14
|
4225
|
-
debug: 4.
|
4449
|
+
debug: 4.4.0
|
4226
4450
|
pathe: 1.1.2
|
4227
4451
|
picocolors: 1.0.1
|
4228
|
-
vite: 5.2.13(@types/node@20.
|
4452
|
+
vite: 5.2.13(@types/node@20.17.10)
|
4229
4453
|
transitivePeerDependencies:
|
4230
4454
|
- '@types/node'
|
4231
4455
|
- less
|
@@ -4236,27 +4460,27 @@ snapshots:
|
|
4236
4460
|
- supports-color
|
4237
4461
|
- terser
|
4238
4462
|
|
4239
|
-
vite-tsconfig-paths@4.3.2(typescript@5.
|
4463
|
+
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.2.13(@types/node@20.17.10)):
|
4240
4464
|
dependencies:
|
4241
4465
|
debug: 4.3.5
|
4242
4466
|
globrex: 0.1.2
|
4243
|
-
tsconfck: 3.1.0(typescript@5.
|
4467
|
+
tsconfck: 3.1.0(typescript@5.7.2)
|
4244
4468
|
optionalDependencies:
|
4245
|
-
vite: 5.2.13(@types/node@20.
|
4469
|
+
vite: 5.2.13(@types/node@20.17.10)
|
4246
4470
|
transitivePeerDependencies:
|
4247
4471
|
- supports-color
|
4248
4472
|
- typescript
|
4249
4473
|
|
4250
|
-
vite@5.2.13(@types/node@20.
|
4474
|
+
vite@5.2.13(@types/node@20.17.10):
|
4251
4475
|
dependencies:
|
4252
4476
|
esbuild: 0.20.2
|
4253
4477
|
postcss: 8.4.38
|
4254
4478
|
rollup: 4.18.0
|
4255
4479
|
optionalDependencies:
|
4256
|
-
'@types/node': 20.
|
4480
|
+
'@types/node': 20.17.10
|
4257
4481
|
fsevents: 2.3.3
|
4258
4482
|
|
4259
|
-
vitest@1.6.0(@types/node@20.
|
4483
|
+
vitest@1.6.0(@types/node@20.17.10):
|
4260
4484
|
dependencies:
|
4261
4485
|
'@vitest/expect': 1.6.0
|
4262
4486
|
'@vitest/runner': 1.6.0
|
@@ -4275,11 +4499,11 @@ snapshots:
|
|
4275
4499
|
strip-literal: 2.1.0
|
4276
4500
|
tinybench: 2.8.0
|
4277
4501
|
tinypool: 0.8.4
|
4278
|
-
vite: 5.2.13(@types/node@20.
|
4279
|
-
vite-node: 1.6.0(@types/node@20.
|
4502
|
+
vite: 5.2.13(@types/node@20.17.10)
|
4503
|
+
vite-node: 1.6.0(@types/node@20.17.10)
|
4280
4504
|
why-is-node-running: 2.2.2
|
4281
4505
|
optionalDependencies:
|
4282
|
-
'@types/node': 20.
|
4506
|
+
'@types/node': 20.17.10
|
4283
4507
|
transitivePeerDependencies:
|
4284
4508
|
- less
|
4285
4509
|
- lightningcss
|
@@ -4322,10 +4546,10 @@ snapshots:
|
|
4322
4546
|
|
4323
4547
|
yallist@3.1.1: {}
|
4324
4548
|
|
4325
|
-
yaml@2.
|
4549
|
+
yaml@2.6.1: {}
|
4326
4550
|
|
4327
4551
|
yocto-queue@0.1.0: {}
|
4328
4552
|
|
4329
4553
|
yocto-queue@1.0.0: {}
|
4330
4554
|
|
4331
|
-
zod@3.
|
4555
|
+
zod@3.24.1: {}
|