@leo-h/create-nodejs-app 1.0.30 → 1.0.31
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/package.json +14 -14
- package/templates/clean/package.json +12 -12
- package/templates/clean/pnpm-lock.yaml +222 -494
- package/templates/fastify/.env.example +1 -4
- package/templates/fastify/.lintstagedrc.json +2 -2
- package/templates/fastify/.prettierignore +0 -2
- package/templates/fastify/.swcrc +19 -0
- package/templates/fastify/gitignore +8 -111
- package/templates/fastify/package.json +28 -40
- package/templates/fastify/pnpm-lock.yaml +1704 -3725
- package/templates/fastify/src/core/create-controller-response-schema.ts +74 -0
- package/templates/fastify/src/core/schema.ts +17 -0
- package/templates/fastify/src/env.ts +49 -0
- package/templates/fastify/src/{infra/http → http}/app.ts +13 -19
- package/templates/fastify/src/http/controllers/hello.controller.spec.ts +74 -0
- package/templates/fastify/src/http/controllers/hello.controller.ts +48 -0
- package/templates/fastify/src/http/errors.ts +89 -0
- package/templates/fastify/src/http/plugins/error-handler.plugin.ts +29 -0
- package/templates/fastify/src/http/plugins/not-found-error-handler.plugin.ts +5 -0
- package/templates/fastify/src/http/plugins/routes.plugin.ts +53 -0
- package/templates/fastify/src/http/plugins/swagger-ui.plugin.ts +32 -0
- package/templates/fastify/src/infra/http-server.ts +16 -0
- package/templates/fastify/test/integration/create-test-request.ts +30 -0
- package/templates/fastify/vitest.config.integration.mts +3 -2
- package/templates/fastify/vitest.config.mts +13 -2
- package/templates/nest/package.json +19 -19
- package/templates/nest/pnpm-lock.yaml +369 -377
- package/templates/react-vite/package.json +20 -20
- package/templates/react-vite/pnpm-lock.yaml +458 -972
- package/templates/fastify/build.config.ts +0 -56
- package/templates/fastify/src/core/domain-error.ts +0 -17
- package/templates/fastify/src/infra/env.ts +0 -22
- package/templates/fastify/src/infra/http/@types/fastify.d.ts +0 -16
- package/templates/fastify/src/infra/http/controllers/hello/hello-multipart.controller.integration-spec.ts +0 -35
- package/templates/fastify/src/infra/http/controllers/hello/hello-multipart.controller.ts +0 -65
- package/templates/fastify/src/infra/http/controllers/hello/hello.controller.integration-spec.ts +0 -38
- package/templates/fastify/src/infra/http/controllers/hello/hello.controller.ts +0 -40
- package/templates/fastify/src/infra/http/errors/bad-request.error.ts +0 -11
- package/templates/fastify/src/infra/http/errors/internal-server.error.ts +0 -13
- package/templates/fastify/src/infra/http/errors/upload-validation.error.ts +0 -21
- package/templates/fastify/src/infra/http/errors/validation.error.ts +0 -13
- package/templates/fastify/src/infra/http/plugins/error-handler.plugin.ts +0 -31
- package/templates/fastify/src/infra/http/plugins/handle-swagger-multipart.plugin.ts +0 -96
- package/templates/fastify/src/infra/http/plugins/require-upload.plugin.ts +0 -197
- package/templates/fastify/src/infra/http/routes.ts +0 -8
- package/templates/fastify/src/infra/presenters/error.presenter.ts +0 -13
- package/templates/fastify/src/infra/server.ts +0 -12
- package/templates/fastify/test/integration/sample-upload.jpg +0 -0
- package/templates/fastify/test/integration/setup.ts +0 -10
- package/templates/fastify/src/{infra/http/@types/fastify-zod-type-provider.ts → @types/fastify.ts} +1 -1
@@ -12,60 +12,60 @@ importers:
|
|
12
12
|
specifier: 16.4.7
|
13
13
|
version: 16.4.7
|
14
14
|
zod:
|
15
|
-
specifier: 3.24.
|
16
|
-
version: 3.24.
|
15
|
+
specifier: 3.24.2
|
16
|
+
version: 3.24.2
|
17
17
|
devDependencies:
|
18
18
|
'@eslint/js':
|
19
|
-
specifier: 9.
|
20
|
-
version: 9.
|
19
|
+
specifier: 9.23.0
|
20
|
+
version: 9.23.0
|
21
21
|
'@faker-js/faker':
|
22
|
-
specifier: 9.
|
23
|
-
version: 9.
|
22
|
+
specifier: 9.6.0
|
23
|
+
version: 9.6.0
|
24
24
|
'@types/node':
|
25
|
-
specifier: 22.
|
26
|
-
version: 22.
|
25
|
+
specifier: 22.13.14
|
26
|
+
version: 22.13.14
|
27
27
|
'@vitest/eslint-plugin':
|
28
|
-
specifier: 1.1.
|
29
|
-
version: 1.1.
|
28
|
+
specifier: 1.1.38
|
29
|
+
version: 1.1.38(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@1.6.1(@types/node@22.13.14))
|
30
30
|
eslint:
|
31
|
-
specifier: 9.
|
32
|
-
version: 9.
|
31
|
+
specifier: 9.23.0
|
32
|
+
version: 9.23.0(jiti@2.4.2)
|
33
33
|
eslint-config-prettier:
|
34
34
|
specifier: 9.1.0
|
35
|
-
version: 9.1.0(eslint@9.
|
35
|
+
version: 9.1.0(eslint@9.23.0(jiti@2.4.2))
|
36
36
|
globals:
|
37
|
-
specifier: 15.
|
38
|
-
version: 15.
|
37
|
+
specifier: 15.15.0
|
38
|
+
version: 15.15.0
|
39
39
|
husky:
|
40
40
|
specifier: 9.1.7
|
41
41
|
version: 9.1.7
|
42
42
|
lint-staged:
|
43
|
-
specifier: 15.
|
44
|
-
version: 15.
|
43
|
+
specifier: 15.5.0
|
44
|
+
version: 15.5.0
|
45
45
|
prettier:
|
46
|
-
specifier: 3.
|
47
|
-
version: 3.
|
46
|
+
specifier: 3.5.3
|
47
|
+
version: 3.5.3
|
48
48
|
rimraf:
|
49
49
|
specifier: 6.0.1
|
50
50
|
version: 6.0.1
|
51
51
|
tsx:
|
52
|
-
specifier: 4.19.
|
53
|
-
version: 4.19.
|
52
|
+
specifier: 4.19.3
|
53
|
+
version: 4.19.3
|
54
54
|
typescript:
|
55
|
-
specifier: 5.
|
56
|
-
version: 5.
|
55
|
+
specifier: 5.8.2
|
56
|
+
version: 5.8.2
|
57
57
|
typescript-eslint:
|
58
|
-
specifier: 8.
|
59
|
-
version: 8.
|
58
|
+
specifier: 8.28.0
|
59
|
+
version: 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
60
60
|
unbuild:
|
61
61
|
specifier: 3.5.0
|
62
|
-
version: 3.5.0(typescript@5.
|
62
|
+
version: 3.5.0(typescript@5.8.2)
|
63
63
|
vite-tsconfig-paths:
|
64
64
|
specifier: 4.3.2
|
65
|
-
version: 4.3.2(typescript@5.
|
65
|
+
version: 4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14))
|
66
66
|
vitest:
|
67
67
|
specifier: 1.6.1
|
68
|
-
version: 1.6.1(@types/node@22.
|
68
|
+
version: 1.6.1(@types/node@22.13.14)
|
69
69
|
|
70
70
|
packages:
|
71
71
|
|
@@ -87,12 +87,6 @@ packages:
|
|
87
87
|
cpu: [ppc64]
|
88
88
|
os: [aix]
|
89
89
|
|
90
|
-
'@esbuild/aix-ppc64@0.23.1':
|
91
|
-
resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==}
|
92
|
-
engines: {node: '>=18'}
|
93
|
-
cpu: [ppc64]
|
94
|
-
os: [aix]
|
95
|
-
|
96
90
|
'@esbuild/aix-ppc64@0.24.2':
|
97
91
|
resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==}
|
98
92
|
engines: {node: '>=18'}
|
@@ -111,12 +105,6 @@ packages:
|
|
111
105
|
cpu: [arm64]
|
112
106
|
os: [android]
|
113
107
|
|
114
|
-
'@esbuild/android-arm64@0.23.1':
|
115
|
-
resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==}
|
116
|
-
engines: {node: '>=18'}
|
117
|
-
cpu: [arm64]
|
118
|
-
os: [android]
|
119
|
-
|
120
108
|
'@esbuild/android-arm64@0.24.2':
|
121
109
|
resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==}
|
122
110
|
engines: {node: '>=18'}
|
@@ -135,12 +123,6 @@ packages:
|
|
135
123
|
cpu: [arm]
|
136
124
|
os: [android]
|
137
125
|
|
138
|
-
'@esbuild/android-arm@0.23.1':
|
139
|
-
resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==}
|
140
|
-
engines: {node: '>=18'}
|
141
|
-
cpu: [arm]
|
142
|
-
os: [android]
|
143
|
-
|
144
126
|
'@esbuild/android-arm@0.24.2':
|
145
127
|
resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==}
|
146
128
|
engines: {node: '>=18'}
|
@@ -159,12 +141,6 @@ packages:
|
|
159
141
|
cpu: [x64]
|
160
142
|
os: [android]
|
161
143
|
|
162
|
-
'@esbuild/android-x64@0.23.1':
|
163
|
-
resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==}
|
164
|
-
engines: {node: '>=18'}
|
165
|
-
cpu: [x64]
|
166
|
-
os: [android]
|
167
|
-
|
168
144
|
'@esbuild/android-x64@0.24.2':
|
169
145
|
resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==}
|
170
146
|
engines: {node: '>=18'}
|
@@ -183,12 +159,6 @@ packages:
|
|
183
159
|
cpu: [arm64]
|
184
160
|
os: [darwin]
|
185
161
|
|
186
|
-
'@esbuild/darwin-arm64@0.23.1':
|
187
|
-
resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==}
|
188
|
-
engines: {node: '>=18'}
|
189
|
-
cpu: [arm64]
|
190
|
-
os: [darwin]
|
191
|
-
|
192
162
|
'@esbuild/darwin-arm64@0.24.2':
|
193
163
|
resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==}
|
194
164
|
engines: {node: '>=18'}
|
@@ -207,12 +177,6 @@ packages:
|
|
207
177
|
cpu: [x64]
|
208
178
|
os: [darwin]
|
209
179
|
|
210
|
-
'@esbuild/darwin-x64@0.23.1':
|
211
|
-
resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==}
|
212
|
-
engines: {node: '>=18'}
|
213
|
-
cpu: [x64]
|
214
|
-
os: [darwin]
|
215
|
-
|
216
180
|
'@esbuild/darwin-x64@0.24.2':
|
217
181
|
resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==}
|
218
182
|
engines: {node: '>=18'}
|
@@ -231,12 +195,6 @@ packages:
|
|
231
195
|
cpu: [arm64]
|
232
196
|
os: [freebsd]
|
233
197
|
|
234
|
-
'@esbuild/freebsd-arm64@0.23.1':
|
235
|
-
resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==}
|
236
|
-
engines: {node: '>=18'}
|
237
|
-
cpu: [arm64]
|
238
|
-
os: [freebsd]
|
239
|
-
|
240
198
|
'@esbuild/freebsd-arm64@0.24.2':
|
241
199
|
resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==}
|
242
200
|
engines: {node: '>=18'}
|
@@ -255,12 +213,6 @@ packages:
|
|
255
213
|
cpu: [x64]
|
256
214
|
os: [freebsd]
|
257
215
|
|
258
|
-
'@esbuild/freebsd-x64@0.23.1':
|
259
|
-
resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==}
|
260
|
-
engines: {node: '>=18'}
|
261
|
-
cpu: [x64]
|
262
|
-
os: [freebsd]
|
263
|
-
|
264
216
|
'@esbuild/freebsd-x64@0.24.2':
|
265
217
|
resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==}
|
266
218
|
engines: {node: '>=18'}
|
@@ -279,12 +231,6 @@ packages:
|
|
279
231
|
cpu: [arm64]
|
280
232
|
os: [linux]
|
281
233
|
|
282
|
-
'@esbuild/linux-arm64@0.23.1':
|
283
|
-
resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==}
|
284
|
-
engines: {node: '>=18'}
|
285
|
-
cpu: [arm64]
|
286
|
-
os: [linux]
|
287
|
-
|
288
234
|
'@esbuild/linux-arm64@0.24.2':
|
289
235
|
resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==}
|
290
236
|
engines: {node: '>=18'}
|
@@ -303,12 +249,6 @@ packages:
|
|
303
249
|
cpu: [arm]
|
304
250
|
os: [linux]
|
305
251
|
|
306
|
-
'@esbuild/linux-arm@0.23.1':
|
307
|
-
resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==}
|
308
|
-
engines: {node: '>=18'}
|
309
|
-
cpu: [arm]
|
310
|
-
os: [linux]
|
311
|
-
|
312
252
|
'@esbuild/linux-arm@0.24.2':
|
313
253
|
resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==}
|
314
254
|
engines: {node: '>=18'}
|
@@ -327,12 +267,6 @@ packages:
|
|
327
267
|
cpu: [ia32]
|
328
268
|
os: [linux]
|
329
269
|
|
330
|
-
'@esbuild/linux-ia32@0.23.1':
|
331
|
-
resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==}
|
332
|
-
engines: {node: '>=18'}
|
333
|
-
cpu: [ia32]
|
334
|
-
os: [linux]
|
335
|
-
|
336
270
|
'@esbuild/linux-ia32@0.24.2':
|
337
271
|
resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==}
|
338
272
|
engines: {node: '>=18'}
|
@@ -351,12 +285,6 @@ packages:
|
|
351
285
|
cpu: [loong64]
|
352
286
|
os: [linux]
|
353
287
|
|
354
|
-
'@esbuild/linux-loong64@0.23.1':
|
355
|
-
resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==}
|
356
|
-
engines: {node: '>=18'}
|
357
|
-
cpu: [loong64]
|
358
|
-
os: [linux]
|
359
|
-
|
360
288
|
'@esbuild/linux-loong64@0.24.2':
|
361
289
|
resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==}
|
362
290
|
engines: {node: '>=18'}
|
@@ -375,12 +303,6 @@ packages:
|
|
375
303
|
cpu: [mips64el]
|
376
304
|
os: [linux]
|
377
305
|
|
378
|
-
'@esbuild/linux-mips64el@0.23.1':
|
379
|
-
resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==}
|
380
|
-
engines: {node: '>=18'}
|
381
|
-
cpu: [mips64el]
|
382
|
-
os: [linux]
|
383
|
-
|
384
306
|
'@esbuild/linux-mips64el@0.24.2':
|
385
307
|
resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==}
|
386
308
|
engines: {node: '>=18'}
|
@@ -399,12 +321,6 @@ packages:
|
|
399
321
|
cpu: [ppc64]
|
400
322
|
os: [linux]
|
401
323
|
|
402
|
-
'@esbuild/linux-ppc64@0.23.1':
|
403
|
-
resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==}
|
404
|
-
engines: {node: '>=18'}
|
405
|
-
cpu: [ppc64]
|
406
|
-
os: [linux]
|
407
|
-
|
408
324
|
'@esbuild/linux-ppc64@0.24.2':
|
409
325
|
resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==}
|
410
326
|
engines: {node: '>=18'}
|
@@ -423,12 +339,6 @@ packages:
|
|
423
339
|
cpu: [riscv64]
|
424
340
|
os: [linux]
|
425
341
|
|
426
|
-
'@esbuild/linux-riscv64@0.23.1':
|
427
|
-
resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==}
|
428
|
-
engines: {node: '>=18'}
|
429
|
-
cpu: [riscv64]
|
430
|
-
os: [linux]
|
431
|
-
|
432
342
|
'@esbuild/linux-riscv64@0.24.2':
|
433
343
|
resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==}
|
434
344
|
engines: {node: '>=18'}
|
@@ -447,12 +357,6 @@ packages:
|
|
447
357
|
cpu: [s390x]
|
448
358
|
os: [linux]
|
449
359
|
|
450
|
-
'@esbuild/linux-s390x@0.23.1':
|
451
|
-
resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==}
|
452
|
-
engines: {node: '>=18'}
|
453
|
-
cpu: [s390x]
|
454
|
-
os: [linux]
|
455
|
-
|
456
360
|
'@esbuild/linux-s390x@0.24.2':
|
457
361
|
resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==}
|
458
362
|
engines: {node: '>=18'}
|
@@ -471,12 +375,6 @@ packages:
|
|
471
375
|
cpu: [x64]
|
472
376
|
os: [linux]
|
473
377
|
|
474
|
-
'@esbuild/linux-x64@0.23.1':
|
475
|
-
resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==}
|
476
|
-
engines: {node: '>=18'}
|
477
|
-
cpu: [x64]
|
478
|
-
os: [linux]
|
479
|
-
|
480
378
|
'@esbuild/linux-x64@0.24.2':
|
481
379
|
resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==}
|
482
380
|
engines: {node: '>=18'}
|
@@ -507,12 +405,6 @@ packages:
|
|
507
405
|
cpu: [x64]
|
508
406
|
os: [netbsd]
|
509
407
|
|
510
|
-
'@esbuild/netbsd-x64@0.23.1':
|
511
|
-
resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==}
|
512
|
-
engines: {node: '>=18'}
|
513
|
-
cpu: [x64]
|
514
|
-
os: [netbsd]
|
515
|
-
|
516
408
|
'@esbuild/netbsd-x64@0.24.2':
|
517
409
|
resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==}
|
518
410
|
engines: {node: '>=18'}
|
@@ -525,12 +417,6 @@ packages:
|
|
525
417
|
cpu: [x64]
|
526
418
|
os: [netbsd]
|
527
419
|
|
528
|
-
'@esbuild/openbsd-arm64@0.23.1':
|
529
|
-
resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==}
|
530
|
-
engines: {node: '>=18'}
|
531
|
-
cpu: [arm64]
|
532
|
-
os: [openbsd]
|
533
|
-
|
534
420
|
'@esbuild/openbsd-arm64@0.24.2':
|
535
421
|
resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==}
|
536
422
|
engines: {node: '>=18'}
|
@@ -549,12 +435,6 @@ packages:
|
|
549
435
|
cpu: [x64]
|
550
436
|
os: [openbsd]
|
551
437
|
|
552
|
-
'@esbuild/openbsd-x64@0.23.1':
|
553
|
-
resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==}
|
554
|
-
engines: {node: '>=18'}
|
555
|
-
cpu: [x64]
|
556
|
-
os: [openbsd]
|
557
|
-
|
558
438
|
'@esbuild/openbsd-x64@0.24.2':
|
559
439
|
resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==}
|
560
440
|
engines: {node: '>=18'}
|
@@ -573,12 +453,6 @@ packages:
|
|
573
453
|
cpu: [x64]
|
574
454
|
os: [sunos]
|
575
455
|
|
576
|
-
'@esbuild/sunos-x64@0.23.1':
|
577
|
-
resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==}
|
578
|
-
engines: {node: '>=18'}
|
579
|
-
cpu: [x64]
|
580
|
-
os: [sunos]
|
581
|
-
|
582
456
|
'@esbuild/sunos-x64@0.24.2':
|
583
457
|
resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==}
|
584
458
|
engines: {node: '>=18'}
|
@@ -597,12 +471,6 @@ packages:
|
|
597
471
|
cpu: [arm64]
|
598
472
|
os: [win32]
|
599
473
|
|
600
|
-
'@esbuild/win32-arm64@0.23.1':
|
601
|
-
resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==}
|
602
|
-
engines: {node: '>=18'}
|
603
|
-
cpu: [arm64]
|
604
|
-
os: [win32]
|
605
|
-
|
606
474
|
'@esbuild/win32-arm64@0.24.2':
|
607
475
|
resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==}
|
608
476
|
engines: {node: '>=18'}
|
@@ -621,12 +489,6 @@ packages:
|
|
621
489
|
cpu: [ia32]
|
622
490
|
os: [win32]
|
623
491
|
|
624
|
-
'@esbuild/win32-ia32@0.23.1':
|
625
|
-
resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==}
|
626
|
-
engines: {node: '>=18'}
|
627
|
-
cpu: [ia32]
|
628
|
-
os: [win32]
|
629
|
-
|
630
492
|
'@esbuild/win32-ia32@0.24.2':
|
631
493
|
resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==}
|
632
494
|
engines: {node: '>=18'}
|
@@ -645,12 +507,6 @@ packages:
|
|
645
507
|
cpu: [x64]
|
646
508
|
os: [win32]
|
647
509
|
|
648
|
-
'@esbuild/win32-x64@0.23.1':
|
649
|
-
resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==}
|
650
|
-
engines: {node: '>=18'}
|
651
|
-
cpu: [x64]
|
652
|
-
os: [win32]
|
653
|
-
|
654
510
|
'@esbuild/win32-x64@0.24.2':
|
655
511
|
resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==}
|
656
512
|
engines: {node: '>=18'}
|
@@ -669,40 +525,40 @@ packages:
|
|
669
525
|
peerDependencies:
|
670
526
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
671
527
|
|
672
|
-
'@eslint-community/regexpp@4.10.1':
|
673
|
-
resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
|
674
|
-
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
675
|
-
|
676
528
|
'@eslint-community/regexpp@4.12.1':
|
677
529
|
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
678
530
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
679
531
|
|
680
|
-
'@eslint/config-array@0.19.
|
681
|
-
resolution: {integrity: sha512-
|
532
|
+
'@eslint/config-array@0.19.2':
|
533
|
+
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
|
682
534
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
683
535
|
|
684
|
-
'@eslint/
|
685
|
-
resolution: {integrity: sha512-
|
536
|
+
'@eslint/config-helpers@0.2.0':
|
537
|
+
resolution: {integrity: sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==}
|
686
538
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
687
539
|
|
688
|
-
'@eslint/
|
689
|
-
resolution: {integrity: sha512-
|
540
|
+
'@eslint/core@0.12.0':
|
541
|
+
resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
|
690
542
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
691
543
|
|
692
|
-
'@eslint/
|
693
|
-
resolution: {integrity: sha512-
|
544
|
+
'@eslint/eslintrc@3.3.1':
|
545
|
+
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
694
546
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
695
547
|
|
696
|
-
'@eslint/
|
697
|
-
resolution: {integrity: sha512-
|
548
|
+
'@eslint/js@9.23.0':
|
549
|
+
resolution: {integrity: sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==}
|
698
550
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
699
551
|
|
700
|
-
'@eslint/
|
701
|
-
resolution: {integrity: sha512-
|
552
|
+
'@eslint/object-schema@2.1.6':
|
553
|
+
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
702
554
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
703
555
|
|
704
|
-
'@
|
705
|
-
resolution: {integrity: sha512-
|
556
|
+
'@eslint/plugin-kit@0.2.7':
|
557
|
+
resolution: {integrity: sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==}
|
558
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
559
|
+
|
560
|
+
'@faker-js/faker@9.6.0':
|
561
|
+
resolution: {integrity: sha512-3vm4by+B5lvsFPSyep3ELWmZfE3kicDtmemVpuwl1yH7tqtnHdsA6hG8fbXedMVdkzgtvzWoRgjSB4Q+FHnZiw==}
|
706
562
|
engines: {node: '>=18.0.0', npm: '>=9.0.0'}
|
707
563
|
|
708
564
|
'@humanfs/core@0.19.1':
|
@@ -721,8 +577,8 @@ packages:
|
|
721
577
|
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
722
578
|
engines: {node: '>=18.18'}
|
723
579
|
|
724
|
-
'@humanwhocodes/retry@0.4.
|
725
|
-
resolution: {integrity: sha512-
|
580
|
+
'@humanwhocodes/retry@0.4.2':
|
581
|
+
resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==}
|
726
582
|
engines: {node: '>=18.18'}
|
727
583
|
|
728
584
|
'@isaacs/cliui@8.0.2':
|
@@ -996,63 +852,63 @@ packages:
|
|
996
852
|
'@types/json-schema@7.0.15':
|
997
853
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
998
854
|
|
999
|
-
'@types/node@22.
|
1000
|
-
resolution: {integrity: sha512-
|
855
|
+
'@types/node@22.13.14':
|
856
|
+
resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==}
|
1001
857
|
|
1002
858
|
'@types/resolve@1.20.2':
|
1003
859
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
1004
860
|
|
1005
|
-
'@typescript-eslint/eslint-plugin@8.
|
1006
|
-
resolution: {integrity: sha512-
|
861
|
+
'@typescript-eslint/eslint-plugin@8.28.0':
|
862
|
+
resolution: {integrity: sha512-lvFK3TCGAHsItNdWZ/1FkvpzCxTHUVuFrdnOGLMa0GGCFIbCgQWVk3CzCGdA7kM3qGVc+dfW9tr0Z/sHnGDFyg==}
|
1007
863
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1008
864
|
peerDependencies:
|
1009
865
|
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
1010
866
|
eslint: ^8.57.0 || ^9.0.0
|
1011
|
-
typescript: '>=4.8.4 <5.
|
867
|
+
typescript: '>=4.8.4 <5.9.0'
|
1012
868
|
|
1013
|
-
'@typescript-eslint/parser@8.
|
1014
|
-
resolution: {integrity: sha512-
|
869
|
+
'@typescript-eslint/parser@8.28.0':
|
870
|
+
resolution: {integrity: sha512-LPcw1yHD3ToaDEoljFEfQ9j2xShY367h7FZ1sq5NJT9I3yj4LHer1Xd1yRSOdYy9BpsrxU7R+eoDokChYM53lQ==}
|
1015
871
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1016
872
|
peerDependencies:
|
1017
873
|
eslint: ^8.57.0 || ^9.0.0
|
1018
|
-
typescript: '>=4.8.4 <5.
|
874
|
+
typescript: '>=4.8.4 <5.9.0'
|
1019
875
|
|
1020
|
-
'@typescript-eslint/scope-manager@8.
|
1021
|
-
resolution: {integrity: sha512-
|
876
|
+
'@typescript-eslint/scope-manager@8.28.0':
|
877
|
+
resolution: {integrity: sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==}
|
1022
878
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1023
879
|
|
1024
|
-
'@typescript-eslint/type-utils@8.
|
1025
|
-
resolution: {integrity: sha512-
|
880
|
+
'@typescript-eslint/type-utils@8.28.0':
|
881
|
+
resolution: {integrity: sha512-oRoXu2v0Rsy/VoOGhtWrOKDiIehvI+YNrDk5Oqj40Mwm0Yt01FC/Q7nFqg088d3yAsR1ZcZFVfPCTTFCe/KPwg==}
|
1026
882
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1027
883
|
peerDependencies:
|
1028
884
|
eslint: ^8.57.0 || ^9.0.0
|
1029
|
-
typescript: '>=4.8.4 <5.
|
885
|
+
typescript: '>=4.8.4 <5.9.0'
|
1030
886
|
|
1031
|
-
'@typescript-eslint/types@8.
|
1032
|
-
resolution: {integrity: sha512-
|
887
|
+
'@typescript-eslint/types@8.28.0':
|
888
|
+
resolution: {integrity: sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==}
|
1033
889
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1034
890
|
|
1035
|
-
'@typescript-eslint/typescript-estree@8.
|
1036
|
-
resolution: {integrity: sha512-
|
891
|
+
'@typescript-eslint/typescript-estree@8.28.0':
|
892
|
+
resolution: {integrity: sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==}
|
1037
893
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1038
894
|
peerDependencies:
|
1039
|
-
typescript: '>=4.8.4 <5.
|
895
|
+
typescript: '>=4.8.4 <5.9.0'
|
1040
896
|
|
1041
|
-
'@typescript-eslint/utils@8.
|
1042
|
-
resolution: {integrity: sha512-
|
897
|
+
'@typescript-eslint/utils@8.28.0':
|
898
|
+
resolution: {integrity: sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==}
|
1043
899
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1044
900
|
peerDependencies:
|
1045
901
|
eslint: ^8.57.0 || ^9.0.0
|
1046
|
-
typescript: '>=4.8.4 <5.
|
902
|
+
typescript: '>=4.8.4 <5.9.0'
|
1047
903
|
|
1048
|
-
'@typescript-eslint/visitor-keys@8.
|
1049
|
-
resolution: {integrity: sha512-
|
904
|
+
'@typescript-eslint/visitor-keys@8.28.0':
|
905
|
+
resolution: {integrity: sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg==}
|
1050
906
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1051
907
|
|
1052
|
-
'@vitest/eslint-plugin@1.1.
|
1053
|
-
resolution: {integrity: sha512-
|
908
|
+
'@vitest/eslint-plugin@1.1.38':
|
909
|
+
resolution: {integrity: sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==}
|
1054
910
|
peerDependencies:
|
1055
|
-
'@typescript-eslint/utils':
|
911
|
+
'@typescript-eslint/utils': ^8.24.0
|
1056
912
|
eslint: '>= 8.57.0'
|
1057
913
|
typescript: '>= 5.0.0'
|
1058
914
|
vitest: '*'
|
@@ -1190,8 +1046,8 @@ packages:
|
|
1190
1046
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
1191
1047
|
engines: {node: '>=10'}
|
1192
1048
|
|
1193
|
-
chalk@5.
|
1194
|
-
resolution: {integrity: sha512-
|
1049
|
+
chalk@5.4.1:
|
1050
|
+
resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==}
|
1195
1051
|
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
1196
1052
|
|
1197
1053
|
check-error@1.0.3:
|
@@ -1227,8 +1083,8 @@ packages:
|
|
1227
1083
|
colorette@2.0.20:
|
1228
1084
|
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
1229
1085
|
|
1230
|
-
commander@
|
1231
|
-
resolution: {integrity: sha512
|
1086
|
+
commander@13.1.0:
|
1087
|
+
resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
|
1232
1088
|
engines: {node: '>=18'}
|
1233
1089
|
|
1234
1090
|
commander@7.2.0:
|
@@ -1251,10 +1107,6 @@ packages:
|
|
1251
1107
|
resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==}
|
1252
1108
|
engines: {node: ^14.18.0 || >=16.10.0}
|
1253
1109
|
|
1254
|
-
cross-spawn@7.0.3:
|
1255
|
-
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
1256
|
-
engines: {node: '>= 8'}
|
1257
|
-
|
1258
1110
|
cross-spawn@7.0.6:
|
1259
1111
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
1260
1112
|
engines: {node: '>= 8'}
|
@@ -1388,11 +1240,6 @@ packages:
|
|
1388
1240
|
engines: {node: '>=12'}
|
1389
1241
|
hasBin: true
|
1390
1242
|
|
1391
|
-
esbuild@0.23.1:
|
1392
|
-
resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==}
|
1393
|
-
engines: {node: '>=18'}
|
1394
|
-
hasBin: true
|
1395
|
-
|
1396
1243
|
esbuild@0.24.2:
|
1397
1244
|
resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==}
|
1398
1245
|
engines: {node: '>=18'}
|
@@ -1421,8 +1268,8 @@ packages:
|
|
1421
1268
|
peerDependencies:
|
1422
1269
|
eslint: '>=7.0.0'
|
1423
1270
|
|
1424
|
-
eslint-scope@8.
|
1425
|
-
resolution: {integrity: sha512-
|
1271
|
+
eslint-scope@8.3.0:
|
1272
|
+
resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==}
|
1426
1273
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1427
1274
|
|
1428
1275
|
eslint-visitor-keys@3.4.3:
|
@@ -1433,8 +1280,8 @@ packages:
|
|
1433
1280
|
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
1434
1281
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1435
1282
|
|
1436
|
-
eslint@9.
|
1437
|
-
resolution: {integrity: sha512-
|
1283
|
+
eslint@9.23.0:
|
1284
|
+
resolution: {integrity: sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==}
|
1438
1285
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
1439
1286
|
hasBin: true
|
1440
1287
|
peerDependencies:
|
@@ -1568,8 +1415,8 @@ packages:
|
|
1568
1415
|
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
1569
1416
|
engines: {node: '>=18'}
|
1570
1417
|
|
1571
|
-
globals@15.
|
1572
|
-
resolution: {integrity: sha512-
|
1418
|
+
globals@15.15.0:
|
1419
|
+
resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
|
1573
1420
|
engines: {node: '>=18'}
|
1574
1421
|
|
1575
1422
|
globrex@0.1.2:
|
@@ -1699,8 +1546,8 @@ packages:
|
|
1699
1546
|
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
1700
1547
|
engines: {node: '>=14'}
|
1701
1548
|
|
1702
|
-
lint-staged@15.
|
1703
|
-
resolution: {integrity: sha512-
|
1549
|
+
lint-staged@15.5.0:
|
1550
|
+
resolution: {integrity: sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==}
|
1704
1551
|
engines: {node: '>=18.12.0'}
|
1705
1552
|
hasBin: true
|
1706
1553
|
|
@@ -1755,10 +1602,6 @@ packages:
|
|
1755
1602
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
1756
1603
|
engines: {node: '>= 8'}
|
1757
1604
|
|
1758
|
-
micromatch@4.0.7:
|
1759
|
-
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
|
1760
|
-
engines: {node: '>=8.6'}
|
1761
|
-
|
1762
1605
|
micromatch@4.0.8:
|
1763
1606
|
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
1764
1607
|
engines: {node: '>=8.6'}
|
@@ -2121,8 +1964,8 @@ packages:
|
|
2121
1964
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
2122
1965
|
engines: {node: '>= 0.8.0'}
|
2123
1966
|
|
2124
|
-
prettier@3.
|
2125
|
-
resolution: {integrity: sha512-
|
1967
|
+
prettier@3.5.3:
|
1968
|
+
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==}
|
2126
1969
|
engines: {node: '>=14'}
|
2127
1970
|
hasBin: true
|
2128
1971
|
|
@@ -2194,11 +2037,6 @@ packages:
|
|
2194
2037
|
scule@1.3.0:
|
2195
2038
|
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
|
2196
2039
|
|
2197
|
-
semver@7.6.2:
|
2198
|
-
resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
|
2199
|
-
engines: {node: '>=10'}
|
2200
|
-
hasBin: true
|
2201
|
-
|
2202
2040
|
semver@7.7.1:
|
2203
2041
|
resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
|
2204
2042
|
engines: {node: '>=10'}
|
@@ -2318,11 +2156,11 @@ packages:
|
|
2318
2156
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
2319
2157
|
engines: {node: '>=8.0'}
|
2320
2158
|
|
2321
|
-
ts-api-utils@1.
|
2322
|
-
resolution: {integrity: sha512-
|
2323
|
-
engines: {node: '>=
|
2159
|
+
ts-api-utils@2.1.0:
|
2160
|
+
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
|
2161
|
+
engines: {node: '>=18.12'}
|
2324
2162
|
peerDependencies:
|
2325
|
-
typescript: '>=4.
|
2163
|
+
typescript: '>=4.8.4'
|
2326
2164
|
|
2327
2165
|
tsconfck@3.1.0:
|
2328
2166
|
resolution: {integrity: sha512-CMjc5zMnyAjcS9sPLytrbFmj89st2g+JYtY/c02ug4Q+CZaAtCgbyviI0n1YvjZE/pzoc6FbNsINS13DOL1B9w==}
|
@@ -2334,8 +2172,8 @@ packages:
|
|
2334
2172
|
typescript:
|
2335
2173
|
optional: true
|
2336
2174
|
|
2337
|
-
tsx@4.19.
|
2338
|
-
resolution: {integrity: sha512-
|
2175
|
+
tsx@4.19.3:
|
2176
|
+
resolution: {integrity: sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==}
|
2339
2177
|
engines: {node: '>=18.0.0'}
|
2340
2178
|
hasBin: true
|
2341
2179
|
|
@@ -2347,15 +2185,15 @@ packages:
|
|
2347
2185
|
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
|
2348
2186
|
engines: {node: '>=4'}
|
2349
2187
|
|
2350
|
-
typescript-eslint@8.
|
2351
|
-
resolution: {integrity: sha512-
|
2188
|
+
typescript-eslint@8.28.0:
|
2189
|
+
resolution: {integrity: sha512-jfZtxJoHm59bvoCMYCe2BM0/baMswRhMmYhy+w6VfcyHrjxZ0OJe0tGasydCpIpA+A/WIJhTyZfb3EtwNC/kHQ==}
|
2352
2190
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
2353
2191
|
peerDependencies:
|
2354
2192
|
eslint: ^8.57.0 || ^9.0.0
|
2355
|
-
typescript: '>=4.8.4 <5.
|
2193
|
+
typescript: '>=4.8.4 <5.9.0'
|
2356
2194
|
|
2357
|
-
typescript@5.
|
2358
|
-
resolution: {integrity: sha512-
|
2195
|
+
typescript@5.8.2:
|
2196
|
+
resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==}
|
2359
2197
|
engines: {node: '>=14.17'}
|
2360
2198
|
hasBin: true
|
2361
2199
|
|
@@ -2485,8 +2323,8 @@ packages:
|
|
2485
2323
|
resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
|
2486
2324
|
engines: {node: '>=18'}
|
2487
2325
|
|
2488
|
-
yaml@2.
|
2489
|
-
resolution: {integrity: sha512-
|
2326
|
+
yaml@2.7.1:
|
2327
|
+
resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==}
|
2490
2328
|
engines: {node: '>= 14'}
|
2491
2329
|
hasBin: true
|
2492
2330
|
|
@@ -2498,8 +2336,8 @@ packages:
|
|
2498
2336
|
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
|
2499
2337
|
engines: {node: '>=12.20'}
|
2500
2338
|
|
2501
|
-
zod@3.24.
|
2502
|
-
resolution: {integrity: sha512-
|
2339
|
+
zod@3.24.2:
|
2340
|
+
resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==}
|
2503
2341
|
|
2504
2342
|
snapshots:
|
2505
2343
|
|
@@ -2523,9 +2361,6 @@ snapshots:
|
|
2523
2361
|
'@esbuild/aix-ppc64@0.20.2':
|
2524
2362
|
optional: true
|
2525
2363
|
|
2526
|
-
'@esbuild/aix-ppc64@0.23.1':
|
2527
|
-
optional: true
|
2528
|
-
|
2529
2364
|
'@esbuild/aix-ppc64@0.24.2':
|
2530
2365
|
optional: true
|
2531
2366
|
|
@@ -2535,9 +2370,6 @@ snapshots:
|
|
2535
2370
|
'@esbuild/android-arm64@0.20.2':
|
2536
2371
|
optional: true
|
2537
2372
|
|
2538
|
-
'@esbuild/android-arm64@0.23.1':
|
2539
|
-
optional: true
|
2540
|
-
|
2541
2373
|
'@esbuild/android-arm64@0.24.2':
|
2542
2374
|
optional: true
|
2543
2375
|
|
@@ -2547,9 +2379,6 @@ snapshots:
|
|
2547
2379
|
'@esbuild/android-arm@0.20.2':
|
2548
2380
|
optional: true
|
2549
2381
|
|
2550
|
-
'@esbuild/android-arm@0.23.1':
|
2551
|
-
optional: true
|
2552
|
-
|
2553
2382
|
'@esbuild/android-arm@0.24.2':
|
2554
2383
|
optional: true
|
2555
2384
|
|
@@ -2559,9 +2388,6 @@ snapshots:
|
|
2559
2388
|
'@esbuild/android-x64@0.20.2':
|
2560
2389
|
optional: true
|
2561
2390
|
|
2562
|
-
'@esbuild/android-x64@0.23.1':
|
2563
|
-
optional: true
|
2564
|
-
|
2565
2391
|
'@esbuild/android-x64@0.24.2':
|
2566
2392
|
optional: true
|
2567
2393
|
|
@@ -2571,9 +2397,6 @@ snapshots:
|
|
2571
2397
|
'@esbuild/darwin-arm64@0.20.2':
|
2572
2398
|
optional: true
|
2573
2399
|
|
2574
|
-
'@esbuild/darwin-arm64@0.23.1':
|
2575
|
-
optional: true
|
2576
|
-
|
2577
2400
|
'@esbuild/darwin-arm64@0.24.2':
|
2578
2401
|
optional: true
|
2579
2402
|
|
@@ -2583,9 +2406,6 @@ snapshots:
|
|
2583
2406
|
'@esbuild/darwin-x64@0.20.2':
|
2584
2407
|
optional: true
|
2585
2408
|
|
2586
|
-
'@esbuild/darwin-x64@0.23.1':
|
2587
|
-
optional: true
|
2588
|
-
|
2589
2409
|
'@esbuild/darwin-x64@0.24.2':
|
2590
2410
|
optional: true
|
2591
2411
|
|
@@ -2595,9 +2415,6 @@ snapshots:
|
|
2595
2415
|
'@esbuild/freebsd-arm64@0.20.2':
|
2596
2416
|
optional: true
|
2597
2417
|
|
2598
|
-
'@esbuild/freebsd-arm64@0.23.1':
|
2599
|
-
optional: true
|
2600
|
-
|
2601
2418
|
'@esbuild/freebsd-arm64@0.24.2':
|
2602
2419
|
optional: true
|
2603
2420
|
|
@@ -2607,9 +2424,6 @@ snapshots:
|
|
2607
2424
|
'@esbuild/freebsd-x64@0.20.2':
|
2608
2425
|
optional: true
|
2609
2426
|
|
2610
|
-
'@esbuild/freebsd-x64@0.23.1':
|
2611
|
-
optional: true
|
2612
|
-
|
2613
2427
|
'@esbuild/freebsd-x64@0.24.2':
|
2614
2428
|
optional: true
|
2615
2429
|
|
@@ -2619,9 +2433,6 @@ snapshots:
|
|
2619
2433
|
'@esbuild/linux-arm64@0.20.2':
|
2620
2434
|
optional: true
|
2621
2435
|
|
2622
|
-
'@esbuild/linux-arm64@0.23.1':
|
2623
|
-
optional: true
|
2624
|
-
|
2625
2436
|
'@esbuild/linux-arm64@0.24.2':
|
2626
2437
|
optional: true
|
2627
2438
|
|
@@ -2631,9 +2442,6 @@ snapshots:
|
|
2631
2442
|
'@esbuild/linux-arm@0.20.2':
|
2632
2443
|
optional: true
|
2633
2444
|
|
2634
|
-
'@esbuild/linux-arm@0.23.1':
|
2635
|
-
optional: true
|
2636
|
-
|
2637
2445
|
'@esbuild/linux-arm@0.24.2':
|
2638
2446
|
optional: true
|
2639
2447
|
|
@@ -2643,9 +2451,6 @@ snapshots:
|
|
2643
2451
|
'@esbuild/linux-ia32@0.20.2':
|
2644
2452
|
optional: true
|
2645
2453
|
|
2646
|
-
'@esbuild/linux-ia32@0.23.1':
|
2647
|
-
optional: true
|
2648
|
-
|
2649
2454
|
'@esbuild/linux-ia32@0.24.2':
|
2650
2455
|
optional: true
|
2651
2456
|
|
@@ -2655,9 +2460,6 @@ snapshots:
|
|
2655
2460
|
'@esbuild/linux-loong64@0.20.2':
|
2656
2461
|
optional: true
|
2657
2462
|
|
2658
|
-
'@esbuild/linux-loong64@0.23.1':
|
2659
|
-
optional: true
|
2660
|
-
|
2661
2463
|
'@esbuild/linux-loong64@0.24.2':
|
2662
2464
|
optional: true
|
2663
2465
|
|
@@ -2667,9 +2469,6 @@ snapshots:
|
|
2667
2469
|
'@esbuild/linux-mips64el@0.20.2':
|
2668
2470
|
optional: true
|
2669
2471
|
|
2670
|
-
'@esbuild/linux-mips64el@0.23.1':
|
2671
|
-
optional: true
|
2672
|
-
|
2673
2472
|
'@esbuild/linux-mips64el@0.24.2':
|
2674
2473
|
optional: true
|
2675
2474
|
|
@@ -2679,9 +2478,6 @@ snapshots:
|
|
2679
2478
|
'@esbuild/linux-ppc64@0.20.2':
|
2680
2479
|
optional: true
|
2681
2480
|
|
2682
|
-
'@esbuild/linux-ppc64@0.23.1':
|
2683
|
-
optional: true
|
2684
|
-
|
2685
2481
|
'@esbuild/linux-ppc64@0.24.2':
|
2686
2482
|
optional: true
|
2687
2483
|
|
@@ -2691,9 +2487,6 @@ snapshots:
|
|
2691
2487
|
'@esbuild/linux-riscv64@0.20.2':
|
2692
2488
|
optional: true
|
2693
2489
|
|
2694
|
-
'@esbuild/linux-riscv64@0.23.1':
|
2695
|
-
optional: true
|
2696
|
-
|
2697
2490
|
'@esbuild/linux-riscv64@0.24.2':
|
2698
2491
|
optional: true
|
2699
2492
|
|
@@ -2703,9 +2496,6 @@ snapshots:
|
|
2703
2496
|
'@esbuild/linux-s390x@0.20.2':
|
2704
2497
|
optional: true
|
2705
2498
|
|
2706
|
-
'@esbuild/linux-s390x@0.23.1':
|
2707
|
-
optional: true
|
2708
|
-
|
2709
2499
|
'@esbuild/linux-s390x@0.24.2':
|
2710
2500
|
optional: true
|
2711
2501
|
|
@@ -2715,9 +2505,6 @@ snapshots:
|
|
2715
2505
|
'@esbuild/linux-x64@0.20.2':
|
2716
2506
|
optional: true
|
2717
2507
|
|
2718
|
-
'@esbuild/linux-x64@0.23.1':
|
2719
|
-
optional: true
|
2720
|
-
|
2721
2508
|
'@esbuild/linux-x64@0.24.2':
|
2722
2509
|
optional: true
|
2723
2510
|
|
@@ -2733,18 +2520,12 @@ snapshots:
|
|
2733
2520
|
'@esbuild/netbsd-x64@0.20.2':
|
2734
2521
|
optional: true
|
2735
2522
|
|
2736
|
-
'@esbuild/netbsd-x64@0.23.1':
|
2737
|
-
optional: true
|
2738
|
-
|
2739
2523
|
'@esbuild/netbsd-x64@0.24.2':
|
2740
2524
|
optional: true
|
2741
2525
|
|
2742
2526
|
'@esbuild/netbsd-x64@0.25.0':
|
2743
2527
|
optional: true
|
2744
2528
|
|
2745
|
-
'@esbuild/openbsd-arm64@0.23.1':
|
2746
|
-
optional: true
|
2747
|
-
|
2748
2529
|
'@esbuild/openbsd-arm64@0.24.2':
|
2749
2530
|
optional: true
|
2750
2531
|
|
@@ -2754,9 +2535,6 @@ snapshots:
|
|
2754
2535
|
'@esbuild/openbsd-x64@0.20.2':
|
2755
2536
|
optional: true
|
2756
2537
|
|
2757
|
-
'@esbuild/openbsd-x64@0.23.1':
|
2758
|
-
optional: true
|
2759
|
-
|
2760
2538
|
'@esbuild/openbsd-x64@0.24.2':
|
2761
2539
|
optional: true
|
2762
2540
|
|
@@ -2766,9 +2544,6 @@ snapshots:
|
|
2766
2544
|
'@esbuild/sunos-x64@0.20.2':
|
2767
2545
|
optional: true
|
2768
2546
|
|
2769
|
-
'@esbuild/sunos-x64@0.23.1':
|
2770
|
-
optional: true
|
2771
|
-
|
2772
2547
|
'@esbuild/sunos-x64@0.24.2':
|
2773
2548
|
optional: true
|
2774
2549
|
|
@@ -2778,9 +2553,6 @@ snapshots:
|
|
2778
2553
|
'@esbuild/win32-arm64@0.20.2':
|
2779
2554
|
optional: true
|
2780
2555
|
|
2781
|
-
'@esbuild/win32-arm64@0.23.1':
|
2782
|
-
optional: true
|
2783
|
-
|
2784
2556
|
'@esbuild/win32-arm64@0.24.2':
|
2785
2557
|
optional: true
|
2786
2558
|
|
@@ -2790,9 +2562,6 @@ snapshots:
|
|
2790
2562
|
'@esbuild/win32-ia32@0.20.2':
|
2791
2563
|
optional: true
|
2792
2564
|
|
2793
|
-
'@esbuild/win32-ia32@0.23.1':
|
2794
|
-
optional: true
|
2795
|
-
|
2796
2565
|
'@esbuild/win32-ia32@0.24.2':
|
2797
2566
|
optional: true
|
2798
2567
|
|
@@ -2802,37 +2571,34 @@ snapshots:
|
|
2802
2571
|
'@esbuild/win32-x64@0.20.2':
|
2803
2572
|
optional: true
|
2804
2573
|
|
2805
|
-
'@esbuild/win32-x64@0.23.1':
|
2806
|
-
optional: true
|
2807
|
-
|
2808
2574
|
'@esbuild/win32-x64@0.24.2':
|
2809
2575
|
optional: true
|
2810
2576
|
|
2811
2577
|
'@esbuild/win32-x64@0.25.0':
|
2812
2578
|
optional: true
|
2813
2579
|
|
2814
|
-
'@eslint-community/eslint-utils@4.4.0(eslint@9.
|
2580
|
+
'@eslint-community/eslint-utils@4.4.0(eslint@9.23.0(jiti@2.4.2))':
|
2815
2581
|
dependencies:
|
2816
|
-
eslint: 9.
|
2582
|
+
eslint: 9.23.0(jiti@2.4.2)
|
2817
2583
|
eslint-visitor-keys: 3.4.3
|
2818
2584
|
|
2819
|
-
'@eslint-community/regexpp@4.10.1': {}
|
2820
|
-
|
2821
2585
|
'@eslint-community/regexpp@4.12.1': {}
|
2822
2586
|
|
2823
|
-
'@eslint/config-array@0.19.
|
2587
|
+
'@eslint/config-array@0.19.2':
|
2824
2588
|
dependencies:
|
2825
|
-
'@eslint/object-schema': 2.1.
|
2589
|
+
'@eslint/object-schema': 2.1.6
|
2826
2590
|
debug: 4.4.0
|
2827
2591
|
minimatch: 3.1.2
|
2828
2592
|
transitivePeerDependencies:
|
2829
2593
|
- supports-color
|
2830
2594
|
|
2831
|
-
'@eslint/
|
2595
|
+
'@eslint/config-helpers@0.2.0': {}
|
2596
|
+
|
2597
|
+
'@eslint/core@0.12.0':
|
2832
2598
|
dependencies:
|
2833
2599
|
'@types/json-schema': 7.0.15
|
2834
2600
|
|
2835
|
-
'@eslint/eslintrc@3.
|
2601
|
+
'@eslint/eslintrc@3.3.1':
|
2836
2602
|
dependencies:
|
2837
2603
|
ajv: 6.12.6
|
2838
2604
|
debug: 4.4.0
|
@@ -2846,15 +2612,16 @@ snapshots:
|
|
2846
2612
|
transitivePeerDependencies:
|
2847
2613
|
- supports-color
|
2848
2614
|
|
2849
|
-
'@eslint/js@9.
|
2615
|
+
'@eslint/js@9.23.0': {}
|
2850
2616
|
|
2851
|
-
'@eslint/object-schema@2.1.
|
2617
|
+
'@eslint/object-schema@2.1.6': {}
|
2852
2618
|
|
2853
|
-
'@eslint/plugin-kit@0.2.
|
2619
|
+
'@eslint/plugin-kit@0.2.7':
|
2854
2620
|
dependencies:
|
2621
|
+
'@eslint/core': 0.12.0
|
2855
2622
|
levn: 0.4.1
|
2856
2623
|
|
2857
|
-
'@faker-js/faker@9.
|
2624
|
+
'@faker-js/faker@9.6.0': {}
|
2858
2625
|
|
2859
2626
|
'@humanfs/core@0.19.1': {}
|
2860
2627
|
|
@@ -2867,7 +2634,7 @@ snapshots:
|
|
2867
2634
|
|
2868
2635
|
'@humanwhocodes/retry@0.3.1': {}
|
2869
2636
|
|
2870
|
-
'@humanwhocodes/retry@0.4.
|
2637
|
+
'@humanwhocodes/retry@0.4.2': {}
|
2871
2638
|
|
2872
2639
|
'@isaacs/cliui@8.0.2':
|
2873
2640
|
dependencies:
|
@@ -3060,96 +2827,96 @@ snapshots:
|
|
3060
2827
|
|
3061
2828
|
'@types/json-schema@7.0.15': {}
|
3062
2829
|
|
3063
|
-
'@types/node@22.
|
2830
|
+
'@types/node@22.13.14':
|
3064
2831
|
dependencies:
|
3065
2832
|
undici-types: 6.20.0
|
3066
2833
|
|
3067
2834
|
'@types/resolve@1.20.2': {}
|
3068
2835
|
|
3069
|
-
'@typescript-eslint/eslint-plugin@8.
|
2836
|
+
'@typescript-eslint/eslint-plugin@8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
3070
2837
|
dependencies:
|
3071
|
-
'@eslint-community/regexpp': 4.
|
3072
|
-
'@typescript-eslint/parser': 8.
|
3073
|
-
'@typescript-eslint/scope-manager': 8.
|
3074
|
-
'@typescript-eslint/type-utils': 8.
|
3075
|
-
'@typescript-eslint/utils': 8.
|
3076
|
-
'@typescript-eslint/visitor-keys': 8.
|
3077
|
-
eslint: 9.
|
2838
|
+
'@eslint-community/regexpp': 4.12.1
|
2839
|
+
'@typescript-eslint/parser': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
2840
|
+
'@typescript-eslint/scope-manager': 8.28.0
|
2841
|
+
'@typescript-eslint/type-utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
2842
|
+
'@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
2843
|
+
'@typescript-eslint/visitor-keys': 8.28.0
|
2844
|
+
eslint: 9.23.0(jiti@2.4.2)
|
3078
2845
|
graphemer: 1.4.0
|
3079
2846
|
ignore: 5.3.1
|
3080
2847
|
natural-compare: 1.4.0
|
3081
|
-
ts-api-utils: 1.
|
3082
|
-
typescript: 5.
|
2848
|
+
ts-api-utils: 2.1.0(typescript@5.8.2)
|
2849
|
+
typescript: 5.8.2
|
3083
2850
|
transitivePeerDependencies:
|
3084
2851
|
- supports-color
|
3085
2852
|
|
3086
|
-
'@typescript-eslint/parser@8.
|
2853
|
+
'@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
3087
2854
|
dependencies:
|
3088
|
-
'@typescript-eslint/scope-manager': 8.
|
3089
|
-
'@typescript-eslint/types': 8.
|
3090
|
-
'@typescript-eslint/typescript-estree': 8.
|
3091
|
-
'@typescript-eslint/visitor-keys': 8.
|
2855
|
+
'@typescript-eslint/scope-manager': 8.28.0
|
2856
|
+
'@typescript-eslint/types': 8.28.0
|
2857
|
+
'@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
|
2858
|
+
'@typescript-eslint/visitor-keys': 8.28.0
|
3092
2859
|
debug: 4.4.0
|
3093
|
-
eslint: 9.
|
3094
|
-
typescript: 5.
|
2860
|
+
eslint: 9.23.0(jiti@2.4.2)
|
2861
|
+
typescript: 5.8.2
|
3095
2862
|
transitivePeerDependencies:
|
3096
2863
|
- supports-color
|
3097
2864
|
|
3098
|
-
'@typescript-eslint/scope-manager@8.
|
2865
|
+
'@typescript-eslint/scope-manager@8.28.0':
|
3099
2866
|
dependencies:
|
3100
|
-
'@typescript-eslint/types': 8.
|
3101
|
-
'@typescript-eslint/visitor-keys': 8.
|
2867
|
+
'@typescript-eslint/types': 8.28.0
|
2868
|
+
'@typescript-eslint/visitor-keys': 8.28.0
|
3102
2869
|
|
3103
|
-
'@typescript-eslint/type-utils@8.
|
2870
|
+
'@typescript-eslint/type-utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
3104
2871
|
dependencies:
|
3105
|
-
'@typescript-eslint/typescript-estree': 8.
|
3106
|
-
'@typescript-eslint/utils': 8.
|
2872
|
+
'@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
|
2873
|
+
'@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
3107
2874
|
debug: 4.4.0
|
3108
|
-
eslint: 9.
|
3109
|
-
ts-api-utils: 1.
|
3110
|
-
typescript: 5.
|
2875
|
+
eslint: 9.23.0(jiti@2.4.2)
|
2876
|
+
ts-api-utils: 2.1.0(typescript@5.8.2)
|
2877
|
+
typescript: 5.8.2
|
3111
2878
|
transitivePeerDependencies:
|
3112
2879
|
- supports-color
|
3113
2880
|
|
3114
|
-
'@typescript-eslint/types@8.
|
2881
|
+
'@typescript-eslint/types@8.28.0': {}
|
3115
2882
|
|
3116
|
-
'@typescript-eslint/typescript-estree@8.
|
2883
|
+
'@typescript-eslint/typescript-estree@8.28.0(typescript@5.8.2)':
|
3117
2884
|
dependencies:
|
3118
|
-
'@typescript-eslint/types': 8.
|
3119
|
-
'@typescript-eslint/visitor-keys': 8.
|
2885
|
+
'@typescript-eslint/types': 8.28.0
|
2886
|
+
'@typescript-eslint/visitor-keys': 8.28.0
|
3120
2887
|
debug: 4.4.0
|
3121
2888
|
fast-glob: 3.3.2
|
3122
2889
|
is-glob: 4.0.3
|
3123
2890
|
minimatch: 9.0.4
|
3124
|
-
semver: 7.
|
3125
|
-
ts-api-utils: 1.
|
3126
|
-
typescript: 5.
|
2891
|
+
semver: 7.7.1
|
2892
|
+
ts-api-utils: 2.1.0(typescript@5.8.2)
|
2893
|
+
typescript: 5.8.2
|
3127
2894
|
transitivePeerDependencies:
|
3128
2895
|
- supports-color
|
3129
2896
|
|
3130
|
-
'@typescript-eslint/utils@8.
|
2897
|
+
'@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
3131
2898
|
dependencies:
|
3132
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
3133
|
-
'@typescript-eslint/scope-manager': 8.
|
3134
|
-
'@typescript-eslint/types': 8.
|
3135
|
-
'@typescript-eslint/typescript-estree': 8.
|
3136
|
-
eslint: 9.
|
3137
|
-
typescript: 5.
|
2899
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.23.0(jiti@2.4.2))
|
2900
|
+
'@typescript-eslint/scope-manager': 8.28.0
|
2901
|
+
'@typescript-eslint/types': 8.28.0
|
2902
|
+
'@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
|
2903
|
+
eslint: 9.23.0(jiti@2.4.2)
|
2904
|
+
typescript: 5.8.2
|
3138
2905
|
transitivePeerDependencies:
|
3139
2906
|
- supports-color
|
3140
2907
|
|
3141
|
-
'@typescript-eslint/visitor-keys@8.
|
2908
|
+
'@typescript-eslint/visitor-keys@8.28.0':
|
3142
2909
|
dependencies:
|
3143
|
-
'@typescript-eslint/types': 8.
|
2910
|
+
'@typescript-eslint/types': 8.28.0
|
3144
2911
|
eslint-visitor-keys: 4.2.0
|
3145
2912
|
|
3146
|
-
'@vitest/eslint-plugin@1.1.
|
2913
|
+
'@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@1.6.1(@types/node@22.13.14))':
|
3147
2914
|
dependencies:
|
3148
|
-
'@typescript-eslint/utils': 8.
|
3149
|
-
eslint: 9.
|
2915
|
+
'@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
2916
|
+
eslint: 9.23.0(jiti@2.4.2)
|
3150
2917
|
optionalDependencies:
|
3151
|
-
typescript: 5.
|
3152
|
-
vitest: 1.6.1(@types/node@22.
|
2918
|
+
typescript: 5.8.2
|
2919
|
+
vitest: 1.6.1(@types/node@22.13.14)
|
3153
2920
|
|
3154
2921
|
'@vitest/expect@1.6.1':
|
3155
2922
|
dependencies:
|
@@ -3293,7 +3060,7 @@ snapshots:
|
|
3293
3060
|
ansi-styles: 4.3.0
|
3294
3061
|
supports-color: 7.2.0
|
3295
3062
|
|
3296
|
-
chalk@5.
|
3063
|
+
chalk@5.4.1: {}
|
3297
3064
|
|
3298
3065
|
check-error@1.0.3:
|
3299
3066
|
dependencies:
|
@@ -3330,7 +3097,7 @@ snapshots:
|
|
3330
3097
|
|
3331
3098
|
colorette@2.0.20: {}
|
3332
3099
|
|
3333
|
-
commander@
|
3100
|
+
commander@13.1.0: {}
|
3334
3101
|
|
3335
3102
|
commander@7.2.0: {}
|
3336
3103
|
|
@@ -3344,12 +3111,6 @@ snapshots:
|
|
3344
3111
|
|
3345
3112
|
consola@3.4.0: {}
|
3346
3113
|
|
3347
|
-
cross-spawn@7.0.3:
|
3348
|
-
dependencies:
|
3349
|
-
path-key: 3.1.1
|
3350
|
-
shebang-command: 2.0.0
|
3351
|
-
which: 2.0.2
|
3352
|
-
|
3353
3114
|
cross-spawn@7.0.6:
|
3354
3115
|
dependencies:
|
3355
3116
|
path-key: 3.1.1
|
@@ -3510,33 +3271,6 @@ snapshots:
|
|
3510
3271
|
'@esbuild/win32-ia32': 0.20.2
|
3511
3272
|
'@esbuild/win32-x64': 0.20.2
|
3512
3273
|
|
3513
|
-
esbuild@0.23.1:
|
3514
|
-
optionalDependencies:
|
3515
|
-
'@esbuild/aix-ppc64': 0.23.1
|
3516
|
-
'@esbuild/android-arm': 0.23.1
|
3517
|
-
'@esbuild/android-arm64': 0.23.1
|
3518
|
-
'@esbuild/android-x64': 0.23.1
|
3519
|
-
'@esbuild/darwin-arm64': 0.23.1
|
3520
|
-
'@esbuild/darwin-x64': 0.23.1
|
3521
|
-
'@esbuild/freebsd-arm64': 0.23.1
|
3522
|
-
'@esbuild/freebsd-x64': 0.23.1
|
3523
|
-
'@esbuild/linux-arm': 0.23.1
|
3524
|
-
'@esbuild/linux-arm64': 0.23.1
|
3525
|
-
'@esbuild/linux-ia32': 0.23.1
|
3526
|
-
'@esbuild/linux-loong64': 0.23.1
|
3527
|
-
'@esbuild/linux-mips64el': 0.23.1
|
3528
|
-
'@esbuild/linux-ppc64': 0.23.1
|
3529
|
-
'@esbuild/linux-riscv64': 0.23.1
|
3530
|
-
'@esbuild/linux-s390x': 0.23.1
|
3531
|
-
'@esbuild/linux-x64': 0.23.1
|
3532
|
-
'@esbuild/netbsd-x64': 0.23.1
|
3533
|
-
'@esbuild/openbsd-arm64': 0.23.1
|
3534
|
-
'@esbuild/openbsd-x64': 0.23.1
|
3535
|
-
'@esbuild/sunos-x64': 0.23.1
|
3536
|
-
'@esbuild/win32-arm64': 0.23.1
|
3537
|
-
'@esbuild/win32-ia32': 0.23.1
|
3538
|
-
'@esbuild/win32-x64': 0.23.1
|
3539
|
-
|
3540
3274
|
esbuild@0.24.2:
|
3541
3275
|
optionalDependencies:
|
3542
3276
|
'@esbuild/aix-ppc64': 0.24.2
|
@@ -3600,11 +3334,11 @@ snapshots:
|
|
3600
3334
|
|
3601
3335
|
escape-string-regexp@4.0.0: {}
|
3602
3336
|
|
3603
|
-
eslint-config-prettier@9.1.0(eslint@9.
|
3337
|
+
eslint-config-prettier@9.1.0(eslint@9.23.0(jiti@2.4.2)):
|
3604
3338
|
dependencies:
|
3605
|
-
eslint: 9.
|
3339
|
+
eslint: 9.23.0(jiti@2.4.2)
|
3606
3340
|
|
3607
|
-
eslint-scope@8.
|
3341
|
+
eslint-scope@8.3.0:
|
3608
3342
|
dependencies:
|
3609
3343
|
esrecurse: 4.3.0
|
3610
3344
|
estraverse: 5.3.0
|
@@ -3613,18 +3347,19 @@ snapshots:
|
|
3613
3347
|
|
3614
3348
|
eslint-visitor-keys@4.2.0: {}
|
3615
3349
|
|
3616
|
-
eslint@9.
|
3350
|
+
eslint@9.23.0(jiti@2.4.2):
|
3617
3351
|
dependencies:
|
3618
|
-
'@eslint-community/eslint-utils': 4.4.0(eslint@9.
|
3352
|
+
'@eslint-community/eslint-utils': 4.4.0(eslint@9.23.0(jiti@2.4.2))
|
3619
3353
|
'@eslint-community/regexpp': 4.12.1
|
3620
|
-
'@eslint/config-array': 0.19.
|
3621
|
-
'@eslint/
|
3622
|
-
'@eslint/
|
3623
|
-
'@eslint/
|
3624
|
-
'@eslint/
|
3354
|
+
'@eslint/config-array': 0.19.2
|
3355
|
+
'@eslint/config-helpers': 0.2.0
|
3356
|
+
'@eslint/core': 0.12.0
|
3357
|
+
'@eslint/eslintrc': 3.3.1
|
3358
|
+
'@eslint/js': 9.23.0
|
3359
|
+
'@eslint/plugin-kit': 0.2.7
|
3625
3360
|
'@humanfs/node': 0.16.6
|
3626
3361
|
'@humanwhocodes/module-importer': 1.0.1
|
3627
|
-
'@humanwhocodes/retry': 0.4.
|
3362
|
+
'@humanwhocodes/retry': 0.4.2
|
3628
3363
|
'@types/estree': 1.0.6
|
3629
3364
|
'@types/json-schema': 7.0.15
|
3630
3365
|
ajv: 6.12.6
|
@@ -3632,7 +3367,7 @@ snapshots:
|
|
3632
3367
|
cross-spawn: 7.0.6
|
3633
3368
|
debug: 4.4.0
|
3634
3369
|
escape-string-regexp: 4.0.0
|
3635
|
-
eslint-scope: 8.
|
3370
|
+
eslint-scope: 8.3.0
|
3636
3371
|
eslint-visitor-keys: 4.2.0
|
3637
3372
|
espree: 10.3.0
|
3638
3373
|
esquery: 1.5.0
|
@@ -3682,7 +3417,7 @@ snapshots:
|
|
3682
3417
|
|
3683
3418
|
execa@8.0.1:
|
3684
3419
|
dependencies:
|
3685
|
-
cross-spawn: 7.0.
|
3420
|
+
cross-spawn: 7.0.6
|
3686
3421
|
get-stream: 8.0.1
|
3687
3422
|
human-signals: 5.0.0
|
3688
3423
|
is-stream: 3.0.0
|
@@ -3700,7 +3435,7 @@ snapshots:
|
|
3700
3435
|
'@nodelib/fs.walk': 1.2.8
|
3701
3436
|
glob-parent: 5.1.2
|
3702
3437
|
merge2: 1.4.1
|
3703
|
-
micromatch: 4.0.
|
3438
|
+
micromatch: 4.0.8
|
3704
3439
|
|
3705
3440
|
fast-json-stable-stringify@2.1.0: {}
|
3706
3441
|
|
@@ -3781,7 +3516,7 @@ snapshots:
|
|
3781
3516
|
|
3782
3517
|
globals@14.0.0: {}
|
3783
3518
|
|
3784
|
-
globals@15.
|
3519
|
+
globals@15.15.0: {}
|
3785
3520
|
|
3786
3521
|
globrex@0.1.2: {}
|
3787
3522
|
|
@@ -3877,10 +3612,10 @@ snapshots:
|
|
3877
3612
|
|
3878
3613
|
lilconfig@3.1.3: {}
|
3879
3614
|
|
3880
|
-
lint-staged@15.
|
3615
|
+
lint-staged@15.5.0:
|
3881
3616
|
dependencies:
|
3882
|
-
chalk: 5.
|
3883
|
-
commander:
|
3617
|
+
chalk: 5.4.1
|
3618
|
+
commander: 13.1.0
|
3884
3619
|
debug: 4.4.0
|
3885
3620
|
execa: 8.0.1
|
3886
3621
|
lilconfig: 3.1.3
|
@@ -3888,7 +3623,7 @@ snapshots:
|
|
3888
3623
|
micromatch: 4.0.8
|
3889
3624
|
pidtree: 0.6.0
|
3890
3625
|
string-argv: 0.3.2
|
3891
|
-
yaml: 2.
|
3626
|
+
yaml: 2.7.1
|
3892
3627
|
transitivePeerDependencies:
|
3893
3628
|
- supports-color
|
3894
3629
|
|
@@ -3946,11 +3681,6 @@ snapshots:
|
|
3946
3681
|
|
3947
3682
|
merge2@1.4.1: {}
|
3948
3683
|
|
3949
|
-
micromatch@4.0.7:
|
3950
|
-
dependencies:
|
3951
|
-
braces: 3.0.3
|
3952
|
-
picomatch: 2.3.1
|
3953
|
-
|
3954
3684
|
micromatch@4.0.8:
|
3955
3685
|
dependencies:
|
3956
3686
|
braces: 3.0.3
|
@@ -3974,7 +3704,7 @@ snapshots:
|
|
3974
3704
|
|
3975
3705
|
minipass@7.1.2: {}
|
3976
3706
|
|
3977
|
-
mkdist@2.2.0(typescript@5.
|
3707
|
+
mkdist@2.2.0(typescript@5.8.2):
|
3978
3708
|
dependencies:
|
3979
3709
|
autoprefixer: 10.4.20(postcss@8.5.3)
|
3980
3710
|
citty: 0.1.6
|
@@ -3990,7 +3720,7 @@ snapshots:
|
|
3990
3720
|
semver: 7.7.1
|
3991
3721
|
tinyglobby: 0.2.12
|
3992
3722
|
optionalDependencies:
|
3993
|
-
typescript: 5.
|
3723
|
+
typescript: 5.8.2
|
3994
3724
|
|
3995
3725
|
mlly@1.7.1:
|
3996
3726
|
dependencies:
|
@@ -4289,7 +4019,7 @@ snapshots:
|
|
4289
4019
|
|
4290
4020
|
prelude-ls@1.2.1: {}
|
4291
4021
|
|
4292
|
-
prettier@3.
|
4022
|
+
prettier@3.5.3: {}
|
4293
4023
|
|
4294
4024
|
pretty-bytes@6.1.1: {}
|
4295
4025
|
|
@@ -4329,11 +4059,11 @@ snapshots:
|
|
4329
4059
|
glob: 11.0.0
|
4330
4060
|
package-json-from-dist: 1.0.1
|
4331
4061
|
|
4332
|
-
rollup-plugin-dts@6.1.1(rollup@4.34.8)(typescript@5.
|
4062
|
+
rollup-plugin-dts@6.1.1(rollup@4.34.8)(typescript@5.8.2):
|
4333
4063
|
dependencies:
|
4334
4064
|
magic-string: 0.30.17
|
4335
4065
|
rollup: 4.34.8
|
4336
|
-
typescript: 5.
|
4066
|
+
typescript: 5.8.2
|
4337
4067
|
optionalDependencies:
|
4338
4068
|
'@babel/code-frame': 7.24.7
|
4339
4069
|
|
@@ -4390,8 +4120,6 @@ snapshots:
|
|
4390
4120
|
|
4391
4121
|
scule@1.3.0: {}
|
4392
4122
|
|
4393
|
-
semver@7.6.2: {}
|
4394
|
-
|
4395
4123
|
semver@7.7.1: {}
|
4396
4124
|
|
4397
4125
|
shebang-command@2.0.0:
|
@@ -4500,17 +4228,17 @@ snapshots:
|
|
4500
4228
|
dependencies:
|
4501
4229
|
is-number: 7.0.0
|
4502
4230
|
|
4503
|
-
ts-api-utils@1.
|
4231
|
+
ts-api-utils@2.1.0(typescript@5.8.2):
|
4504
4232
|
dependencies:
|
4505
|
-
typescript: 5.
|
4233
|
+
typescript: 5.8.2
|
4506
4234
|
|
4507
|
-
tsconfck@3.1.0(typescript@5.
|
4235
|
+
tsconfck@3.1.0(typescript@5.8.2):
|
4508
4236
|
optionalDependencies:
|
4509
|
-
typescript: 5.
|
4237
|
+
typescript: 5.8.2
|
4510
4238
|
|
4511
|
-
tsx@4.19.
|
4239
|
+
tsx@4.19.3:
|
4512
4240
|
dependencies:
|
4513
|
-
esbuild: 0.
|
4241
|
+
esbuild: 0.25.0
|
4514
4242
|
get-tsconfig: 4.7.5
|
4515
4243
|
optionalDependencies:
|
4516
4244
|
fsevents: 2.3.3
|
@@ -4521,23 +4249,23 @@ snapshots:
|
|
4521
4249
|
|
4522
4250
|
type-detect@4.0.8: {}
|
4523
4251
|
|
4524
|
-
typescript-eslint@8.
|
4252
|
+
typescript-eslint@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2):
|
4525
4253
|
dependencies:
|
4526
|
-
'@typescript-eslint/eslint-plugin': 8.
|
4527
|
-
'@typescript-eslint/parser': 8.
|
4528
|
-
'@typescript-eslint/utils': 8.
|
4529
|
-
eslint: 9.
|
4530
|
-
typescript: 5.
|
4254
|
+
'@typescript-eslint/eslint-plugin': 8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
4255
|
+
'@typescript-eslint/parser': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
4256
|
+
'@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
4257
|
+
eslint: 9.23.0(jiti@2.4.2)
|
4258
|
+
typescript: 5.8.2
|
4531
4259
|
transitivePeerDependencies:
|
4532
4260
|
- supports-color
|
4533
4261
|
|
4534
|
-
typescript@5.
|
4262
|
+
typescript@5.8.2: {}
|
4535
4263
|
|
4536
4264
|
ufo@1.5.3: {}
|
4537
4265
|
|
4538
4266
|
ufo@1.5.4: {}
|
4539
4267
|
|
4540
|
-
unbuild@3.5.0(typescript@5.
|
4268
|
+
unbuild@3.5.0(typescript@5.8.2):
|
4541
4269
|
dependencies:
|
4542
4270
|
'@rollup/plugin-alias': 5.1.1(rollup@4.34.8)
|
4543
4271
|
'@rollup/plugin-commonjs': 28.0.2(rollup@4.34.8)
|
@@ -4553,18 +4281,18 @@ snapshots:
|
|
4553
4281
|
hookable: 5.5.3
|
4554
4282
|
jiti: 2.4.2
|
4555
4283
|
magic-string: 0.30.17
|
4556
|
-
mkdist: 2.2.0(typescript@5.
|
4284
|
+
mkdist: 2.2.0(typescript@5.8.2)
|
4557
4285
|
mlly: 1.7.4
|
4558
4286
|
pathe: 2.0.3
|
4559
4287
|
pkg-types: 2.0.0
|
4560
4288
|
pretty-bytes: 6.1.1
|
4561
4289
|
rollup: 4.34.8
|
4562
|
-
rollup-plugin-dts: 6.1.1(rollup@4.34.8)(typescript@5.
|
4290
|
+
rollup-plugin-dts: 6.1.1(rollup@4.34.8)(typescript@5.8.2)
|
4563
4291
|
scule: 1.3.0
|
4564
4292
|
tinyglobby: 0.2.12
|
4565
4293
|
untyped: 2.0.0
|
4566
4294
|
optionalDependencies:
|
4567
|
-
typescript: 5.
|
4295
|
+
typescript: 5.8.2
|
4568
4296
|
transitivePeerDependencies:
|
4569
4297
|
- sass
|
4570
4298
|
- vue
|
@@ -4592,13 +4320,13 @@ snapshots:
|
|
4592
4320
|
|
4593
4321
|
util-deprecate@1.0.2: {}
|
4594
4322
|
|
4595
|
-
vite-node@1.6.1(@types/node@22.
|
4323
|
+
vite-node@1.6.1(@types/node@22.13.14):
|
4596
4324
|
dependencies:
|
4597
4325
|
cac: 6.7.14
|
4598
4326
|
debug: 4.4.0
|
4599
4327
|
pathe: 1.1.2
|
4600
4328
|
picocolors: 1.0.1
|
4601
|
-
vite: 5.2.13(@types/node@22.
|
4329
|
+
vite: 5.2.13(@types/node@22.13.14)
|
4602
4330
|
transitivePeerDependencies:
|
4603
4331
|
- '@types/node'
|
4604
4332
|
- less
|
@@ -4609,27 +4337,27 @@ snapshots:
|
|
4609
4337
|
- supports-color
|
4610
4338
|
- terser
|
4611
4339
|
|
4612
|
-
vite-tsconfig-paths@4.3.2(typescript@5.
|
4340
|
+
vite-tsconfig-paths@4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14)):
|
4613
4341
|
dependencies:
|
4614
4342
|
debug: 4.3.5
|
4615
4343
|
globrex: 0.1.2
|
4616
|
-
tsconfck: 3.1.0(typescript@5.
|
4344
|
+
tsconfck: 3.1.0(typescript@5.8.2)
|
4617
4345
|
optionalDependencies:
|
4618
|
-
vite: 5.2.13(@types/node@22.
|
4346
|
+
vite: 5.2.13(@types/node@22.13.14)
|
4619
4347
|
transitivePeerDependencies:
|
4620
4348
|
- supports-color
|
4621
4349
|
- typescript
|
4622
4350
|
|
4623
|
-
vite@5.2.13(@types/node@22.
|
4351
|
+
vite@5.2.13(@types/node@22.13.14):
|
4624
4352
|
dependencies:
|
4625
4353
|
esbuild: 0.20.2
|
4626
4354
|
postcss: 8.4.38
|
4627
4355
|
rollup: 4.18.0
|
4628
4356
|
optionalDependencies:
|
4629
|
-
'@types/node': 22.
|
4357
|
+
'@types/node': 22.13.14
|
4630
4358
|
fsevents: 2.3.3
|
4631
4359
|
|
4632
|
-
vitest@1.6.1(@types/node@22.
|
4360
|
+
vitest@1.6.1(@types/node@22.13.14):
|
4633
4361
|
dependencies:
|
4634
4362
|
'@vitest/expect': 1.6.1
|
4635
4363
|
'@vitest/runner': 1.6.1
|
@@ -4648,11 +4376,11 @@ snapshots:
|
|
4648
4376
|
strip-literal: 2.1.0
|
4649
4377
|
tinybench: 2.8.0
|
4650
4378
|
tinypool: 0.8.4
|
4651
|
-
vite: 5.2.13(@types/node@22.
|
4652
|
-
vite-node: 1.6.1(@types/node@22.
|
4379
|
+
vite: 5.2.13(@types/node@22.13.14)
|
4380
|
+
vite-node: 1.6.1(@types/node@22.13.14)
|
4653
4381
|
why-is-node-running: 2.2.2
|
4654
4382
|
optionalDependencies:
|
4655
|
-
'@types/node': 22.
|
4383
|
+
'@types/node': 22.13.14
|
4656
4384
|
transitivePeerDependencies:
|
4657
4385
|
- less
|
4658
4386
|
- lightningcss
|
@@ -4691,10 +4419,10 @@ snapshots:
|
|
4691
4419
|
string-width: 7.1.0
|
4692
4420
|
strip-ansi: 7.1.0
|
4693
4421
|
|
4694
|
-
yaml@2.
|
4422
|
+
yaml@2.7.1: {}
|
4695
4423
|
|
4696
4424
|
yocto-queue@0.1.0: {}
|
4697
4425
|
|
4698
4426
|
yocto-queue@1.0.0: {}
|
4699
4427
|
|
4700
|
-
zod@3.24.
|
4428
|
+
zod@3.24.2: {}
|