create-outsystems-astro 0.7.2 → 0.8.0
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/README.md +1 -0
- package/bin/cli.js +10 -1
- package/package.json +1 -1
- package/template/.github/workflows/test.yml +13 -13
- package/template/.prettierrc +1 -1
- package/template/AGENTS.md +74 -2
- package/template/astro.config.mjs +5 -0
- package/template/bun.lock +640 -190
- package/template/deno.json +1 -17
- package/template/deno.lock +889 -461
- package/template/eslint.config.mjs +5 -0
- package/template/package-lock.json +7593 -3817
- package/template/package.json +44 -84
- package/template/pnpm-lock.yaml +1602 -733
- package/template/src/framework/solid/Demo.tsx +85 -0
- package/template/src/framework/solid/Store.tsx +31 -0
- package/template/src/images/solid.png +0 -0
- package/template/src/pages/multi/store.astro +3 -1
- package/template/src/pages/solid/solid-demo.astro +65 -0
- package/template/src/stores/framework.ts +1 -0
- package/template/test/e2e/solid/solid-demo.spec.ts +42 -0
- package/template/test/integration/solid/Demo.test.tsx +90 -0
- package/template/vitest.config.ts +12 -0
- package/template/yarn.lock +945 -392
- /package/template/patches/{@angular+build+21.2.2.patch → @angular+build+21.2.5.patch} +0 -0
- /package/template/test/e2e/angular/{angular-counter.spec.ts → angular-demo.spec.ts} +0 -0
- /package/template/test/e2e/preact/{preact-counter.spec.ts → preact-demo.spec.ts} +0 -0
- /package/template/test/e2e/react/{react-counter.spec.ts → react-demo.spec.ts} +0 -0
- /package/template/test/e2e/svelte/{svelte-counter.spec.ts → svelte-demo.spec.ts} +0 -0
- /package/template/test/e2e/vue/{vue-counter.spec.ts → vue-demo.spec.ts} +0 -0
package/template/yarn.lock
CHANGED
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
resolved "https://registry.yarnpkg.com/@analogjs/vitest-angular/-/vitest-angular-2.3.1.tgz#cdf7da33c60031e89239b8368427e47722f6b5c1"
|
|
162
162
|
integrity sha512-wbTLgeWDR9qPohE5vzGi4GJ0oHC/GmAhkzEMbt6xoAHbhvMsRrqsiiku03tejHcPqErMlsBotIeR/huAbJferQ==
|
|
163
163
|
|
|
164
|
-
"@angular-devkit/architect@0.2102.
|
|
165
|
-
version "0.2102.
|
|
166
|
-
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.2102.
|
|
167
|
-
integrity sha512-
|
|
164
|
+
"@angular-devkit/architect@0.2102.5", "@angular-devkit/architect@^0.2102.5":
|
|
165
|
+
version "0.2102.5"
|
|
166
|
+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.2102.5.tgz#4dd8a75e40058970c7242bdcef703cf4dccc1198"
|
|
167
|
+
integrity sha512-9xE7G177R9G9Kte+4AtbEMlEeZUupnvdBUMVBlZRa/n4UDUyAkB/vj58KrzRCCIVQ/ypHVMwUilaDTO484dd+g==
|
|
168
168
|
dependencies:
|
|
169
|
-
"@angular-devkit/core" "21.2.
|
|
169
|
+
"@angular-devkit/core" "21.2.5"
|
|
170
170
|
rxjs "7.8.2"
|
|
171
171
|
|
|
172
172
|
"@angular-devkit/architect@>= 0.2100.0 < 0.2200.0":
|
|
@@ -189,10 +189,10 @@
|
|
|
189
189
|
rxjs "7.8.2"
|
|
190
190
|
source-map "0.7.6"
|
|
191
191
|
|
|
192
|
-
"@angular-devkit/core@21.2.
|
|
193
|
-
version "21.2.
|
|
194
|
-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-21.2.
|
|
195
|
-
integrity sha512-
|
|
192
|
+
"@angular-devkit/core@21.2.5":
|
|
193
|
+
version "21.2.5"
|
|
194
|
+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-21.2.5.tgz#cac97c40d98d408017c3a47982da1cff4cfeda2e"
|
|
195
|
+
integrity sha512-9z9w7UxKKVmib5QHFZTOfJpAiSudqQwwEZFpQy31yaXR3tJw85xO5owi+66sgTpEvNh9Ix2THhcUq//ToP/0VA==
|
|
196
196
|
dependencies:
|
|
197
197
|
ajv "8.18.0"
|
|
198
198
|
ajv-formats "3.0.1"
|
|
@@ -201,12 +201,12 @@
|
|
|
201
201
|
rxjs "7.8.2"
|
|
202
202
|
source-map "0.7.6"
|
|
203
203
|
|
|
204
|
-
"@angular-devkit/schematics@21.2.
|
|
205
|
-
version "21.2.
|
|
206
|
-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-21.2.
|
|
207
|
-
integrity sha512-
|
|
204
|
+
"@angular-devkit/schematics@21.2.5", "@angular-devkit/schematics@^21.2.5":
|
|
205
|
+
version "21.2.5"
|
|
206
|
+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-21.2.5.tgz#3016af4d66213b4df5929508a84f44d9adadbc98"
|
|
207
|
+
integrity sha512-gEg84eipTX6lcpNTDVUXBBwp0vs3rXM319Qom+sCLOKBGyqE0mvb1RM1WwfNcyOqeSMQC/vLUwRKqnP0wg1UDg==
|
|
208
208
|
dependencies:
|
|
209
|
-
"@angular-devkit/core" "21.2.
|
|
209
|
+
"@angular-devkit/core" "21.2.5"
|
|
210
210
|
jsonc-parser "3.3.1"
|
|
211
211
|
magic-string "0.30.21"
|
|
212
212
|
ora "9.3.0"
|
|
@@ -223,80 +223,80 @@
|
|
|
223
223
|
ora "9.3.0"
|
|
224
224
|
rxjs "7.8.2"
|
|
225
225
|
|
|
226
|
-
"@angular-eslint/builder@21.3.
|
|
227
|
-
version "21.3.
|
|
228
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-21.3.
|
|
229
|
-
integrity sha512-
|
|
226
|
+
"@angular-eslint/builder@21.3.1":
|
|
227
|
+
version "21.3.1"
|
|
228
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-21.3.1.tgz#ffd36633e1313b98ff5b7f936fc818c46ae0a0ec"
|
|
229
|
+
integrity sha512-1f1Lyp5e7OH6txiV224HaY3G1uRCj91OSKq7hT2Vw9NRw6zWFc1anBpDeLVjpL9ptUxzUGIQR5jEV54hOPayoQ==
|
|
230
230
|
dependencies:
|
|
231
231
|
"@angular-devkit/architect" ">= 0.2100.0 < 0.2200.0"
|
|
232
232
|
"@angular-devkit/core" ">= 21.0.0 < 22.0.0"
|
|
233
233
|
|
|
234
|
-
"@angular-eslint/bundled-angular-compiler@21.3.
|
|
235
|
-
version "21.3.
|
|
236
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-21.3.
|
|
237
|
-
integrity sha512-
|
|
234
|
+
"@angular-eslint/bundled-angular-compiler@21.3.1":
|
|
235
|
+
version "21.3.1"
|
|
236
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-21.3.1.tgz#025c0bc7fe57ed2f489b39cac77df82f69758988"
|
|
237
|
+
integrity sha512-jjbnJPUXQeQBJ8RM+ahlbt4GH2emVN8JvG3AhFbPci1FrqXi9cOOfkbwLmvpoyTli4LF8gy7g4ctFqnlRgqryw==
|
|
238
238
|
|
|
239
|
-
"@angular-eslint/eslint-plugin-template@21.3.
|
|
240
|
-
version "21.3.
|
|
241
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-21.3.
|
|
242
|
-
integrity sha512-
|
|
239
|
+
"@angular-eslint/eslint-plugin-template@21.3.1":
|
|
240
|
+
version "21.3.1"
|
|
241
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-21.3.1.tgz#5cea7f07106625722d563ddee4abd4ea40cafeaa"
|
|
242
|
+
integrity sha512-ndPWJodkcEOu2PVUxlUwyz4D2u3r9KO7veWmStVNOLeNrICJA+nQvrz2BWCu0l48rO0K5ezsy0JFcQDVwE/5mw==
|
|
243
243
|
dependencies:
|
|
244
|
-
"@angular-eslint/bundled-angular-compiler" "21.3.
|
|
245
|
-
"@angular-eslint/utils" "21.3.
|
|
244
|
+
"@angular-eslint/bundled-angular-compiler" "21.3.1"
|
|
245
|
+
"@angular-eslint/utils" "21.3.1"
|
|
246
246
|
aria-query "5.3.2"
|
|
247
247
|
axobject-query "4.1.0"
|
|
248
248
|
|
|
249
|
-
"@angular-eslint/eslint-plugin@21.3.
|
|
250
|
-
version "21.3.
|
|
251
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-21.3.
|
|
252
|
-
integrity sha512-
|
|
249
|
+
"@angular-eslint/eslint-plugin@21.3.1":
|
|
250
|
+
version "21.3.1"
|
|
251
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-21.3.1.tgz#a8de8f8fc12067917c60fb92f7c003dea65ba5a0"
|
|
252
|
+
integrity sha512-08NNTxwawRLTWPLl8dg1BnXMwimx93y4wMEwx2aWQpJbIt4pmNvwJzd+NgoD/Ag2VdLS/gOMadhJH5fgaYKsPQ==
|
|
253
253
|
dependencies:
|
|
254
|
-
"@angular-eslint/bundled-angular-compiler" "21.3.
|
|
255
|
-
"@angular-eslint/utils" "21.3.
|
|
254
|
+
"@angular-eslint/bundled-angular-compiler" "21.3.1"
|
|
255
|
+
"@angular-eslint/utils" "21.3.1"
|
|
256
256
|
ts-api-utils "^2.1.0"
|
|
257
257
|
|
|
258
|
-
"@angular-eslint/schematics@21.3.
|
|
259
|
-
version "21.3.
|
|
260
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-21.3.
|
|
261
|
-
integrity sha512-
|
|
258
|
+
"@angular-eslint/schematics@21.3.1":
|
|
259
|
+
version "21.3.1"
|
|
260
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-21.3.1.tgz#b4ef8ad13f6290dc8f6a61fadb89ff2c26bae254"
|
|
261
|
+
integrity sha512-1U2u4ZsZvwT30aXRLsIJf6tULIiioo9BtASNsldpYecU3/m/1+F61lCYG79qt7YWbif9KABPYZlFTJUFGN8HWA==
|
|
262
262
|
dependencies:
|
|
263
263
|
"@angular-devkit/core" ">= 21.0.0 < 22.0.0"
|
|
264
264
|
"@angular-devkit/schematics" ">= 21.0.0 < 22.0.0"
|
|
265
|
-
"@angular-eslint/eslint-plugin" "21.3.
|
|
266
|
-
"@angular-eslint/eslint-plugin-template" "21.3.
|
|
265
|
+
"@angular-eslint/eslint-plugin" "21.3.1"
|
|
266
|
+
"@angular-eslint/eslint-plugin-template" "21.3.1"
|
|
267
267
|
ignore "7.0.5"
|
|
268
268
|
semver "7.7.4"
|
|
269
269
|
strip-json-comments "3.1.1"
|
|
270
270
|
|
|
271
|
-
"@angular-eslint/template-parser@21.3.
|
|
272
|
-
version "21.3.
|
|
273
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-21.3.
|
|
274
|
-
integrity sha512-
|
|
271
|
+
"@angular-eslint/template-parser@21.3.1":
|
|
272
|
+
version "21.3.1"
|
|
273
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-21.3.1.tgz#27e3749ccd51acbe0ced4056d5426af1a8b45102"
|
|
274
|
+
integrity sha512-moERVCTekQKOvR8RMuEOtWSO3VS1qrzA3keI1dPto/JVB8Nqp9w3R5ZpEoXHzh4zgEryosxmPgdi6UczJe2ouQ==
|
|
275
275
|
dependencies:
|
|
276
|
-
"@angular-eslint/bundled-angular-compiler" "21.3.
|
|
277
|
-
eslint-scope "
|
|
276
|
+
"@angular-eslint/bundled-angular-compiler" "21.3.1"
|
|
277
|
+
eslint-scope "9.1.2"
|
|
278
278
|
|
|
279
|
-
"@angular-eslint/utils@21.3.
|
|
280
|
-
version "21.3.
|
|
281
|
-
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-21.3.
|
|
282
|
-
integrity sha512-
|
|
279
|
+
"@angular-eslint/utils@21.3.1":
|
|
280
|
+
version "21.3.1"
|
|
281
|
+
resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-21.3.1.tgz#78814618bb6d00481374f3fff592d712040457a0"
|
|
282
|
+
integrity sha512-Q3SGA1/36phZhmsp1mYrKzp/jcmqofRr861MYn46FaWIKSYXBYRzl+H3FIJKBu5CE36Bggu6hbNpwGPuUp+MCg==
|
|
283
283
|
dependencies:
|
|
284
|
-
"@angular-eslint/bundled-angular-compiler" "21.3.
|
|
284
|
+
"@angular-eslint/bundled-angular-compiler" "21.3.1"
|
|
285
285
|
|
|
286
|
-
"@angular/animations@^21.2.
|
|
287
|
-
version "21.2.
|
|
288
|
-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-21.2.
|
|
289
|
-
integrity sha512-
|
|
286
|
+
"@angular/animations@^21.2.6":
|
|
287
|
+
version "21.2.6"
|
|
288
|
+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-21.2.6.tgz#652249503c101945144dfc4ccffcdca4676f4e69"
|
|
289
|
+
integrity sha512-SPzTOlkyVagPdb7OMe9hw3dnpMGq2p/nADatzNfRUMXwit8AU8VaiPIrFRsCD52sAL1zDDj60gKsk/dprzIyFA==
|
|
290
290
|
dependencies:
|
|
291
291
|
tslib "^2.3.0"
|
|
292
292
|
|
|
293
|
-
"@angular/build@^21.2.
|
|
294
|
-
version "21.2.
|
|
295
|
-
resolved "https://registry.yarnpkg.com/@angular/build/-/build-21.2.
|
|
296
|
-
integrity sha512-
|
|
293
|
+
"@angular/build@^21.2.5":
|
|
294
|
+
version "21.2.5"
|
|
295
|
+
resolved "https://registry.yarnpkg.com/@angular/build/-/build-21.2.5.tgz#30858cc5781e1f58ce9fc0a0238be6ccec0cb552"
|
|
296
|
+
integrity sha512-AfE09K+pkgS3VB84R74XG/XB9LQmO6Q6YfpssjDwMnWGwDGGwUGydXn8AKdhnhI4mM2nFKoe+QYszFgrzu5HeQ==
|
|
297
297
|
dependencies:
|
|
298
298
|
"@ampproject/remapping" "2.3.0"
|
|
299
|
-
"@angular-devkit/architect" "0.2102.
|
|
299
|
+
"@angular-devkit/architect" "0.2102.5"
|
|
300
300
|
"@babel/core" "7.29.0"
|
|
301
301
|
"@babel/helper-annotate-as-pure" "7.27.3"
|
|
302
302
|
"@babel/helper-split-export-declaration" "7.24.7"
|
|
@@ -319,24 +319,24 @@
|
|
|
319
319
|
semver "7.7.4"
|
|
320
320
|
source-map-support "0.5.21"
|
|
321
321
|
tinyglobby "0.2.15"
|
|
322
|
-
undici "7.
|
|
322
|
+
undici "7.24.4"
|
|
323
323
|
vite "7.3.1"
|
|
324
324
|
watchpack "2.5.1"
|
|
325
325
|
optionalDependencies:
|
|
326
326
|
lmdb "3.5.1"
|
|
327
327
|
|
|
328
|
-
"@angular/cli@^21.2.
|
|
329
|
-
version "21.2.
|
|
330
|
-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-21.2.
|
|
331
|
-
integrity sha512-
|
|
328
|
+
"@angular/cli@^21.2.5":
|
|
329
|
+
version "21.2.5"
|
|
330
|
+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-21.2.5.tgz#6fa7ff87faa40fed033821c16012f2532efbd0e4"
|
|
331
|
+
integrity sha512-nLpyqXQ0s96jC/vR8CsKM3q94/F/nZwtbjM3E6g5lXpKe7cHfJkCfERPexx+jzzYP5JBhtm+u61aH6auu9KYQw==
|
|
332
332
|
dependencies:
|
|
333
|
-
"@angular-devkit/architect" "0.2102.
|
|
334
|
-
"@angular-devkit/core" "21.2.
|
|
335
|
-
"@angular-devkit/schematics" "21.2.
|
|
333
|
+
"@angular-devkit/architect" "0.2102.5"
|
|
334
|
+
"@angular-devkit/core" "21.2.5"
|
|
335
|
+
"@angular-devkit/schematics" "21.2.5"
|
|
336
336
|
"@inquirer/prompts" "7.10.1"
|
|
337
337
|
"@listr2/prompt-adapter-inquirer" "3.0.5"
|
|
338
338
|
"@modelcontextprotocol/sdk" "1.26.0"
|
|
339
|
-
"@schematics/angular" "21.2.
|
|
339
|
+
"@schematics/angular" "21.2.5"
|
|
340
340
|
"@yarnpkg/lockfile" "1.1.0"
|
|
341
341
|
algoliasearch "5.48.1"
|
|
342
342
|
ini "6.0.0"
|
|
@@ -349,17 +349,17 @@
|
|
|
349
349
|
yargs "18.0.0"
|
|
350
350
|
zod "4.3.6"
|
|
351
351
|
|
|
352
|
-
"@angular/common@^21.2.
|
|
353
|
-
version "21.2.
|
|
354
|
-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-21.2.
|
|
355
|
-
integrity sha512-
|
|
352
|
+
"@angular/common@^21.2.6":
|
|
353
|
+
version "21.2.6"
|
|
354
|
+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-21.2.6.tgz#916d3b47bb092eafabc5f34bed4845e42fd05318"
|
|
355
|
+
integrity sha512-2FcpZ1h6AZ4JwCIlnpHCYrbRTGQTOj/RFXkuX/qw7K6cFmJGfWFMmr++xWtHZEvUddfbR9hqDo+v1mkqEKE/Kw==
|
|
356
356
|
dependencies:
|
|
357
357
|
tslib "^2.3.0"
|
|
358
358
|
|
|
359
|
-
"@angular/compiler-cli@^21.2.
|
|
360
|
-
version "21.2.
|
|
361
|
-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-21.2.
|
|
362
|
-
integrity sha512-
|
|
359
|
+
"@angular/compiler-cli@^21.2.6":
|
|
360
|
+
version "21.2.6"
|
|
361
|
+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-21.2.6.tgz#642de3ba50fd838e41ca6eb412690d925ff9c1b0"
|
|
362
|
+
integrity sha512-CiPmat4+D+hWXMTAY++09WeII/5D0r6iTjdLdaTq8tlo0uJcrOlazib4CpA94kJ2CRdzfhmC1H+ttwBI1xIlTg==
|
|
363
363
|
dependencies:
|
|
364
364
|
"@babel/core" "7.29.0"
|
|
365
365
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
@@ -370,44 +370,44 @@
|
|
|
370
370
|
tslib "^2.3.0"
|
|
371
371
|
yargs "^18.0.0"
|
|
372
372
|
|
|
373
|
-
"@angular/compiler@^21.2.
|
|
374
|
-
version "21.2.
|
|
375
|
-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.2.
|
|
376
|
-
integrity sha512-
|
|
373
|
+
"@angular/compiler@^21.2.6":
|
|
374
|
+
version "21.2.6"
|
|
375
|
+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.2.6.tgz#3060747d3a4a2127cd3c23ec3d6f9d2af832ca00"
|
|
376
|
+
integrity sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==
|
|
377
377
|
dependencies:
|
|
378
378
|
tslib "^2.3.0"
|
|
379
379
|
|
|
380
|
-
"@angular/core@^21.2.
|
|
381
|
-
version "21.2.
|
|
382
|
-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-21.2.
|
|
383
|
-
integrity sha512-
|
|
380
|
+
"@angular/core@^21.2.6":
|
|
381
|
+
version "21.2.6"
|
|
382
|
+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-21.2.6.tgz#94ad32c803a7f7c1d5ea41aa38c0b75de6e4e034"
|
|
383
|
+
integrity sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==
|
|
384
384
|
dependencies:
|
|
385
385
|
tslib "^2.3.0"
|
|
386
386
|
|
|
387
|
-
"@angular/language-service@^21.2.
|
|
388
|
-
version "21.2.
|
|
389
|
-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-21.2.
|
|
390
|
-
integrity sha512-
|
|
387
|
+
"@angular/language-service@^21.2.6":
|
|
388
|
+
version "21.2.6"
|
|
389
|
+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-21.2.6.tgz#6e3e9be86b30eec80340e1d259ba2b89c3fe09d2"
|
|
390
|
+
integrity sha512-ui2Zf/h736Kf/jwyXHN2OBQC9fEzGUCz5fJr72sEe4nqa6aTiCL0FfkTarHDLKEYPNr8M+ZX/icgo3j9yztJhQ==
|
|
391
391
|
|
|
392
|
-
"@angular/platform-browser@^21.2.
|
|
393
|
-
version "21.2.
|
|
394
|
-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-21.2.
|
|
395
|
-
integrity sha512-
|
|
392
|
+
"@angular/platform-browser@^21.2.6":
|
|
393
|
+
version "21.2.6"
|
|
394
|
+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-21.2.6.tgz#6e7d3e42b0971c4e1d4c97f1b8071165518ee100"
|
|
395
|
+
integrity sha512-LW1vPXVHvy71LBahn+fSzPlWQl25kJIdcXq+ptG7HsMVgbPQ3/vvkKXAHYaRdppLGCFL+v+3dQGHYLNLiYL9qg==
|
|
396
396
|
dependencies:
|
|
397
397
|
tslib "^2.3.0"
|
|
398
398
|
|
|
399
|
-
"@angular/platform-server@^21.2.
|
|
400
|
-
version "21.2.
|
|
401
|
-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-21.2.
|
|
402
|
-
integrity sha512-
|
|
399
|
+
"@angular/platform-server@^21.2.6":
|
|
400
|
+
version "21.2.6"
|
|
401
|
+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-21.2.6.tgz#a6883b9c8395f560a3d9b1218cc371e4119955de"
|
|
402
|
+
integrity sha512-IatXqKzRRT8H1UolijS3Lv3SgthH5w3qHe5ZpQADYi9NIaIvtVMnDH3kIxWGhepjMtvUz235J3E6FrPer6mNZA==
|
|
403
403
|
dependencies:
|
|
404
404
|
tslib "^2.3.0"
|
|
405
405
|
xhr2 "^0.2.0"
|
|
406
406
|
|
|
407
|
-
"@angular/router@^21.2.
|
|
408
|
-
version "21.2.
|
|
409
|
-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-21.2.
|
|
410
|
-
integrity sha512-
|
|
407
|
+
"@angular/router@^21.2.6":
|
|
408
|
+
version "21.2.6"
|
|
409
|
+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-21.2.6.tgz#52b36485950717a1dfdc16660de709d5321febc2"
|
|
410
|
+
integrity sha512-0ajhkKYeOqHQEEH88+Q0HrheR3helwTvdTqD/0gTaapCe+HOoC+SYwmzzsYP2zwAxBNQEg4JHOGKQ30X9/gwgw==
|
|
411
411
|
dependencies:
|
|
412
412
|
tslib "^2.3.0"
|
|
413
413
|
|
|
@@ -479,6 +479,14 @@
|
|
|
479
479
|
ultrahtml "^1.6.0"
|
|
480
480
|
vite "^6.4.1"
|
|
481
481
|
|
|
482
|
+
"@astrojs/solid-js@^5.1.3":
|
|
483
|
+
version "5.1.3"
|
|
484
|
+
resolved "https://registry.yarnpkg.com/@astrojs/solid-js/-/solid-js-5.1.3.tgz#6cd87a2a73a5ed4f063abdc50ec49365bc18dc6e"
|
|
485
|
+
integrity sha512-KxfYt4y1d7BuSw6EsN1EaPoGYsIES7bEI6AtTbncuabRUUMZs+mOWOeOdmgnwVLj+jbNbhBjUZsqr77eUviZdw==
|
|
486
|
+
dependencies:
|
|
487
|
+
vite "^6.4.1"
|
|
488
|
+
vite-plugin-solid "^2.11.8"
|
|
489
|
+
|
|
482
490
|
"@astrojs/svelte@^7.2.5":
|
|
483
491
|
version "7.2.5"
|
|
484
492
|
resolved "https://registry.npmjs.org/@astrojs/svelte/-/svelte-7.2.5.tgz"
|
|
@@ -526,7 +534,7 @@
|
|
|
526
534
|
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz"
|
|
527
535
|
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
|
|
528
536
|
|
|
529
|
-
"@babel/core@7.29.0", "@babel/core@^7.13.16", "@babel/core@^7.22.1", "@babel/core@^7.23.0", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.27.1", "@babel/core@^7.28.0", "@babel/core@^7.29.0":
|
|
537
|
+
"@babel/core@7.29.0", "@babel/core@^7.13.16", "@babel/core@^7.22.1", "@babel/core@^7.23.0", "@babel/core@^7.23.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.27.1", "@babel/core@^7.28.0", "@babel/core@^7.29.0":
|
|
530
538
|
version "7.29.0"
|
|
531
539
|
resolved "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz"
|
|
532
540
|
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
|
|
@@ -556,7 +564,7 @@
|
|
|
556
564
|
eslint-visitor-keys "^2.1.0"
|
|
557
565
|
semver "^6.3.1"
|
|
558
566
|
|
|
559
|
-
"@babel/generator@^7.29.0":
|
|
567
|
+
"@babel/generator@^7.23.6", "@babel/generator@^7.29.0":
|
|
560
568
|
version "7.29.1"
|
|
561
569
|
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz"
|
|
562
570
|
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
|
|
@@ -611,7 +619,14 @@
|
|
|
611
619
|
"@babel/traverse" "^7.28.5"
|
|
612
620
|
"@babel/types" "^7.28.5"
|
|
613
621
|
|
|
614
|
-
"@babel/helper-module-imports
|
|
622
|
+
"@babel/helper-module-imports@7.18.6":
|
|
623
|
+
version "7.18.6"
|
|
624
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
|
|
625
|
+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
|
|
626
|
+
dependencies:
|
|
627
|
+
"@babel/types" "^7.18.6"
|
|
628
|
+
|
|
629
|
+
"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.27.1", "@babel/helper-module-imports@^7.28.6":
|
|
615
630
|
version "7.28.6"
|
|
616
631
|
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz"
|
|
617
632
|
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
|
|
@@ -694,6 +709,13 @@
|
|
|
694
709
|
dependencies:
|
|
695
710
|
"@babel/types" "^7.29.0"
|
|
696
711
|
|
|
712
|
+
"@babel/parser@^7.29.2":
|
|
713
|
+
version "7.29.2"
|
|
714
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.2.tgz#58bd50b9a7951d134988a1ae177a35ef9a703ba1"
|
|
715
|
+
integrity sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==
|
|
716
|
+
dependencies:
|
|
717
|
+
"@babel/types" "^7.29.0"
|
|
718
|
+
|
|
697
719
|
"@babel/plugin-proposal-decorators@^7.23.0":
|
|
698
720
|
version "7.29.0"
|
|
699
721
|
resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.0.tgz"
|
|
@@ -731,7 +753,7 @@
|
|
|
731
753
|
dependencies:
|
|
732
754
|
"@babel/helper-plugin-utils" "^7.10.4"
|
|
733
755
|
|
|
734
|
-
"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.28.6":
|
|
756
|
+
"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.27.1", "@babel/plugin-syntax-jsx@^7.28.6":
|
|
735
757
|
version "7.28.6"
|
|
736
758
|
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz"
|
|
737
759
|
integrity sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==
|
|
@@ -815,7 +837,7 @@
|
|
|
815
837
|
"@babel/types" "^7.29.0"
|
|
816
838
|
debug "^4.3.1"
|
|
817
839
|
|
|
818
|
-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
|
|
840
|
+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.23.6", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0":
|
|
819
841
|
version "7.29.0"
|
|
820
842
|
resolved "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz"
|
|
821
843
|
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
|
|
@@ -823,6 +845,11 @@
|
|
|
823
845
|
"@babel/helper-string-parser" "^7.27.1"
|
|
824
846
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
825
847
|
|
|
848
|
+
"@bytecodealliance/preview2-shim@^0.17.2":
|
|
849
|
+
version "0.17.8"
|
|
850
|
+
resolved "https://registry.yarnpkg.com/@bytecodealliance/preview2-shim/-/preview2-shim-0.17.8.tgz#569970315593bd46c403303a6695e83915d5f658"
|
|
851
|
+
integrity sha512-wS5kg8u0KCML1UeHQPJ1IuOI24x/XLentCzsqPER1+gDNC5Cz2hG4G2blLOZap+3CEGhIhnJ9mmZYj6a2W0Lww==
|
|
852
|
+
|
|
826
853
|
"@capsizecss/unpack@^4.0.0":
|
|
827
854
|
version "4.0.0"
|
|
828
855
|
resolved "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz"
|
|
@@ -1193,19 +1220,21 @@
|
|
|
1193
1220
|
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.39.3.tgz"
|
|
1194
1221
|
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
|
|
1195
1222
|
|
|
1196
|
-
"@eslint/markdown@^
|
|
1197
|
-
version "
|
|
1198
|
-
resolved "https://registry.
|
|
1199
|
-
integrity sha512-
|
|
1223
|
+
"@eslint/markdown@^8.0.0":
|
|
1224
|
+
version "8.0.0"
|
|
1225
|
+
resolved "https://registry.yarnpkg.com/@eslint/markdown/-/markdown-8.0.0.tgz#166bd465f0a28c0f7af4345403e782b306824ee8"
|
|
1226
|
+
integrity sha512-Rh3+76uHdnkk/ocLMZfWHXoPA/MK+GOqqjCAioiyNk2eYBC8UniRHdTMbM+2XZqTLWAcQo/SuU1CsXtdIOTX1g==
|
|
1200
1227
|
dependencies:
|
|
1201
|
-
"@eslint/core" "^
|
|
1202
|
-
"@eslint/plugin-kit" "^0.
|
|
1228
|
+
"@eslint/core" "^1.1.1"
|
|
1229
|
+
"@eslint/plugin-kit" "^0.6.1"
|
|
1203
1230
|
github-slugger "^2.0.0"
|
|
1204
1231
|
mdast-util-from-markdown "^2.0.2"
|
|
1205
1232
|
mdast-util-frontmatter "^2.0.1"
|
|
1206
1233
|
mdast-util-gfm "^3.1.0"
|
|
1234
|
+
mdast-util-math "^3.0.0"
|
|
1207
1235
|
micromark-extension-frontmatter "^2.0.0"
|
|
1208
1236
|
micromark-extension-gfm "^3.0.0"
|
|
1237
|
+
micromark-extension-math "^3.1.0"
|
|
1209
1238
|
micromark-util-normalize-identifier "^2.0.1"
|
|
1210
1239
|
|
|
1211
1240
|
"@eslint/object-schema@^2.1.7":
|
|
@@ -1221,6 +1250,14 @@
|
|
|
1221
1250
|
"@eslint/core" "^0.17.0"
|
|
1222
1251
|
levn "^0.4.1"
|
|
1223
1252
|
|
|
1253
|
+
"@eslint/plugin-kit@^0.6.1":
|
|
1254
|
+
version "0.6.1"
|
|
1255
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
|
|
1256
|
+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
|
|
1257
|
+
dependencies:
|
|
1258
|
+
"@eslint/core" "^1.1.1"
|
|
1259
|
+
levn "^0.4.1"
|
|
1260
|
+
|
|
1224
1261
|
"@gar/promise-retry@^1.0.0":
|
|
1225
1262
|
version "1.0.2"
|
|
1226
1263
|
resolved "https://registry.npmjs.org/@gar/promise-retry/-/promise-retry-1.0.2.tgz"
|
|
@@ -1724,15 +1761,20 @@
|
|
|
1724
1761
|
resolved "https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz#0aa5502d547b57abfc4ac492de68e2006e417242"
|
|
1725
1762
|
integrity sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==
|
|
1726
1763
|
|
|
1727
|
-
"@nanostores/preact@^1.
|
|
1728
|
-
version "1.
|
|
1729
|
-
resolved "https://registry.
|
|
1730
|
-
integrity sha512-
|
|
1764
|
+
"@nanostores/preact@^1.1.0":
|
|
1765
|
+
version "1.1.0"
|
|
1766
|
+
resolved "https://registry.yarnpkg.com/@nanostores/preact/-/preact-1.1.0.tgz#4ed446b5de91d2cf1d27575f4272997668bd81a6"
|
|
1767
|
+
integrity sha512-oiu9z85AiZlBTKJ8YsfAs8TALpDij70LmmKuRkeF22rS9zUBhVtYDWXEvV1qUUStNNwSFdhTMkwzOYL/IsA+UA==
|
|
1731
1768
|
|
|
1732
|
-
"@nanostores/react@^1.
|
|
1733
|
-
version "1.
|
|
1734
|
-
resolved "https://registry.
|
|
1735
|
-
integrity sha512-
|
|
1769
|
+
"@nanostores/react@^1.1.0":
|
|
1770
|
+
version "1.1.0"
|
|
1771
|
+
resolved "https://registry.yarnpkg.com/@nanostores/react/-/react-1.1.0.tgz#d21def5618d821d33e7fa449255983cb9d187ee1"
|
|
1772
|
+
integrity sha512-MbH35fjhcf7LAubYX5vhOChYUfTLzNLqH/mBGLVsHkcvjy0F8crO1WQwdmQ2xKbAmtpalDa2zBt3Hlg5kqr8iw==
|
|
1773
|
+
|
|
1774
|
+
"@nanostores/solid@^1.1.1":
|
|
1775
|
+
version "1.1.1"
|
|
1776
|
+
resolved "https://registry.yarnpkg.com/@nanostores/solid/-/solid-1.1.1.tgz#bcab6542474d5eb8e380c75e2b574d1f61cd3a79"
|
|
1777
|
+
integrity sha512-gF0Eat1/c3hOaklBMSVoEjcNzJc5zGk4VSg94H9LPmXYww1pxgr7zylpi3jjyxRu24c8+aYNkmRWzolAwzSA1A==
|
|
1736
1778
|
|
|
1737
1779
|
"@nanostores/vue@^1.1.0":
|
|
1738
1780
|
version "1.1.0"
|
|
@@ -1884,6 +1926,13 @@
|
|
|
1884
1926
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1885
1927
|
fastq "^1.6.0"
|
|
1886
1928
|
|
|
1929
|
+
"@nomicfoundation/slang@1.3.4":
|
|
1930
|
+
version "1.3.4"
|
|
1931
|
+
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang/-/slang-1.3.4.tgz#a10033ae96508a7a41eeb9cb62a4c5454158e930"
|
|
1932
|
+
integrity sha512-ghzrPSYH1sZO65id6+Bq2Ood87HT54QP3RGC8EkmpcrJ6tT9Ky0RtaJfrzV5G4jpDsnNua6+YEDpzOMori04hQ==
|
|
1933
|
+
dependencies:
|
|
1934
|
+
"@bytecodealliance/preview2-shim" "^0.17.2"
|
|
1935
|
+
|
|
1887
1936
|
"@npmcli/agent@^4.0.0":
|
|
1888
1937
|
version "4.0.0"
|
|
1889
1938
|
resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-4.0.0.tgz"
|
|
@@ -1975,11 +2024,21 @@
|
|
|
1975
2024
|
resolved "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz"
|
|
1976
2025
|
integrity sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==
|
|
1977
2026
|
|
|
2027
|
+
"@oxc-project/runtime@^0.122.0":
|
|
2028
|
+
version "0.122.0"
|
|
2029
|
+
resolved "https://registry.yarnpkg.com/@oxc-project/runtime/-/runtime-0.122.0.tgz#c9dd2ccbe59627b88def9919ca7f60a7aba24ea9"
|
|
2030
|
+
integrity sha512-vevyz3bNjevQFCV2Yg5o6Sp9BSoiYiJVymMrzA3S1ZGj4J8ak4YiywhFyQMueQ3UNlJU6HZOZYDy70TUc99aHw==
|
|
2031
|
+
|
|
1978
2032
|
"@oxc-project/types@=0.113.0":
|
|
1979
2033
|
version "0.113.0"
|
|
1980
2034
|
resolved "https://registry.npmjs.org/@oxc-project/types/-/types-0.113.0.tgz"
|
|
1981
2035
|
integrity sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==
|
|
1982
2036
|
|
|
2037
|
+
"@oxc-project/types@=0.122.0":
|
|
2038
|
+
version "0.122.0"
|
|
2039
|
+
resolved "https://registry.yarnpkg.com/@oxc-project/types/-/types-0.122.0.tgz#2f4e77a3b183c87b2a326affd703ef71ba836601"
|
|
2040
|
+
integrity sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==
|
|
2041
|
+
|
|
1983
2042
|
"@parcel/watcher-android-arm64@2.5.6":
|
|
1984
2043
|
version "2.5.6"
|
|
1985
2044
|
resolved "https://registry.yarnpkg.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz#5f32e0dba356f4ac9a11068d2a5c134ca3ba6564"
|
|
@@ -2091,7 +2150,7 @@
|
|
|
2091
2150
|
resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz"
|
|
2092
2151
|
integrity sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==
|
|
2093
2152
|
|
|
2094
|
-
"@preact/preset-vite@^2.10.2"
|
|
2153
|
+
"@preact/preset-vite@^2.10.2":
|
|
2095
2154
|
version "2.10.3"
|
|
2096
2155
|
resolved "https://registry.npmjs.org/@preact/preset-vite/-/preset-vite-2.10.3.tgz"
|
|
2097
2156
|
integrity sha512-1SiS+vFItpkNdBs7q585PSAIln0wBeBdcpJYbzPs1qipsb/FssnkUioNXuRsb8ZnU8YEQHr+3v8+/mzWSnTQmg==
|
|
@@ -2105,6 +2164,22 @@
|
|
|
2105
2164
|
picocolors "^1.1.1"
|
|
2106
2165
|
vite-prerender-plugin "^0.5.8"
|
|
2107
2166
|
|
|
2167
|
+
"@preact/preset-vite@^2.10.5":
|
|
2168
|
+
version "2.10.5"
|
|
2169
|
+
resolved "https://registry.yarnpkg.com/@preact/preset-vite/-/preset-vite-2.10.5.tgz#a0c332d42ad3471bb84310a5b270326115cfa301"
|
|
2170
|
+
integrity sha512-p0vJpxiVO7KWWazWny3LUZ+saXyZKWv6Ju0bYMWNJRp2YveufRPgSUB1C4MTqGJfz07EehMgfN+AJNwQy+w6Iw==
|
|
2171
|
+
dependencies:
|
|
2172
|
+
"@babel/plugin-transform-react-jsx" "^7.27.1"
|
|
2173
|
+
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
|
|
2174
|
+
"@prefresh/vite" "^2.4.11"
|
|
2175
|
+
"@rollup/pluginutils" "^5.0.0"
|
|
2176
|
+
babel-plugin-transform-hook-names "^1.0.2"
|
|
2177
|
+
debug "^4.4.3"
|
|
2178
|
+
magic-string "^0.30.21"
|
|
2179
|
+
picocolors "^1.1.1"
|
|
2180
|
+
vite-prerender-plugin "^0.5.8"
|
|
2181
|
+
zimmerframe "^1.1.4"
|
|
2182
|
+
|
|
2108
2183
|
"@preact/signals-core@^1.13.0":
|
|
2109
2184
|
version "1.13.0"
|
|
2110
2185
|
resolved "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.13.0.tgz"
|
|
@@ -2143,56 +2218,123 @@
|
|
|
2143
2218
|
"@prefresh/utils" "^1.2.0"
|
|
2144
2219
|
"@rollup/pluginutils" "^4.2.1"
|
|
2145
2220
|
|
|
2221
|
+
"@rolldown/binding-android-arm64@1.0.0-rc.12":
|
|
2222
|
+
version "1.0.0-rc.12"
|
|
2223
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.12.tgz#4e6af08b89da02596cc5da4b105082b68673ffec"
|
|
2224
|
+
integrity sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==
|
|
2225
|
+
|
|
2146
2226
|
"@rolldown/binding-android-arm64@1.0.0-rc.4":
|
|
2147
2227
|
version "1.0.0-rc.4"
|
|
2148
2228
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.4.tgz#bb275690413cd0109d49ba5dd4491e1c0296ad0e"
|
|
2149
2229
|
integrity sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==
|
|
2150
2230
|
|
|
2231
|
+
"@rolldown/binding-darwin-arm64@1.0.0-rc.12":
|
|
2232
|
+
version "1.0.0-rc.12"
|
|
2233
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.12.tgz#a06890f4c9b48ff0fc97edbedfc762bef7cffd73"
|
|
2234
|
+
integrity sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==
|
|
2235
|
+
|
|
2151
2236
|
"@rolldown/binding-darwin-arm64@1.0.0-rc.4":
|
|
2152
2237
|
version "1.0.0-rc.4"
|
|
2153
2238
|
resolved "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.4.tgz"
|
|
2154
2239
|
integrity sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==
|
|
2155
2240
|
|
|
2241
|
+
"@rolldown/binding-darwin-x64@1.0.0-rc.12":
|
|
2242
|
+
version "1.0.0-rc.12"
|
|
2243
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.12.tgz#eddf6aa3ed3509171fe21711f1e8ec8e0fd7ec49"
|
|
2244
|
+
integrity sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==
|
|
2245
|
+
|
|
2156
2246
|
"@rolldown/binding-darwin-x64@1.0.0-rc.4":
|
|
2157
2247
|
version "1.0.0-rc.4"
|
|
2158
2248
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.4.tgz#5c1411b969c26ffd88b661b1a38bafcf1519a431"
|
|
2159
2249
|
integrity sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==
|
|
2160
2250
|
|
|
2251
|
+
"@rolldown/binding-freebsd-x64@1.0.0-rc.12":
|
|
2252
|
+
version "1.0.0-rc.12"
|
|
2253
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.12.tgz#2102dfed19fd1f1b53435fcaaf0bc61129a266a3"
|
|
2254
|
+
integrity sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==
|
|
2255
|
+
|
|
2161
2256
|
"@rolldown/binding-freebsd-x64@1.0.0-rc.4":
|
|
2162
2257
|
version "1.0.0-rc.4"
|
|
2163
2258
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.4.tgz#5b06b2792df246bb3fcc64630bd92af9feff3f87"
|
|
2164
2259
|
integrity sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==
|
|
2165
2260
|
|
|
2261
|
+
"@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12":
|
|
2262
|
+
version "1.0.0-rc.12"
|
|
2263
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.12.tgz#b2c13f40e990fd1e1935492850536c768c961a0f"
|
|
2264
|
+
integrity sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==
|
|
2265
|
+
|
|
2166
2266
|
"@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4":
|
|
2167
2267
|
version "1.0.0-rc.4"
|
|
2168
2268
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.4.tgz#93d9a3259cc41054425c8134d8ba41c9f92984f1"
|
|
2169
2269
|
integrity sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==
|
|
2170
2270
|
|
|
2271
|
+
"@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12":
|
|
2272
|
+
version "1.0.0-rc.12"
|
|
2273
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.12.tgz#32ca9f77c1e76b2913b3d53d2029dc171c0532d6"
|
|
2274
|
+
integrity sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==
|
|
2275
|
+
|
|
2171
2276
|
"@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4":
|
|
2172
2277
|
version "1.0.0-rc.4"
|
|
2173
2278
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.4.tgz#aa9e8f5b3874dc29bf54940eb55cb23274956e32"
|
|
2174
2279
|
integrity sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==
|
|
2175
2280
|
|
|
2281
|
+
"@rolldown/binding-linux-arm64-musl@1.0.0-rc.12":
|
|
2282
|
+
version "1.0.0-rc.12"
|
|
2283
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.12.tgz#f4337ddd52f0ed3ada2105b59ee1b757a2c4858c"
|
|
2284
|
+
integrity sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==
|
|
2285
|
+
|
|
2176
2286
|
"@rolldown/binding-linux-arm64-musl@1.0.0-rc.4":
|
|
2177
2287
|
version "1.0.0-rc.4"
|
|
2178
2288
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.4.tgz#e3b56288dcb2ba9219c3e3ff62bf0395c0dc9de4"
|
|
2179
2289
|
integrity sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==
|
|
2180
2290
|
|
|
2291
|
+
"@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12":
|
|
2292
|
+
version "1.0.0-rc.12"
|
|
2293
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.12.tgz#22fdd14cb00ee8208c28a39bab7f28860ec6705d"
|
|
2294
|
+
integrity sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==
|
|
2295
|
+
|
|
2296
|
+
"@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12":
|
|
2297
|
+
version "1.0.0-rc.12"
|
|
2298
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.12.tgz#838215096d1de6d3d509e0410801cb7cda8161ff"
|
|
2299
|
+
integrity sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==
|
|
2300
|
+
|
|
2301
|
+
"@rolldown/binding-linux-x64-gnu@1.0.0-rc.12":
|
|
2302
|
+
version "1.0.0-rc.12"
|
|
2303
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.12.tgz#f7d71d97f6bd43198596b26dc2cb364586e12673"
|
|
2304
|
+
integrity sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==
|
|
2305
|
+
|
|
2181
2306
|
"@rolldown/binding-linux-x64-gnu@1.0.0-rc.4":
|
|
2182
2307
|
version "1.0.0-rc.4"
|
|
2183
2308
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.4.tgz#003570df20ba503ed71f052d1b201535fd6a217d"
|
|
2184
2309
|
integrity sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==
|
|
2185
2310
|
|
|
2311
|
+
"@rolldown/binding-linux-x64-musl@1.0.0-rc.12":
|
|
2312
|
+
version "1.0.0-rc.12"
|
|
2313
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.12.tgz#a2ca737f01b0ad620c4c404ca176ea3e3ad804c3"
|
|
2314
|
+
integrity sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==
|
|
2315
|
+
|
|
2186
2316
|
"@rolldown/binding-linux-x64-musl@1.0.0-rc.4":
|
|
2187
2317
|
version "1.0.0-rc.4"
|
|
2188
2318
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.4.tgz#e1e22ee0b8913e45bf769291a7c7db57aa20b7fe"
|
|
2189
2319
|
integrity sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==
|
|
2190
2320
|
|
|
2321
|
+
"@rolldown/binding-openharmony-arm64@1.0.0-rc.12":
|
|
2322
|
+
version "1.0.0-rc.12"
|
|
2323
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.12.tgz#f66317e29eafcc300bed7af8dddac26ab3b1bf82"
|
|
2324
|
+
integrity sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==
|
|
2325
|
+
|
|
2191
2326
|
"@rolldown/binding-openharmony-arm64@1.0.0-rc.4":
|
|
2192
2327
|
version "1.0.0-rc.4"
|
|
2193
2328
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.4.tgz#494ee66307a2b1192f24d6876564c1300ec90241"
|
|
2194
2329
|
integrity sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==
|
|
2195
2330
|
|
|
2331
|
+
"@rolldown/binding-wasm32-wasi@1.0.0-rc.12":
|
|
2332
|
+
version "1.0.0-rc.12"
|
|
2333
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.12.tgz#8825523fdffa1f1dc4683be9650ffaa9e4a77f04"
|
|
2334
|
+
integrity sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==
|
|
2335
|
+
dependencies:
|
|
2336
|
+
"@napi-rs/wasm-runtime" "^1.1.1"
|
|
2337
|
+
|
|
2196
2338
|
"@rolldown/binding-wasm32-wasi@1.0.0-rc.4":
|
|
2197
2339
|
version "1.0.0-rc.4"
|
|
2198
2340
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.4.tgz#dc98418ee2e5668f7dcc4bf4155523a079b34a80"
|
|
@@ -2200,11 +2342,21 @@
|
|
|
2200
2342
|
dependencies:
|
|
2201
2343
|
"@napi-rs/wasm-runtime" "^1.1.1"
|
|
2202
2344
|
|
|
2345
|
+
"@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12":
|
|
2346
|
+
version "1.0.0-rc.12"
|
|
2347
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.12.tgz#4f3a17e3d68a58309c27c0930b0f7986ccabef47"
|
|
2348
|
+
integrity sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==
|
|
2349
|
+
|
|
2203
2350
|
"@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4":
|
|
2204
2351
|
version "1.0.0-rc.4"
|
|
2205
2352
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.4.tgz#a294ee643275bb099c1128ad294bd6101bae1eca"
|
|
2206
2353
|
integrity sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==
|
|
2207
2354
|
|
|
2355
|
+
"@rolldown/binding-win32-x64-msvc@1.0.0-rc.12":
|
|
2356
|
+
version "1.0.0-rc.12"
|
|
2357
|
+
resolved "https://registry.yarnpkg.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.12.tgz#d762765d5660598a96b570b513f535c151272985"
|
|
2358
|
+
integrity sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==
|
|
2359
|
+
|
|
2208
2360
|
"@rolldown/binding-win32-x64-msvc@1.0.0-rc.4":
|
|
2209
2361
|
version "1.0.0-rc.4"
|
|
2210
2362
|
resolved "https://registry.yarnpkg.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.4.tgz#b9248d23625f6f59ec1af0b3140706cba6afc36c"
|
|
@@ -2215,21 +2367,26 @@
|
|
|
2215
2367
|
resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz"
|
|
2216
2368
|
integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==
|
|
2217
2369
|
|
|
2370
|
+
"@rolldown/pluginutils@1.0.0-rc.12":
|
|
2371
|
+
version "1.0.0-rc.12"
|
|
2372
|
+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.12.tgz#74163aec62fa51cee18d62709483963dceb3f6dc"
|
|
2373
|
+
integrity sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==
|
|
2374
|
+
|
|
2218
2375
|
"@rolldown/pluginutils@1.0.0-rc.2", "@rolldown/pluginutils@^1.0.0-beta.9":
|
|
2219
2376
|
version "1.0.0-rc.2"
|
|
2220
2377
|
resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz"
|
|
2221
2378
|
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
|
|
2222
2379
|
|
|
2223
|
-
"@rolldown/pluginutils@1.0.0-rc.3":
|
|
2224
|
-
version "1.0.0-rc.3"
|
|
2225
|
-
resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz"
|
|
2226
|
-
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
|
|
2227
|
-
|
|
2228
2380
|
"@rolldown/pluginutils@1.0.0-rc.4":
|
|
2229
2381
|
version "1.0.0-rc.4"
|
|
2230
2382
|
resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.4.tgz"
|
|
2231
2383
|
integrity sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==
|
|
2232
2384
|
|
|
2385
|
+
"@rolldown/pluginutils@1.0.0-rc.7":
|
|
2386
|
+
version "1.0.0-rc.7"
|
|
2387
|
+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz#0414869467f0e471a6515d4f506c85fde867e022"
|
|
2388
|
+
integrity sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==
|
|
2389
|
+
|
|
2233
2390
|
"@rollup/pluginutils@^4.2.1":
|
|
2234
2391
|
version "4.2.1"
|
|
2235
2392
|
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz"
|
|
@@ -2377,13 +2534,13 @@
|
|
|
2377
2534
|
resolved "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz"
|
|
2378
2535
|
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
|
|
2379
2536
|
|
|
2380
|
-
"@schematics/angular@21.2.
|
|
2381
|
-
version "21.2.
|
|
2382
|
-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-21.2.
|
|
2383
|
-
integrity sha512-
|
|
2537
|
+
"@schematics/angular@21.2.5":
|
|
2538
|
+
version "21.2.5"
|
|
2539
|
+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-21.2.5.tgz#76dc0ebc0a85c77682d2a8276cc62180b5989bcc"
|
|
2540
|
+
integrity sha512-orOiXcG86t34ejqbkm7ZHEkGfwTU/ySYFgY7BOQdaYFCoNQXxtU87fZoHckJ2xYpVitoKTvbf1bxDDphXb3ycw==
|
|
2384
2541
|
dependencies:
|
|
2385
|
-
"@angular-devkit/core" "21.2.
|
|
2386
|
-
"@angular-devkit/schematics" "21.2.
|
|
2542
|
+
"@angular-devkit/core" "21.2.5"
|
|
2543
|
+
"@angular-devkit/schematics" "21.2.5"
|
|
2387
2544
|
jsonc-parser "3.3.1"
|
|
2388
2545
|
|
|
2389
2546
|
"@sec-ant/readable-stream@^0.4.1":
|
|
@@ -2496,9 +2653,21 @@
|
|
|
2496
2653
|
resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz"
|
|
2497
2654
|
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
|
|
2498
2655
|
|
|
2499
|
-
"@
|
|
2656
|
+
"@solidity-parser/parser@^0.20.2":
|
|
2657
|
+
version "0.20.2"
|
|
2658
|
+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.2.tgz#e07053488ed60dae1b54f6fe37bb6d2c5fe146a7"
|
|
2659
|
+
integrity sha512-rbu0bzwNvMcwAjH86hiEAcOeRI2EeK8zCkHDrFykh/Al8mvJeFmjy3UrE7GYQjNwOgbGUUtCn5/k8CB8zIu7QA==
|
|
2660
|
+
|
|
2661
|
+
"@solidjs/testing-library@^0.8.10":
|
|
2662
|
+
version "0.8.10"
|
|
2663
|
+
resolved "https://registry.yarnpkg.com/@solidjs/testing-library/-/testing-library-0.8.10.tgz#26cb611ef18cf6557e6857c26f73a9c211756d60"
|
|
2664
|
+
integrity sha512-qdeuIerwyq7oQTIrrKvV0aL9aFeuwTd86VYD3afdq5HYEwoox1OBTJy4y8A3TFZr8oAR0nujYgCzY/8wgHGfeQ==
|
|
2665
|
+
dependencies:
|
|
2666
|
+
"@testing-library/dom" "^10.4.0"
|
|
2667
|
+
|
|
2668
|
+
"@standard-schema/spec@^1.1.0":
|
|
2500
2669
|
version "1.1.0"
|
|
2501
|
-
resolved "https://registry.
|
|
2670
|
+
resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.1.0.tgz#a79b55dbaf8604812f52d140b2c9ab41bc150bb8"
|
|
2502
2671
|
integrity sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==
|
|
2503
2672
|
|
|
2504
2673
|
"@sveltejs/acorn-typescript@^1.0.5":
|
|
@@ -2513,13 +2682,6 @@
|
|
|
2513
2682
|
dependencies:
|
|
2514
2683
|
debug "^4.3.7"
|
|
2515
2684
|
|
|
2516
|
-
"@sveltejs/vite-plugin-svelte-inspector@^5.0.0":
|
|
2517
|
-
version "5.0.2"
|
|
2518
|
-
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-5.0.2.tgz"
|
|
2519
|
-
integrity sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==
|
|
2520
|
-
dependencies:
|
|
2521
|
-
obug "^2.1.0"
|
|
2522
|
-
|
|
2523
2685
|
"@sveltejs/vite-plugin-svelte@^5.1.1":
|
|
2524
2686
|
version "5.1.1"
|
|
2525
2687
|
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-5.1.1.tgz"
|
|
@@ -2532,27 +2694,26 @@
|
|
|
2532
2694
|
magic-string "^0.30.17"
|
|
2533
2695
|
vitefu "^1.0.6"
|
|
2534
2696
|
|
|
2535
|
-
"@sveltejs/vite-plugin-svelte@^
|
|
2536
|
-
version "
|
|
2537
|
-
resolved "https://registry.
|
|
2538
|
-
integrity sha512-
|
|
2697
|
+
"@sveltejs/vite-plugin-svelte@^7.0.0":
|
|
2698
|
+
version "7.0.0"
|
|
2699
|
+
resolved "https://registry.yarnpkg.com/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-7.0.0.tgz#a291a0e3b8cc6e2509e2b9a3a7b1c7146505a6a7"
|
|
2700
|
+
integrity sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==
|
|
2539
2701
|
dependencies:
|
|
2540
|
-
"@sveltejs/vite-plugin-svelte-inspector" "^5.0.0"
|
|
2541
2702
|
deepmerge "^4.3.1"
|
|
2542
2703
|
magic-string "^0.30.21"
|
|
2543
2704
|
obug "^2.1.0"
|
|
2544
|
-
vitefu "^1.1.
|
|
2705
|
+
vitefu "^1.1.2"
|
|
2545
2706
|
|
|
2546
|
-
"@testing-library/angular@^19.1.
|
|
2547
|
-
version "19.1
|
|
2548
|
-
resolved "https://registry.
|
|
2549
|
-
integrity sha512-
|
|
2707
|
+
"@testing-library/angular@^19.1.10":
|
|
2708
|
+
version "19.2.1"
|
|
2709
|
+
resolved "https://registry.yarnpkg.com/@testing-library/angular/-/angular-19.2.1.tgz#ca9b990dd0d8465556ffd5f73a76a4886bf66706"
|
|
2710
|
+
integrity sha512-COWnkcTKFwb4fReLlInNATH1cPYmujWINnVMXdy0oJHidz0XIrdJopx/jwCBDIAgD4qtz+wEDsUWM4gI78Hakw==
|
|
2550
2711
|
dependencies:
|
|
2551
2712
|
tslib "^2.3.1"
|
|
2552
2713
|
|
|
2553
|
-
"@testing-library/dom@9.x.x || 10.x.x", "@testing-library/dom@^10.4.1":
|
|
2714
|
+
"@testing-library/dom@9.x.x || 10.x.x", "@testing-library/dom@^10.4.0", "@testing-library/dom@^10.4.1":
|
|
2554
2715
|
version "10.4.1"
|
|
2555
|
-
resolved "https://registry.
|
|
2716
|
+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
|
|
2556
2717
|
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
|
|
2557
2718
|
dependencies:
|
|
2558
2719
|
"@babel/code-frame" "^7.10.4"
|
|
@@ -2700,7 +2861,7 @@
|
|
|
2700
2861
|
resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
|
|
2701
2862
|
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
|
|
2702
2863
|
|
|
2703
|
-
"@types/babel__core@^7.20.5":
|
|
2864
|
+
"@types/babel__core@^7.20.4", "@types/babel__core@^7.20.5":
|
|
2704
2865
|
version "7.20.5"
|
|
2705
2866
|
resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz"
|
|
2706
2867
|
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
|
|
@@ -2785,6 +2946,11 @@
|
|
|
2785
2946
|
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
|
|
2786
2947
|
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
|
2787
2948
|
|
|
2949
|
+
"@types/katex@^0.16.0":
|
|
2950
|
+
version "0.16.8"
|
|
2951
|
+
resolved "https://registry.yarnpkg.com/@types/katex/-/katex-0.16.8.tgz#80bf3e0814d09a846412a0b0f140946b79c36c3e"
|
|
2952
|
+
integrity sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==
|
|
2953
|
+
|
|
2788
2954
|
"@types/mdast@^4.0.0":
|
|
2789
2955
|
version "4.0.4"
|
|
2790
2956
|
resolved "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz"
|
|
@@ -2811,10 +2977,10 @@
|
|
|
2811
2977
|
dependencies:
|
|
2812
2978
|
undici-types "~7.18.0"
|
|
2813
2979
|
|
|
2814
|
-
"@types/node@^25.
|
|
2815
|
-
version "25.
|
|
2816
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.
|
|
2817
|
-
integrity sha512-
|
|
2980
|
+
"@types/node@^25.5.0":
|
|
2981
|
+
version "25.5.0"
|
|
2982
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.0.tgz#5c99f37c443d9ccc4985866913f1ed364217da31"
|
|
2983
|
+
integrity sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==
|
|
2818
2984
|
dependencies:
|
|
2819
2985
|
undici-types "~7.18.0"
|
|
2820
2986
|
|
|
@@ -2852,29 +3018,29 @@
|
|
|
2852
3018
|
dependencies:
|
|
2853
3019
|
"@types/node" "*"
|
|
2854
3020
|
|
|
2855
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
2856
|
-
version "8.
|
|
2857
|
-
resolved "https://registry.
|
|
2858
|
-
integrity sha512-
|
|
3021
|
+
"@typescript-eslint/eslint-plugin@8.57.2":
|
|
3022
|
+
version "8.57.2"
|
|
3023
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
|
|
3024
|
+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
|
|
2859
3025
|
dependencies:
|
|
2860
3026
|
"@eslint-community/regexpp" "^4.12.2"
|
|
2861
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2862
|
-
"@typescript-eslint/type-utils" "8.
|
|
2863
|
-
"@typescript-eslint/utils" "8.
|
|
2864
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3027
|
+
"@typescript-eslint/scope-manager" "8.57.2"
|
|
3028
|
+
"@typescript-eslint/type-utils" "8.57.2"
|
|
3029
|
+
"@typescript-eslint/utils" "8.57.2"
|
|
3030
|
+
"@typescript-eslint/visitor-keys" "8.57.2"
|
|
2865
3031
|
ignore "^7.0.5"
|
|
2866
3032
|
natural-compare "^1.4.0"
|
|
2867
3033
|
ts-api-utils "^2.4.0"
|
|
2868
3034
|
|
|
2869
|
-
"@typescript-eslint/parser@8.
|
|
2870
|
-
version "8.
|
|
2871
|
-
resolved "https://registry.
|
|
2872
|
-
integrity sha512-
|
|
3035
|
+
"@typescript-eslint/parser@8.57.2":
|
|
3036
|
+
version "8.57.2"
|
|
3037
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
|
|
3038
|
+
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
|
|
2873
3039
|
dependencies:
|
|
2874
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2875
|
-
"@typescript-eslint/types" "8.
|
|
2876
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2877
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
3040
|
+
"@typescript-eslint/scope-manager" "8.57.2"
|
|
3041
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3042
|
+
"@typescript-eslint/typescript-estree" "8.57.2"
|
|
3043
|
+
"@typescript-eslint/visitor-keys" "8.57.2"
|
|
2878
3044
|
debug "^4.4.3"
|
|
2879
3045
|
|
|
2880
3046
|
"@typescript-eslint/project-service@8.56.1":
|
|
@@ -2886,6 +3052,15 @@
|
|
|
2886
3052
|
"@typescript-eslint/types" "^8.56.1"
|
|
2887
3053
|
debug "^4.4.3"
|
|
2888
3054
|
|
|
3055
|
+
"@typescript-eslint/project-service@8.57.2":
|
|
3056
|
+
version "8.57.2"
|
|
3057
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
|
|
3058
|
+
integrity sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==
|
|
3059
|
+
dependencies:
|
|
3060
|
+
"@typescript-eslint/tsconfig-utils" "^8.57.2"
|
|
3061
|
+
"@typescript-eslint/types" "^8.57.2"
|
|
3062
|
+
debug "^4.4.3"
|
|
3063
|
+
|
|
2889
3064
|
"@typescript-eslint/scope-manager@8.56.1", "@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0", "@typescript-eslint/scope-manager@^8.56.0":
|
|
2890
3065
|
version "8.56.1"
|
|
2891
3066
|
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz"
|
|
@@ -2894,19 +3069,32 @@
|
|
|
2894
3069
|
"@typescript-eslint/types" "8.56.1"
|
|
2895
3070
|
"@typescript-eslint/visitor-keys" "8.56.1"
|
|
2896
3071
|
|
|
3072
|
+
"@typescript-eslint/scope-manager@8.57.2":
|
|
3073
|
+
version "8.57.2"
|
|
3074
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
|
|
3075
|
+
integrity sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==
|
|
3076
|
+
dependencies:
|
|
3077
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3078
|
+
"@typescript-eslint/visitor-keys" "8.57.2"
|
|
3079
|
+
|
|
2897
3080
|
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
|
|
2898
3081
|
version "8.56.1"
|
|
2899
3082
|
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz"
|
|
2900
3083
|
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
|
|
2901
3084
|
|
|
2902
|
-
"@typescript-eslint/
|
|
2903
|
-
version "8.
|
|
2904
|
-
resolved "https://registry.
|
|
2905
|
-
integrity sha512-
|
|
3085
|
+
"@typescript-eslint/tsconfig-utils@8.57.2", "@typescript-eslint/tsconfig-utils@^8.57.2":
|
|
3086
|
+
version "8.57.2"
|
|
3087
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
|
|
3088
|
+
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
|
|
3089
|
+
|
|
3090
|
+
"@typescript-eslint/type-utils@8.57.2":
|
|
3091
|
+
version "8.57.2"
|
|
3092
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
|
|
3093
|
+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
|
|
2906
3094
|
dependencies:
|
|
2907
|
-
"@typescript-eslint/types" "8.
|
|
2908
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2909
|
-
"@typescript-eslint/utils" "8.
|
|
3095
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3096
|
+
"@typescript-eslint/typescript-estree" "8.57.2"
|
|
3097
|
+
"@typescript-eslint/utils" "8.57.2"
|
|
2910
3098
|
debug "^4.4.3"
|
|
2911
3099
|
ts-api-utils "^2.4.0"
|
|
2912
3100
|
|
|
@@ -2915,6 +3103,11 @@
|
|
|
2915
3103
|
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz"
|
|
2916
3104
|
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
|
|
2917
3105
|
|
|
3106
|
+
"@typescript-eslint/types@8.57.2", "@typescript-eslint/types@^8.57.2":
|
|
3107
|
+
version "8.57.2"
|
|
3108
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
|
|
3109
|
+
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
|
|
3110
|
+
|
|
2918
3111
|
"@typescript-eslint/typescript-estree@8.56.1":
|
|
2919
3112
|
version "8.56.1"
|
|
2920
3113
|
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz"
|
|
@@ -2930,7 +3123,32 @@
|
|
|
2930
3123
|
tinyglobby "^0.2.15"
|
|
2931
3124
|
ts-api-utils "^2.4.0"
|
|
2932
3125
|
|
|
2933
|
-
"@typescript-eslint/
|
|
3126
|
+
"@typescript-eslint/typescript-estree@8.57.2":
|
|
3127
|
+
version "8.57.2"
|
|
3128
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz#432e61a6cf2ab565837da387e5262c159672abea"
|
|
3129
|
+
integrity sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==
|
|
3130
|
+
dependencies:
|
|
3131
|
+
"@typescript-eslint/project-service" "8.57.2"
|
|
3132
|
+
"@typescript-eslint/tsconfig-utils" "8.57.2"
|
|
3133
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3134
|
+
"@typescript-eslint/visitor-keys" "8.57.2"
|
|
3135
|
+
debug "^4.4.3"
|
|
3136
|
+
minimatch "^10.2.2"
|
|
3137
|
+
semver "^7.7.3"
|
|
3138
|
+
tinyglobby "^0.2.15"
|
|
3139
|
+
ts-api-utils "^2.4.0"
|
|
3140
|
+
|
|
3141
|
+
"@typescript-eslint/utils@8.57.2", "@typescript-eslint/utils@^7.13.1 || ^8.0.0", "@typescript-eslint/utils@^8.57.1":
|
|
3142
|
+
version "8.57.2"
|
|
3143
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
|
|
3144
|
+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
|
|
3145
|
+
dependencies:
|
|
3146
|
+
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3147
|
+
"@typescript-eslint/scope-manager" "8.57.2"
|
|
3148
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3149
|
+
"@typescript-eslint/typescript-estree" "8.57.2"
|
|
3150
|
+
|
|
3151
|
+
"@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.56.0":
|
|
2934
3152
|
version "8.56.1"
|
|
2935
3153
|
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.56.1.tgz"
|
|
2936
3154
|
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
|
|
@@ -2948,6 +3166,14 @@
|
|
|
2948
3166
|
"@typescript-eslint/types" "8.56.1"
|
|
2949
3167
|
eslint-visitor-keys "^5.0.0"
|
|
2950
3168
|
|
|
3169
|
+
"@typescript-eslint/visitor-keys@8.57.2":
|
|
3170
|
+
version "8.57.2"
|
|
3171
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz#a5c9605774247336c0412beb7dc288ab2a07c11e"
|
|
3172
|
+
integrity sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==
|
|
3173
|
+
dependencies:
|
|
3174
|
+
"@typescript-eslint/types" "8.57.2"
|
|
3175
|
+
eslint-visitor-keys "^5.0.0"
|
|
3176
|
+
|
|
2951
3177
|
"@ungap/structured-clone@^1.0.0":
|
|
2952
3178
|
version "1.3.0"
|
|
2953
3179
|
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz"
|
|
@@ -2970,17 +3196,12 @@
|
|
|
2970
3196
|
"@types/babel__core" "^7.20.5"
|
|
2971
3197
|
react-refresh "^0.17.0"
|
|
2972
3198
|
|
|
2973
|
-
"@vitejs/plugin-react@^
|
|
2974
|
-
version "
|
|
2975
|
-
resolved "https://registry.
|
|
2976
|
-
integrity sha512-
|
|
3199
|
+
"@vitejs/plugin-react@^6.0.1":
|
|
3200
|
+
version "6.0.1"
|
|
3201
|
+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz#d9113b71a0a592714913eafd9e5e63bcafd0ff15"
|
|
3202
|
+
integrity sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==
|
|
2977
3203
|
dependencies:
|
|
2978
|
-
"@
|
|
2979
|
-
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
|
|
2980
|
-
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
|
|
2981
|
-
"@rolldown/pluginutils" "1.0.0-rc.3"
|
|
2982
|
-
"@types/babel__core" "^7.20.5"
|
|
2983
|
-
react-refresh "^0.18.0"
|
|
3204
|
+
"@rolldown/pluginutils" "1.0.0-rc.7"
|
|
2984
3205
|
|
|
2985
3206
|
"@vitejs/plugin-vue-jsx@^4.2.0":
|
|
2986
3207
|
version "4.2.0"
|
|
@@ -2997,70 +3218,72 @@
|
|
|
2997
3218
|
resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz"
|
|
2998
3219
|
integrity sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==
|
|
2999
3220
|
|
|
3000
|
-
"@vitejs/plugin-vue@^6.0.
|
|
3001
|
-
version "6.0.
|
|
3002
|
-
resolved "https://registry.
|
|
3003
|
-
integrity sha512-
|
|
3221
|
+
"@vitejs/plugin-vue@^6.0.5":
|
|
3222
|
+
version "6.0.5"
|
|
3223
|
+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz#20ebb46c4da069753d9cfb1309c4334213cc3f7b"
|
|
3224
|
+
integrity sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==
|
|
3004
3225
|
dependencies:
|
|
3005
3226
|
"@rolldown/pluginutils" "1.0.0-rc.2"
|
|
3006
3227
|
|
|
3007
|
-
"@vitest/expect@4.
|
|
3008
|
-
version "4.
|
|
3009
|
-
resolved "https://registry.
|
|
3010
|
-
integrity sha512-
|
|
3228
|
+
"@vitest/expect@4.1.2":
|
|
3229
|
+
version "4.1.2"
|
|
3230
|
+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.1.2.tgz#2aec02233db4eac14777e6a7d14a535c63ae2d9b"
|
|
3231
|
+
integrity sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==
|
|
3011
3232
|
dependencies:
|
|
3012
|
-
"@standard-schema/spec" "^1.
|
|
3233
|
+
"@standard-schema/spec" "^1.1.0"
|
|
3013
3234
|
"@types/chai" "^5.2.2"
|
|
3014
|
-
"@vitest/spy" "4.
|
|
3015
|
-
"@vitest/utils" "4.
|
|
3016
|
-
chai "^6.2.
|
|
3017
|
-
tinyrainbow "^3.0
|
|
3235
|
+
"@vitest/spy" "4.1.2"
|
|
3236
|
+
"@vitest/utils" "4.1.2"
|
|
3237
|
+
chai "^6.2.2"
|
|
3238
|
+
tinyrainbow "^3.1.0"
|
|
3018
3239
|
|
|
3019
|
-
"@vitest/mocker@4.
|
|
3020
|
-
version "4.
|
|
3021
|
-
resolved "https://registry.
|
|
3022
|
-
integrity sha512-
|
|
3240
|
+
"@vitest/mocker@4.1.2":
|
|
3241
|
+
version "4.1.2"
|
|
3242
|
+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-4.1.2.tgz#3f23523697f9ab9e851b58b2213c4ab6181aa0e6"
|
|
3243
|
+
integrity sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==
|
|
3023
3244
|
dependencies:
|
|
3024
|
-
"@vitest/spy" "4.
|
|
3245
|
+
"@vitest/spy" "4.1.2"
|
|
3025
3246
|
estree-walker "^3.0.3"
|
|
3026
3247
|
magic-string "^0.30.21"
|
|
3027
3248
|
|
|
3028
|
-
"@vitest/pretty-format@4.
|
|
3029
|
-
version "4.
|
|
3030
|
-
resolved "https://registry.
|
|
3031
|
-
integrity sha512-
|
|
3249
|
+
"@vitest/pretty-format@4.1.2":
|
|
3250
|
+
version "4.1.2"
|
|
3251
|
+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.1.2.tgz#c2671aa1c931dc8f2759589fc87ea4b2602892c5"
|
|
3252
|
+
integrity sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==
|
|
3032
3253
|
dependencies:
|
|
3033
|
-
tinyrainbow "^3.0
|
|
3254
|
+
tinyrainbow "^3.1.0"
|
|
3034
3255
|
|
|
3035
|
-
"@vitest/runner@4.
|
|
3036
|
-
version "4.
|
|
3037
|
-
resolved "https://registry.
|
|
3038
|
-
integrity sha512-
|
|
3256
|
+
"@vitest/runner@4.1.2":
|
|
3257
|
+
version "4.1.2"
|
|
3258
|
+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-4.1.2.tgz#6f744fa0d92d31f4c8c255b64bbe073cb75fd96e"
|
|
3259
|
+
integrity sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==
|
|
3039
3260
|
dependencies:
|
|
3040
|
-
"@vitest/utils" "4.
|
|
3261
|
+
"@vitest/utils" "4.1.2"
|
|
3041
3262
|
pathe "^2.0.3"
|
|
3042
3263
|
|
|
3043
|
-
"@vitest/snapshot@4.
|
|
3044
|
-
version "4.
|
|
3045
|
-
resolved "https://registry.
|
|
3046
|
-
integrity sha512-
|
|
3264
|
+
"@vitest/snapshot@4.1.2":
|
|
3265
|
+
version "4.1.2"
|
|
3266
|
+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-4.1.2.tgz#3972b8ed7a311133e12cb833bf86463d26cdd455"
|
|
3267
|
+
integrity sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==
|
|
3047
3268
|
dependencies:
|
|
3048
|
-
"@vitest/pretty-format" "4.
|
|
3269
|
+
"@vitest/pretty-format" "4.1.2"
|
|
3270
|
+
"@vitest/utils" "4.1.2"
|
|
3049
3271
|
magic-string "^0.30.21"
|
|
3050
3272
|
pathe "^2.0.3"
|
|
3051
3273
|
|
|
3052
|
-
"@vitest/spy@4.
|
|
3053
|
-
version "4.
|
|
3054
|
-
resolved "https://registry.
|
|
3055
|
-
integrity sha512-
|
|
3274
|
+
"@vitest/spy@4.1.2":
|
|
3275
|
+
version "4.1.2"
|
|
3276
|
+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.1.2.tgz#1f312cef5756256639b4c0614f74c8ad9a036ef9"
|
|
3277
|
+
integrity sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==
|
|
3056
3278
|
|
|
3057
|
-
"@vitest/utils@4.
|
|
3058
|
-
version "4.
|
|
3059
|
-
resolved "https://registry.
|
|
3060
|
-
integrity sha512-
|
|
3279
|
+
"@vitest/utils@4.1.2":
|
|
3280
|
+
version "4.1.2"
|
|
3281
|
+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.1.2.tgz#32be8f42eb6683a598b1c61d7ec9f55596c60ecb"
|
|
3282
|
+
integrity sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==
|
|
3061
3283
|
dependencies:
|
|
3062
|
-
"@vitest/pretty-format" "4.
|
|
3063
|
-
|
|
3284
|
+
"@vitest/pretty-format" "4.1.2"
|
|
3285
|
+
convert-source-map "^2.0.0"
|
|
3286
|
+
tinyrainbow "^3.1.0"
|
|
3064
3287
|
|
|
3065
3288
|
"@vue/babel-helper-vue-transform-on@1.5.0":
|
|
3066
3289
|
version "1.5.0"
|
|
@@ -3104,6 +3327,17 @@
|
|
|
3104
3327
|
estree-walker "^2.0.2"
|
|
3105
3328
|
source-map-js "^1.2.1"
|
|
3106
3329
|
|
|
3330
|
+
"@vue/compiler-core@3.5.31":
|
|
3331
|
+
version "3.5.31"
|
|
3332
|
+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.31.tgz#db20d99eb3e8e9ce3c008b8cc79bdb7dab3dfe61"
|
|
3333
|
+
integrity sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==
|
|
3334
|
+
dependencies:
|
|
3335
|
+
"@babel/parser" "^7.29.2"
|
|
3336
|
+
"@vue/shared" "3.5.31"
|
|
3337
|
+
entities "^7.0.1"
|
|
3338
|
+
estree-walker "^2.0.2"
|
|
3339
|
+
source-map-js "^1.2.1"
|
|
3340
|
+
|
|
3107
3341
|
"@vue/compiler-dom@3.5.29", "@vue/compiler-dom@^3.3.4":
|
|
3108
3342
|
version "3.5.29"
|
|
3109
3343
|
resolved "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz"
|
|
@@ -3112,7 +3346,30 @@
|
|
|
3112
3346
|
"@vue/compiler-core" "3.5.29"
|
|
3113
3347
|
"@vue/shared" "3.5.29"
|
|
3114
3348
|
|
|
3115
|
-
"@vue/compiler-
|
|
3349
|
+
"@vue/compiler-dom@3.5.31":
|
|
3350
|
+
version "3.5.31"
|
|
3351
|
+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.31.tgz#7d4b5688a8daef1513ee18f566ea129bded36ff7"
|
|
3352
|
+
integrity sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==
|
|
3353
|
+
dependencies:
|
|
3354
|
+
"@vue/compiler-core" "3.5.31"
|
|
3355
|
+
"@vue/shared" "3.5.31"
|
|
3356
|
+
|
|
3357
|
+
"@vue/compiler-sfc@3.5.31":
|
|
3358
|
+
version "3.5.31"
|
|
3359
|
+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.31.tgz#ab3670bc81f0bf60ccd0766b16042ad5b334d821"
|
|
3360
|
+
integrity sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==
|
|
3361
|
+
dependencies:
|
|
3362
|
+
"@babel/parser" "^7.29.2"
|
|
3363
|
+
"@vue/compiler-core" "3.5.31"
|
|
3364
|
+
"@vue/compiler-dom" "3.5.31"
|
|
3365
|
+
"@vue/compiler-ssr" "3.5.31"
|
|
3366
|
+
"@vue/shared" "3.5.31"
|
|
3367
|
+
estree-walker "^2.0.2"
|
|
3368
|
+
magic-string "^0.30.21"
|
|
3369
|
+
postcss "^8.5.8"
|
|
3370
|
+
source-map-js "^1.2.1"
|
|
3371
|
+
|
|
3372
|
+
"@vue/compiler-sfc@^3.5.18", "@vue/compiler-sfc@^3.5.26":
|
|
3116
3373
|
version "3.5.29"
|
|
3117
3374
|
resolved "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz"
|
|
3118
3375
|
integrity sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==
|
|
@@ -3135,6 +3392,14 @@
|
|
|
3135
3392
|
"@vue/compiler-dom" "3.5.29"
|
|
3136
3393
|
"@vue/shared" "3.5.29"
|
|
3137
3394
|
|
|
3395
|
+
"@vue/compiler-ssr@3.5.31":
|
|
3396
|
+
version "3.5.31"
|
|
3397
|
+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.31.tgz#bc68bb14cedab04ff5230460badfca983de5391b"
|
|
3398
|
+
integrity sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==
|
|
3399
|
+
dependencies:
|
|
3400
|
+
"@vue/compiler-dom" "3.5.31"
|
|
3401
|
+
"@vue/shared" "3.5.31"
|
|
3402
|
+
|
|
3138
3403
|
"@vue/devtools-core@^7.7.9":
|
|
3139
3404
|
version "7.7.9"
|
|
3140
3405
|
resolved "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.7.9.tgz"
|
|
@@ -3167,44 +3432,49 @@
|
|
|
3167
3432
|
dependencies:
|
|
3168
3433
|
rfdc "^1.4.1"
|
|
3169
3434
|
|
|
3170
|
-
"@vue/reactivity@3.5.
|
|
3171
|
-
version "3.5.
|
|
3172
|
-
resolved "https://registry.
|
|
3173
|
-
integrity sha512-
|
|
3435
|
+
"@vue/reactivity@3.5.31":
|
|
3436
|
+
version "3.5.31"
|
|
3437
|
+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.31.tgz#c8deaab09bd26185d3153d3e4447e2c6590a6608"
|
|
3438
|
+
integrity sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==
|
|
3174
3439
|
dependencies:
|
|
3175
|
-
"@vue/shared" "3.5.
|
|
3440
|
+
"@vue/shared" "3.5.31"
|
|
3176
3441
|
|
|
3177
|
-
"@vue/runtime-core@3.5.
|
|
3178
|
-
version "3.5.
|
|
3179
|
-
resolved "https://registry.
|
|
3180
|
-
integrity sha512-
|
|
3442
|
+
"@vue/runtime-core@3.5.31":
|
|
3443
|
+
version "3.5.31"
|
|
3444
|
+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.31.tgz#bbe07e3bda17caf3ca2ba289bdd2d22badf3dce4"
|
|
3445
|
+
integrity sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==
|
|
3181
3446
|
dependencies:
|
|
3182
|
-
"@vue/reactivity" "3.5.
|
|
3183
|
-
"@vue/shared" "3.5.
|
|
3447
|
+
"@vue/reactivity" "3.5.31"
|
|
3448
|
+
"@vue/shared" "3.5.31"
|
|
3184
3449
|
|
|
3185
|
-
"@vue/runtime-dom@3.5.
|
|
3186
|
-
version "3.5.
|
|
3187
|
-
resolved "https://registry.
|
|
3188
|
-
integrity sha512-
|
|
3450
|
+
"@vue/runtime-dom@3.5.31":
|
|
3451
|
+
version "3.5.31"
|
|
3452
|
+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.31.tgz#3fe39a7bbbbf3ef2cdd6c51f8a1ea63d13959ec6"
|
|
3453
|
+
integrity sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==
|
|
3189
3454
|
dependencies:
|
|
3190
|
-
"@vue/reactivity" "3.5.
|
|
3191
|
-
"@vue/runtime-core" "3.5.
|
|
3192
|
-
"@vue/shared" "3.5.
|
|
3455
|
+
"@vue/reactivity" "3.5.31"
|
|
3456
|
+
"@vue/runtime-core" "3.5.31"
|
|
3457
|
+
"@vue/shared" "3.5.31"
|
|
3193
3458
|
csstype "^3.2.3"
|
|
3194
3459
|
|
|
3195
|
-
"@vue/server-renderer@3.5.
|
|
3196
|
-
version "3.5.
|
|
3197
|
-
resolved "https://registry.
|
|
3198
|
-
integrity sha512-
|
|
3460
|
+
"@vue/server-renderer@3.5.31":
|
|
3461
|
+
version "3.5.31"
|
|
3462
|
+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.31.tgz#d5dbc14dedc37315d197d0a846ef817e02257778"
|
|
3463
|
+
integrity sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==
|
|
3199
3464
|
dependencies:
|
|
3200
|
-
"@vue/compiler-ssr" "3.5.
|
|
3201
|
-
"@vue/shared" "3.5.
|
|
3465
|
+
"@vue/compiler-ssr" "3.5.31"
|
|
3466
|
+
"@vue/shared" "3.5.31"
|
|
3202
3467
|
|
|
3203
3468
|
"@vue/shared@3.5.29", "@vue/shared@^3.5.18":
|
|
3204
3469
|
version "3.5.29"
|
|
3205
3470
|
resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.5.29.tgz"
|
|
3206
3471
|
integrity sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==
|
|
3207
3472
|
|
|
3473
|
+
"@vue/shared@3.5.31":
|
|
3474
|
+
version "3.5.31"
|
|
3475
|
+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.31.tgz#83276e1d450fea7d20dd15c3bbafbea5aada122d"
|
|
3476
|
+
integrity sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==
|
|
3477
|
+
|
|
3208
3478
|
"@vue/test-utils@^2.4.1":
|
|
3209
3479
|
version "2.4.6"
|
|
3210
3480
|
resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz"
|
|
@@ -3305,18 +3575,18 @@ algoliasearch@5.48.1:
|
|
|
3305
3575
|
"@algolia/requester-fetch" "5.48.1"
|
|
3306
3576
|
"@algolia/requester-node-http" "5.48.1"
|
|
3307
3577
|
|
|
3308
|
-
angular-eslint@^21.3.
|
|
3309
|
-
version "21.3.
|
|
3310
|
-
resolved "https://registry.yarnpkg.com/angular-eslint/-/angular-eslint-21.3.
|
|
3311
|
-
integrity sha512-
|
|
3578
|
+
angular-eslint@^21.3.1:
|
|
3579
|
+
version "21.3.1"
|
|
3580
|
+
resolved "https://registry.yarnpkg.com/angular-eslint/-/angular-eslint-21.3.1.tgz#f1777a3ae23ad833aacc8bcf65d6d4e4c3ca872a"
|
|
3581
|
+
integrity sha512-VGQWTyuPAEO/AnZuqHxGBJMYSiZ0tbrHx/OgPCRTKHfbrFU4x+zivS84h9UWoDpDtius1RyD+ZReFjTAEWptiA==
|
|
3312
3582
|
dependencies:
|
|
3313
3583
|
"@angular-devkit/core" ">= 21.0.0 < 22.0.0"
|
|
3314
3584
|
"@angular-devkit/schematics" ">= 21.0.0 < 22.0.0"
|
|
3315
|
-
"@angular-eslint/builder" "21.3.
|
|
3316
|
-
"@angular-eslint/eslint-plugin" "21.3.
|
|
3317
|
-
"@angular-eslint/eslint-plugin-template" "21.3.
|
|
3318
|
-
"@angular-eslint/schematics" "21.3.
|
|
3319
|
-
"@angular-eslint/template-parser" "21.3.
|
|
3585
|
+
"@angular-eslint/builder" "21.3.1"
|
|
3586
|
+
"@angular-eslint/eslint-plugin" "21.3.1"
|
|
3587
|
+
"@angular-eslint/eslint-plugin-template" "21.3.1"
|
|
3588
|
+
"@angular-eslint/schematics" "21.3.1"
|
|
3589
|
+
"@angular-eslint/template-parser" "21.3.1"
|
|
3320
3590
|
"@typescript-eslint/types" "^8.0.0"
|
|
3321
3591
|
"@typescript-eslint/utils" "^8.0.0"
|
|
3322
3592
|
|
|
@@ -3629,11 +3899,29 @@ axobject-query@4.1.0, axobject-query@^4.1.0:
|
|
|
3629
3899
|
resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz"
|
|
3630
3900
|
integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
|
|
3631
3901
|
|
|
3902
|
+
babel-plugin-jsx-dom-expressions@^0.40.6:
|
|
3903
|
+
version "0.40.6"
|
|
3904
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-jsx-dom-expressions/-/babel-plugin-jsx-dom-expressions-0.40.6.tgz#d3fe05b3669ca412246b8c42c551ac6d1b2c196a"
|
|
3905
|
+
integrity sha512-v3P1MW46Lm7VMpAkq0QfyzLWWkC8fh+0aE5Km4msIgDx5kjenHU0pF2s+4/NH8CQn/kla6+Hvws+2AF7bfV5qQ==
|
|
3906
|
+
dependencies:
|
|
3907
|
+
"@babel/helper-module-imports" "7.18.6"
|
|
3908
|
+
"@babel/plugin-syntax-jsx" "^7.18.6"
|
|
3909
|
+
"@babel/types" "^7.20.7"
|
|
3910
|
+
html-entities "2.3.3"
|
|
3911
|
+
parse5 "^7.1.2"
|
|
3912
|
+
|
|
3632
3913
|
babel-plugin-transform-hook-names@^1.0.2:
|
|
3633
3914
|
version "1.0.2"
|
|
3634
3915
|
resolved "https://registry.npmjs.org/babel-plugin-transform-hook-names/-/babel-plugin-transform-hook-names-1.0.2.tgz"
|
|
3635
3916
|
integrity sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==
|
|
3636
3917
|
|
|
3918
|
+
babel-preset-solid@^1.8.4:
|
|
3919
|
+
version "1.9.12"
|
|
3920
|
+
resolved "https://registry.yarnpkg.com/babel-preset-solid/-/babel-preset-solid-1.9.12.tgz#f6a092f62060f2c947ed9a52da6376e730aca0fa"
|
|
3921
|
+
integrity sha512-LLqnuKVDlKpyBlMPcH6qEvs/wmS9a+NczppxJ3ryS/c0O5IiSFOIBQi9GzyiGDSbcJpx4Gr87jyFTos1MyEuWg==
|
|
3922
|
+
dependencies:
|
|
3923
|
+
babel-plugin-jsx-dom-expressions "^0.40.6"
|
|
3924
|
+
|
|
3637
3925
|
bail@^2.0.0:
|
|
3638
3926
|
version "2.0.2"
|
|
3639
3927
|
resolved "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz"
|
|
@@ -3844,9 +4132,9 @@ ccount@^2.0.0:
|
|
|
3844
4132
|
resolved "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz"
|
|
3845
4133
|
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
|
|
3846
4134
|
|
|
3847
|
-
chai@^6.2.
|
|
4135
|
+
chai@^6.2.2:
|
|
3848
4136
|
version "6.2.2"
|
|
3849
|
-
resolved "https://registry.
|
|
4137
|
+
resolved "https://registry.yarnpkg.com/chai/-/chai-6.2.2.tgz#ae41b52c9aca87734505362717f3255facda360e"
|
|
3850
4138
|
integrity sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==
|
|
3851
4139
|
|
|
3852
4140
|
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
|
|
@@ -3992,9 +4280,9 @@ commander@^11.1.0:
|
|
|
3992
4280
|
resolved "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz"
|
|
3993
4281
|
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
|
|
3994
4282
|
|
|
3995
|
-
commander@^8.0.0:
|
|
4283
|
+
commander@^8.0.0, commander@^8.3.0:
|
|
3996
4284
|
version "8.3.0"
|
|
3997
|
-
resolved "https://registry.
|
|
4285
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
|
|
3998
4286
|
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
|
|
3999
4287
|
|
|
4000
4288
|
common-ancestor-path@^1.0.1:
|
|
@@ -4156,9 +4444,9 @@ csso@^5.0.5:
|
|
|
4156
4444
|
dependencies:
|
|
4157
4445
|
css-tree "~2.2.0"
|
|
4158
4446
|
|
|
4159
|
-
csstype@^3.2.2, csstype@^3.2.3:
|
|
4447
|
+
csstype@^3.1.0, csstype@^3.2.2, csstype@^3.2.3:
|
|
4160
4448
|
version "3.2.3"
|
|
4161
|
-
resolved "https://registry.
|
|
4449
|
+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
|
|
4162
4450
|
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
|
|
4163
4451
|
|
|
4164
4452
|
data-view-buffer@^1.0.2:
|
|
@@ -4321,7 +4609,7 @@ deterministic-object-hash@^2.0.2:
|
|
|
4321
4609
|
dependencies:
|
|
4322
4610
|
base-64 "^1.0.0"
|
|
4323
4611
|
|
|
4324
|
-
devalue@^5.6.2, devalue@^5.6.
|
|
4612
|
+
devalue@^5.6.2, devalue@^5.6.4:
|
|
4325
4613
|
version "5.6.4"
|
|
4326
4614
|
resolved "https://registry.yarnpkg.com/devalue/-/devalue-5.6.4.tgz#aec6cdba0e4109543b40c94d46e2b87bf8af8de5"
|
|
4327
4615
|
integrity sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==
|
|
@@ -4606,6 +4894,11 @@ es-module-lexer@^1.7.0:
|
|
|
4606
4894
|
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz"
|
|
4607
4895
|
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
|
|
4608
4896
|
|
|
4897
|
+
es-module-lexer@^2.0.0:
|
|
4898
|
+
version "2.0.0"
|
|
4899
|
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-2.0.0.tgz#f657cd7a9448dcdda9c070a3cb75e5dc1e85f5b1"
|
|
4900
|
+
integrity sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==
|
|
4901
|
+
|
|
4609
4902
|
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
|
|
4610
4903
|
version "1.1.1"
|
|
4611
4904
|
resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz"
|
|
@@ -4826,25 +5119,25 @@ eslint-plugin-jest-dom@^5.5.0:
|
|
|
4826
5119
|
"@babel/runtime" "^7.16.3"
|
|
4827
5120
|
requireindex "^1.2.0"
|
|
4828
5121
|
|
|
4829
|
-
eslint-plugin-jest@^29.15.
|
|
4830
|
-
version "29.15.
|
|
4831
|
-
resolved "https://registry.
|
|
4832
|
-
integrity sha512-
|
|
5122
|
+
eslint-plugin-jest@^29.15.1:
|
|
5123
|
+
version "29.15.1"
|
|
5124
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz#f663f9f7903a7181efddea5a92d1d31e66362596"
|
|
5125
|
+
integrity sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==
|
|
4833
5126
|
dependencies:
|
|
4834
5127
|
"@typescript-eslint/utils" "^8.0.0"
|
|
4835
5128
|
|
|
4836
|
-
eslint-plugin-perfectionist@^5.
|
|
4837
|
-
version "5.
|
|
4838
|
-
resolved "https://registry.
|
|
4839
|
-
integrity sha512-
|
|
5129
|
+
eslint-plugin-perfectionist@^5.7.0:
|
|
5130
|
+
version "5.7.0"
|
|
5131
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.7.0.tgz#9a2c7e61853f39086019937d08e915e33fc57dc6"
|
|
5132
|
+
integrity sha512-WRHj7OZS/INutQ/gKN5C1ZGnMhkQ3oKZQAA2I7rl5yM8keBtSd9oj/qlJaHuwh5873FhMPqYlttcadF0YsTN7g==
|
|
4840
5133
|
dependencies:
|
|
4841
|
-
"@typescript-eslint/utils" "^8.
|
|
5134
|
+
"@typescript-eslint/utils" "^8.57.1"
|
|
4842
5135
|
natural-orderby "^5.0.0"
|
|
4843
5136
|
|
|
4844
|
-
eslint-plugin-playwright@^2.
|
|
4845
|
-
version "2.
|
|
4846
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-2.
|
|
4847
|
-
integrity sha512-
|
|
5137
|
+
eslint-plugin-playwright@^2.10.1:
|
|
5138
|
+
version "2.10.1"
|
|
5139
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-2.10.1.tgz#94ad62ec05af5a85926ed249d50d1a02fae44b11"
|
|
5140
|
+
integrity sha512-qea3UxBOb8fTwJ77FMApZKvRye5DOluDHcev0LDJwID3RELeun0JlqzrNIXAB/SXCyB/AesCW/6sZfcT9q3Edg==
|
|
4848
5141
|
dependencies:
|
|
4849
5142
|
globals "^17.3.0"
|
|
4850
5143
|
|
|
@@ -4888,10 +5181,22 @@ eslint-plugin-react@^7.37.5:
|
|
|
4888
5181
|
string.prototype.matchall "^4.0.12"
|
|
4889
5182
|
string.prototype.repeat "^1.0.0"
|
|
4890
5183
|
|
|
4891
|
-
eslint-plugin-
|
|
4892
|
-
version "
|
|
4893
|
-
resolved "https://registry.
|
|
4894
|
-
integrity sha512-
|
|
5184
|
+
eslint-plugin-solid@^0.14.5:
|
|
5185
|
+
version "0.14.5"
|
|
5186
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-solid/-/eslint-plugin-solid-0.14.5.tgz#744356b3d2fd4ad86c5fdf7508f1703314381b7c"
|
|
5187
|
+
integrity sha512-nfuYK09ah5aJG/oEN6P1qziy1zLgW4PDWe75VNPi4CEFYk1x2AEqwFeQfEPR7gNn0F2jOeqKhx2E+5oNCOBYWQ==
|
|
5188
|
+
dependencies:
|
|
5189
|
+
"@typescript-eslint/utils" "^7.13.1 || ^8.0.0"
|
|
5190
|
+
estraverse "^5.3.0"
|
|
5191
|
+
is-html "^2.0.0"
|
|
5192
|
+
kebab-case "^1.0.2"
|
|
5193
|
+
known-css-properties "^0.30.0"
|
|
5194
|
+
style-to-object "^1.0.6"
|
|
5195
|
+
|
|
5196
|
+
eslint-plugin-svelte@^3.16.0:
|
|
5197
|
+
version "3.16.0"
|
|
5198
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-3.16.0.tgz#9d41fbc797bb839b9ee2d9ff4b124fb6eed4812a"
|
|
5199
|
+
integrity sha512-DJXxqpYZUxcE0SfYo8EJzV2ZC+zAD7fJp1n1HwcEMRR1cOEUYvjT9GuzJeNghMjgb7uxuK3IJAzI+x6zzUxO5A==
|
|
4895
5200
|
dependencies:
|
|
4896
5201
|
"@eslint-community/eslint-utils" "^4.6.1"
|
|
4897
5202
|
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
@@ -4904,10 +5209,10 @@ eslint-plugin-svelte@^3.15.0:
|
|
|
4904
5209
|
semver "^7.6.3"
|
|
4905
5210
|
svelte-eslint-parser "^1.4.0"
|
|
4906
5211
|
|
|
4907
|
-
eslint-plugin-testing-library@^7.16.
|
|
4908
|
-
version "7.16.
|
|
4909
|
-
resolved "https://registry.
|
|
4910
|
-
integrity sha512-
|
|
5212
|
+
eslint-plugin-testing-library@^7.16.2:
|
|
5213
|
+
version "7.16.2"
|
|
5214
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.16.2.tgz#b59738085db6bb3b2fed0294c70c9098b45bbf90"
|
|
5215
|
+
integrity sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==
|
|
4911
5216
|
dependencies:
|
|
4912
5217
|
"@typescript-eslint/scope-manager" "^8.56.0"
|
|
4913
5218
|
"@typescript-eslint/utils" "^8.56.0"
|
|
@@ -4932,6 +5237,16 @@ eslint-scope@5.1.1:
|
|
|
4932
5237
|
esrecurse "^4.3.0"
|
|
4933
5238
|
estraverse "^4.1.1"
|
|
4934
5239
|
|
|
5240
|
+
eslint-scope@9.1.2:
|
|
5241
|
+
version "9.1.2"
|
|
5242
|
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
|
|
5243
|
+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
|
|
5244
|
+
dependencies:
|
|
5245
|
+
"@types/esrecurse" "^4.3.1"
|
|
5246
|
+
"@types/estree" "^1.0.8"
|
|
5247
|
+
esrecurse "^4.3.0"
|
|
5248
|
+
estraverse "^5.2.0"
|
|
5249
|
+
|
|
4935
5250
|
eslint-scope@^8.0.1, eslint-scope@^8.2.0, eslint-scope@^8.4.0:
|
|
4936
5251
|
version "8.4.0"
|
|
4937
5252
|
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz"
|
|
@@ -4950,16 +5265,6 @@ eslint-scope@^8.0.1, eslint-scope@^8.2.0, eslint-scope@^8.4.0:
|
|
|
4950
5265
|
esrecurse "^4.3.0"
|
|
4951
5266
|
estraverse "^5.2.0"
|
|
4952
5267
|
|
|
4953
|
-
eslint-scope@^9.1.1:
|
|
4954
|
-
version "9.1.2"
|
|
4955
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
|
|
4956
|
-
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
|
|
4957
|
-
dependencies:
|
|
4958
|
-
"@types/esrecurse" "^4.3.1"
|
|
4959
|
-
"@types/estree" "^1.0.8"
|
|
4960
|
-
esrecurse "^4.3.0"
|
|
4961
|
-
estraverse "^5.2.0"
|
|
4962
|
-
|
|
4963
5268
|
eslint-visitor-keys@^2.1.0:
|
|
4964
5269
|
version "2.1.0"
|
|
4965
5270
|
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
|
|
@@ -5131,9 +5436,9 @@ execa@^9.5.2:
|
|
|
5131
5436
|
strip-final-newline "^4.0.0"
|
|
5132
5437
|
yoctocolors "^2.1.1"
|
|
5133
5438
|
|
|
5134
|
-
expect-type@^1.
|
|
5439
|
+
expect-type@^1.3.0:
|
|
5135
5440
|
version "1.3.0"
|
|
5136
|
-
resolved "https://registry.
|
|
5441
|
+
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.3.0.tgz#0d58ed361877a31bbc4dd6cf71bbfef7faf6bd68"
|
|
5137
5442
|
integrity sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==
|
|
5138
5443
|
|
|
5139
5444
|
exponential-backoff@^3.1.1:
|
|
@@ -5293,7 +5598,7 @@ flat-cache@^4.0.0:
|
|
|
5293
5598
|
flatted "^3.2.9"
|
|
5294
5599
|
keyv "^4.5.4"
|
|
5295
5600
|
|
|
5296
|
-
flatted@^3.2.9
|
|
5601
|
+
flatted@^3.2.9:
|
|
5297
5602
|
version "3.4.2"
|
|
5298
5603
|
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
|
|
5299
5604
|
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
@@ -5553,7 +5858,7 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
|
|
|
5553
5858
|
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
|
|
5554
5859
|
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
|
5555
5860
|
|
|
5556
|
-
h3@^1.15.5
|
|
5861
|
+
h3@^1.15.5:
|
|
5557
5862
|
version "1.15.9"
|
|
5558
5863
|
resolved "https://registry.yarnpkg.com/h3/-/h3-1.15.9.tgz#ee3a480674b2e35106155544cc0a6de69a6dc14f"
|
|
5559
5864
|
integrity sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==
|
|
@@ -5568,10 +5873,10 @@ h3@^1.15.5, h3@^1.15.6:
|
|
|
5568
5873
|
ufo "^1.6.3"
|
|
5569
5874
|
uncrypto "^0.1.3"
|
|
5570
5875
|
|
|
5571
|
-
happy-dom@^20.8.
|
|
5572
|
-
version "20.8.
|
|
5573
|
-
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.8.
|
|
5574
|
-
integrity sha512-
|
|
5876
|
+
happy-dom@^20.8.9:
|
|
5877
|
+
version "20.8.9"
|
|
5878
|
+
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.8.9.tgz#aeacc9ab9aacada379bce0ba37b2f02dabbba286"
|
|
5879
|
+
integrity sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==
|
|
5575
5880
|
dependencies:
|
|
5576
5881
|
"@types/node" ">=20.0.0"
|
|
5577
5882
|
"@types/whatwg-mimetype" "^3.0.2"
|
|
@@ -5757,7 +6062,7 @@ hermes-parser@^0.25.1:
|
|
|
5757
6062
|
dependencies:
|
|
5758
6063
|
hermes-estree "0.25.1"
|
|
5759
6064
|
|
|
5760
|
-
hono@^4.11.4
|
|
6065
|
+
hono@^4.11.4:
|
|
5761
6066
|
version "4.12.7"
|
|
5762
6067
|
resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.7.tgz#ca000956e965c2b3d791e43540498e616d6c6442"
|
|
5763
6068
|
integrity sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==
|
|
@@ -5774,11 +6079,21 @@ hosted-git-info@^9.0.0:
|
|
|
5774
6079
|
dependencies:
|
|
5775
6080
|
lru-cache "^11.1.0"
|
|
5776
6081
|
|
|
6082
|
+
html-entities@2.3.3:
|
|
6083
|
+
version "2.3.3"
|
|
6084
|
+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46"
|
|
6085
|
+
integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==
|
|
6086
|
+
|
|
5777
6087
|
html-escaper@3.0.3:
|
|
5778
6088
|
version "3.0.3"
|
|
5779
6089
|
resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz"
|
|
5780
6090
|
integrity sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==
|
|
5781
6091
|
|
|
6092
|
+
html-tags@^3.0.0:
|
|
6093
|
+
version "3.3.1"
|
|
6094
|
+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
|
|
6095
|
+
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
|
|
6096
|
+
|
|
5782
6097
|
html-void-elements@^3.0.0:
|
|
5783
6098
|
version "3.0.0"
|
|
5784
6099
|
resolved "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz"
|
|
@@ -5903,6 +6218,11 @@ ini@^1.3.4:
|
|
|
5903
6218
|
resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
|
|
5904
6219
|
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
|
5905
6220
|
|
|
6221
|
+
inline-style-parser@0.2.7:
|
|
6222
|
+
version "0.2.7"
|
|
6223
|
+
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz#b1fc68bfc0313b8685745e4464e37f9376b9c909"
|
|
6224
|
+
integrity sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==
|
|
6225
|
+
|
|
5906
6226
|
internal-slot@^1.1.0:
|
|
5907
6227
|
version "1.1.0"
|
|
5908
6228
|
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz"
|
|
@@ -6056,6 +6376,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
|
|
|
6056
6376
|
dependencies:
|
|
6057
6377
|
is-extglob "^2.1.1"
|
|
6058
6378
|
|
|
6379
|
+
is-html@^2.0.0:
|
|
6380
|
+
version "2.0.0"
|
|
6381
|
+
resolved "https://registry.yarnpkg.com/is-html/-/is-html-2.0.0.tgz#b3ab2e27ccb7a12235448f51f115a6690f435fc8"
|
|
6382
|
+
integrity sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==
|
|
6383
|
+
dependencies:
|
|
6384
|
+
html-tags "^3.0.0"
|
|
6385
|
+
|
|
6059
6386
|
is-inside-container@^1.0.0:
|
|
6060
6387
|
version "1.0.0"
|
|
6061
6388
|
resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz"
|
|
@@ -6184,6 +6511,11 @@ is-weakset@^2.0.3:
|
|
|
6184
6511
|
call-bound "^1.0.3"
|
|
6185
6512
|
get-intrinsic "^1.2.6"
|
|
6186
6513
|
|
|
6514
|
+
is-what@^4.1.8:
|
|
6515
|
+
version "4.1.16"
|
|
6516
|
+
resolved "https://registry.yarnpkg.com/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f"
|
|
6517
|
+
integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==
|
|
6518
|
+
|
|
6187
6519
|
is-what@^5.2.0:
|
|
6188
6520
|
version "5.5.0"
|
|
6189
6521
|
resolved "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz"
|
|
@@ -6380,6 +6712,18 @@ jsonparse@^1.3.1:
|
|
|
6380
6712
|
object.assign "^4.1.4"
|
|
6381
6713
|
object.values "^1.1.6"
|
|
6382
6714
|
|
|
6715
|
+
katex@^0.16.0:
|
|
6716
|
+
version "0.16.44"
|
|
6717
|
+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.44.tgz#fcd7c25803d999f17780bfefe859993d083fb4b6"
|
|
6718
|
+
integrity sha512-EkxoDTk8ufHqHlf9QxGwcxeLkWRR3iOuYfRpfORgYfqc8s13bgb+YtRY59NK5ZpRaCwq1kqA6a5lpX8C/eLphQ==
|
|
6719
|
+
dependencies:
|
|
6720
|
+
commander "^8.3.0"
|
|
6721
|
+
|
|
6722
|
+
kebab-case@^1.0.2:
|
|
6723
|
+
version "1.0.2"
|
|
6724
|
+
resolved "https://registry.yarnpkg.com/kebab-case/-/kebab-case-1.0.2.tgz#5eac97d5d220acf606d40e3c0ecfea21f1f9e1eb"
|
|
6725
|
+
integrity sha512-7n6wXq4gNgBELfDCpzKc+mRrZFs7D+wgfF5WRFLNAr4DA/qtr9Js8uOAVAfHhuLMfAcQ0pRKqbpjx+TcJVdE1Q==
|
|
6726
|
+
|
|
6383
6727
|
keyv@^4.5.4:
|
|
6384
6728
|
version "4.5.4"
|
|
6385
6729
|
resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz"
|
|
@@ -6404,6 +6748,11 @@ kleur@^4.1.5:
|
|
|
6404
6748
|
resolved "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz"
|
|
6405
6749
|
integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==
|
|
6406
6750
|
|
|
6751
|
+
known-css-properties@^0.30.0:
|
|
6752
|
+
version "0.30.0"
|
|
6753
|
+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.30.0.tgz#34dd1f39c805c65a6dfa6ea76206b20dc523dd96"
|
|
6754
|
+
integrity sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==
|
|
6755
|
+
|
|
6407
6756
|
known-css-properties@^0.37.0:
|
|
6408
6757
|
version "0.37.0"
|
|
6409
6758
|
resolved "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz"
|
|
@@ -6422,6 +6771,80 @@ levn@^0.4.1:
|
|
|
6422
6771
|
prelude-ls "^1.2.1"
|
|
6423
6772
|
type-check "~0.4.0"
|
|
6424
6773
|
|
|
6774
|
+
lightningcss-android-arm64@1.32.0:
|
|
6775
|
+
version "1.32.0"
|
|
6776
|
+
resolved "https://registry.yarnpkg.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz#f033885116dfefd9c6f54787523e3514b61e1968"
|
|
6777
|
+
integrity sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==
|
|
6778
|
+
|
|
6779
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
6780
|
+
version "1.32.0"
|
|
6781
|
+
resolved "https://registry.yarnpkg.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz#50b71871b01c8199584b649e292547faea7af9b5"
|
|
6782
|
+
integrity sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==
|
|
6783
|
+
|
|
6784
|
+
lightningcss-darwin-x64@1.32.0:
|
|
6785
|
+
version "1.32.0"
|
|
6786
|
+
resolved "https://registry.yarnpkg.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz#35f3e97332d130b9ca181e11b568ded6aebc6d5e"
|
|
6787
|
+
integrity sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==
|
|
6788
|
+
|
|
6789
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
6790
|
+
version "1.32.0"
|
|
6791
|
+
resolved "https://registry.yarnpkg.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz#9777a76472b64ed6ff94342ad64c7bafd794a575"
|
|
6792
|
+
integrity sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==
|
|
6793
|
+
|
|
6794
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
6795
|
+
version "1.32.0"
|
|
6796
|
+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz#13ae652e1ab73b9135d7b7da172f666c410ad53d"
|
|
6797
|
+
integrity sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==
|
|
6798
|
+
|
|
6799
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
6800
|
+
version "1.32.0"
|
|
6801
|
+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz#417858795a94592f680123a1b1f9da8a0e1ef335"
|
|
6802
|
+
integrity sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==
|
|
6803
|
+
|
|
6804
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
6805
|
+
version "1.32.0"
|
|
6806
|
+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz#6be36692e810b718040802fd809623cffe732133"
|
|
6807
|
+
integrity sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==
|
|
6808
|
+
|
|
6809
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
6810
|
+
version "1.32.0"
|
|
6811
|
+
resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz#0b7803af4eb21cfd38dd39fe2abbb53c7dd091f6"
|
|
6812
|
+
integrity sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==
|
|
6813
|
+
|
|
6814
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
6815
|
+
version "1.32.0"
|
|
6816
|
+
resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz#88dc8ba865ddddb1ac5ef04b0f161804418c163b"
|
|
6817
|
+
integrity sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==
|
|
6818
|
+
|
|
6819
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
6820
|
+
version "1.32.0"
|
|
6821
|
+
resolved "https://registry.yarnpkg.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz#4f30ba3fa5e925f5b79f945e8cc0d176c3b1ab38"
|
|
6822
|
+
integrity sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==
|
|
6823
|
+
|
|
6824
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
6825
|
+
version "1.32.0"
|
|
6826
|
+
resolved "https://registry.yarnpkg.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz#141aa5605645064928902bb4af045fa7d9f4220a"
|
|
6827
|
+
integrity sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==
|
|
6828
|
+
|
|
6829
|
+
lightningcss@^1.32.0:
|
|
6830
|
+
version "1.32.0"
|
|
6831
|
+
resolved "https://registry.yarnpkg.com/lightningcss/-/lightningcss-1.32.0.tgz#b85aae96486dcb1bf49a7c8571221273f4f1e4a9"
|
|
6832
|
+
integrity sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==
|
|
6833
|
+
dependencies:
|
|
6834
|
+
detect-libc "^2.0.3"
|
|
6835
|
+
optionalDependencies:
|
|
6836
|
+
lightningcss-android-arm64 "1.32.0"
|
|
6837
|
+
lightningcss-darwin-arm64 "1.32.0"
|
|
6838
|
+
lightningcss-darwin-x64 "1.32.0"
|
|
6839
|
+
lightningcss-freebsd-x64 "1.32.0"
|
|
6840
|
+
lightningcss-linux-arm-gnueabihf "1.32.0"
|
|
6841
|
+
lightningcss-linux-arm64-gnu "1.32.0"
|
|
6842
|
+
lightningcss-linux-arm64-musl "1.32.0"
|
|
6843
|
+
lightningcss-linux-x64-gnu "1.32.0"
|
|
6844
|
+
lightningcss-linux-x64-musl "1.32.0"
|
|
6845
|
+
lightningcss-win32-arm64-msvc "1.32.0"
|
|
6846
|
+
lightningcss-win32-x64-msvc "1.32.0"
|
|
6847
|
+
|
|
6425
6848
|
lilconfig@^2.0.5:
|
|
6426
6849
|
version "2.1.0"
|
|
6427
6850
|
resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz"
|
|
@@ -6706,6 +7129,19 @@ mdast-util-gfm@^3.0.0, mdast-util-gfm@^3.1.0:
|
|
|
6706
7129
|
mdast-util-gfm-task-list-item "^2.0.0"
|
|
6707
7130
|
mdast-util-to-markdown "^2.0.0"
|
|
6708
7131
|
|
|
7132
|
+
mdast-util-math@^3.0.0:
|
|
7133
|
+
version "3.0.0"
|
|
7134
|
+
resolved "https://registry.yarnpkg.com/mdast-util-math/-/mdast-util-math-3.0.0.tgz#8d79dd3baf8ab8ac781f62b8853768190b9a00b0"
|
|
7135
|
+
integrity sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==
|
|
7136
|
+
dependencies:
|
|
7137
|
+
"@types/hast" "^3.0.0"
|
|
7138
|
+
"@types/mdast" "^4.0.0"
|
|
7139
|
+
devlop "^1.0.0"
|
|
7140
|
+
longest-streak "^3.0.0"
|
|
7141
|
+
mdast-util-from-markdown "^2.0.0"
|
|
7142
|
+
mdast-util-to-markdown "^2.1.0"
|
|
7143
|
+
unist-util-remove-position "^5.0.0"
|
|
7144
|
+
|
|
6709
7145
|
mdast-util-phrasing@^4.0.0:
|
|
6710
7146
|
version "4.1.0"
|
|
6711
7147
|
resolved "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz"
|
|
@@ -6729,7 +7165,7 @@ mdast-util-to-hast@^13.0.0:
|
|
|
6729
7165
|
unist-util-visit "^5.0.0"
|
|
6730
7166
|
vfile "^6.0.0"
|
|
6731
7167
|
|
|
6732
|
-
mdast-util-to-markdown@^2.0.0:
|
|
7168
|
+
mdast-util-to-markdown@^2.0.0, mdast-util-to-markdown@^2.1.0:
|
|
6733
7169
|
version "2.1.2"
|
|
6734
7170
|
resolved "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz"
|
|
6735
7171
|
integrity sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==
|
|
@@ -6766,6 +7202,13 @@ media-typer@^1.1.0:
|
|
|
6766
7202
|
resolved "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz"
|
|
6767
7203
|
integrity sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==
|
|
6768
7204
|
|
|
7205
|
+
merge-anything@^5.1.7:
|
|
7206
|
+
version "5.1.7"
|
|
7207
|
+
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-5.1.7.tgz#94f364d2b0cf21ac76067b5120e429353b3525d7"
|
|
7208
|
+
integrity sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==
|
|
7209
|
+
dependencies:
|
|
7210
|
+
is-what "^4.1.8"
|
|
7211
|
+
|
|
6769
7212
|
merge-descriptors@^2.0.0:
|
|
6770
7213
|
version "2.0.0"
|
|
6771
7214
|
resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz"
|
|
@@ -6887,6 +7330,19 @@ micromark-extension-gfm@^3.0.0:
|
|
|
6887
7330
|
micromark-util-combine-extensions "^2.0.0"
|
|
6888
7331
|
micromark-util-types "^2.0.0"
|
|
6889
7332
|
|
|
7333
|
+
micromark-extension-math@^3.1.0:
|
|
7334
|
+
version "3.1.0"
|
|
7335
|
+
resolved "https://registry.yarnpkg.com/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz#c42ee3b1dd5a9a03584e83dd8f08e3de510212c1"
|
|
7336
|
+
integrity sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==
|
|
7337
|
+
dependencies:
|
|
7338
|
+
"@types/katex" "^0.16.0"
|
|
7339
|
+
devlop "^1.0.0"
|
|
7340
|
+
katex "^0.16.0"
|
|
7341
|
+
micromark-factory-space "^2.0.0"
|
|
7342
|
+
micromark-util-character "^2.0.0"
|
|
7343
|
+
micromark-util-symbol "^2.0.0"
|
|
7344
|
+
micromark-util-types "^2.0.0"
|
|
7345
|
+
|
|
6890
7346
|
micromark-factory-destination@^2.0.0:
|
|
6891
7347
|
version "2.0.1"
|
|
6892
7348
|
resolved "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz"
|
|
@@ -7229,10 +7685,10 @@ nanoid@^5.1.0:
|
|
|
7229
7685
|
resolved "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz"
|
|
7230
7686
|
integrity sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==
|
|
7231
7687
|
|
|
7232
|
-
nanostores@^1.
|
|
7233
|
-
version "1.
|
|
7234
|
-
resolved "https://registry.
|
|
7235
|
-
integrity sha512-
|
|
7688
|
+
nanostores@^1.2.0:
|
|
7689
|
+
version "1.2.0"
|
|
7690
|
+
resolved "https://registry.yarnpkg.com/nanostores/-/nanostores-1.2.0.tgz#df60c32f9b79af668f01d0e917639a36c0655ffe"
|
|
7691
|
+
integrity sha512-F0wCzbsH80G7XXo0Jd9/AVQC7ouWY6idUCTnMwW5t/Rv9W8qmO6endavDwg7TNp5GbugwSukFMVZqzPSrSMndg==
|
|
7236
7692
|
|
|
7237
7693
|
natural-compare@^1.4.0:
|
|
7238
7694
|
version "1.4.0"
|
|
@@ -7720,9 +8176,9 @@ parse5-sax-parser@^8.0.0:
|
|
|
7720
8176
|
dependencies:
|
|
7721
8177
|
parse5 "^8.0.0"
|
|
7722
8178
|
|
|
7723
|
-
parse5@^7.0.0:
|
|
8179
|
+
parse5@^7.0.0, parse5@^7.1.2:
|
|
7724
8180
|
version "7.3.0"
|
|
7725
|
-
resolved "https://registry.
|
|
8181
|
+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
|
|
7726
8182
|
integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==
|
|
7727
8183
|
dependencies:
|
|
7728
8184
|
entities "^6.0.0"
|
|
@@ -7800,7 +8256,7 @@ path-scurry@^2.0.2:
|
|
|
7800
8256
|
lru-cache "^11.0.0"
|
|
7801
8257
|
minipass "^7.1.2"
|
|
7802
8258
|
|
|
7803
|
-
path-to-regexp@^8.0.0
|
|
8259
|
+
path-to-regexp@^8.0.0:
|
|
7804
8260
|
version "8.4.0"
|
|
7805
8261
|
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.0.tgz#8e98fcd94826aff01a90c544ef74ffbaca3a78ed"
|
|
7806
8262
|
integrity sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==
|
|
@@ -7825,7 +8281,7 @@ picocolors@1.1.1, picocolors@^1.1.1:
|
|
|
7825
8281
|
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz"
|
|
7826
8282
|
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
7827
8283
|
|
|
7828
|
-
picomatch@4.0.4, picomatch@^4.0.2, picomatch@^4.0.3:
|
|
8284
|
+
picomatch@4.0.4, picomatch@^4.0.2, picomatch@^4.0.3, picomatch@^4.0.4:
|
|
7829
8285
|
version "4.0.4"
|
|
7830
8286
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz"
|
|
7831
8287
|
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
@@ -7906,21 +8362,39 @@ postcss@^8.4.14, postcss@^8.4.49, postcss@^8.5.3, postcss@^8.5.6:
|
|
|
7906
8362
|
picocolors "^1.1.1"
|
|
7907
8363
|
source-map-js "^1.2.1"
|
|
7908
8364
|
|
|
8365
|
+
postcss@^8.5.8:
|
|
8366
|
+
version "8.5.8"
|
|
8367
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
|
|
8368
|
+
integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
|
|
8369
|
+
dependencies:
|
|
8370
|
+
nanoid "^3.3.11"
|
|
8371
|
+
picocolors "^1.1.1"
|
|
8372
|
+
source-map-js "^1.2.1"
|
|
8373
|
+
|
|
7909
8374
|
preact-render-to-string@^6.6.1:
|
|
7910
8375
|
version "6.6.6"
|
|
7911
8376
|
resolved "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.6.6.tgz"
|
|
7912
8377
|
integrity sha512-EfqZJytnjJldV+YaaqhthU2oXsEf5e+6rDv957p+zxAvNfFLQOPfvBOTncscQ+akzu6Wrl7s3Pa0LjUQmWJsGQ==
|
|
7913
8378
|
|
|
7914
|
-
preact@^10.
|
|
7915
|
-
version "10.
|
|
7916
|
-
resolved "https://registry.
|
|
7917
|
-
integrity sha512-
|
|
8379
|
+
preact@^10.29.0:
|
|
8380
|
+
version "10.29.0"
|
|
8381
|
+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.29.0.tgz#a6e5858670b659c4d471c6fea232233e03b403e8"
|
|
8382
|
+
integrity sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==
|
|
7918
8383
|
|
|
7919
8384
|
prelude-ls@^1.2.1:
|
|
7920
8385
|
version "1.2.1"
|
|
7921
8386
|
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
|
|
7922
8387
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
7923
8388
|
|
|
8389
|
+
prettier-plugin-solidity@^2.3.1:
|
|
8390
|
+
version "2.3.1"
|
|
8391
|
+
resolved "https://registry.yarnpkg.com/prettier-plugin-solidity/-/prettier-plugin-solidity-2.3.1.tgz#8a9e045f004ad2a923de81b1d9bf3515d3e65775"
|
|
8392
|
+
integrity sha512-71sZM5oqgq6pnTlf+RH23U6Ej710APfCiMWO2Z/pHNjrXyvn9Nr0vTS1AUVaSf4GRW0V6hj6Djt0MyWudJUJbQ==
|
|
8393
|
+
dependencies:
|
|
8394
|
+
"@nomicfoundation/slang" "1.3.4"
|
|
8395
|
+
"@solidity-parser/parser" "^0.20.2"
|
|
8396
|
+
semver "^7.7.4"
|
|
8397
|
+
|
|
7924
8398
|
prettier-plugin-svelte@^3.5.1:
|
|
7925
8399
|
version "3.5.1"
|
|
7926
8400
|
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.5.1.tgz#b5ab0ba6547369d16695ac9334cadf42b6af6304"
|
|
@@ -8059,11 +8533,6 @@ react-refresh@^0.17.0:
|
|
|
8059
8533
|
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz"
|
|
8060
8534
|
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
|
|
8061
8535
|
|
|
8062
|
-
react-refresh@^0.18.0:
|
|
8063
|
-
version "0.18.0"
|
|
8064
|
-
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz"
|
|
8065
|
-
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
|
|
8066
|
-
|
|
8067
8536
|
react@^19.2.4:
|
|
8068
8537
|
version "19.2.4"
|
|
8069
8538
|
resolved "https://registry.npmjs.org/react/-/react-19.2.4.tgz"
|
|
@@ -8327,6 +8796,30 @@ rfdc@^1.4.1:
|
|
|
8327
8796
|
resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz"
|
|
8328
8797
|
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
|
|
8329
8798
|
|
|
8799
|
+
rolldown@1.0.0-rc.12:
|
|
8800
|
+
version "1.0.0-rc.12"
|
|
8801
|
+
resolved "https://registry.yarnpkg.com/rolldown/-/rolldown-1.0.0-rc.12.tgz#e226fa74a4c21c71a13f8e44f778f81d58853ad5"
|
|
8802
|
+
integrity sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==
|
|
8803
|
+
dependencies:
|
|
8804
|
+
"@oxc-project/types" "=0.122.0"
|
|
8805
|
+
"@rolldown/pluginutils" "1.0.0-rc.12"
|
|
8806
|
+
optionalDependencies:
|
|
8807
|
+
"@rolldown/binding-android-arm64" "1.0.0-rc.12"
|
|
8808
|
+
"@rolldown/binding-darwin-arm64" "1.0.0-rc.12"
|
|
8809
|
+
"@rolldown/binding-darwin-x64" "1.0.0-rc.12"
|
|
8810
|
+
"@rolldown/binding-freebsd-x64" "1.0.0-rc.12"
|
|
8811
|
+
"@rolldown/binding-linux-arm-gnueabihf" "1.0.0-rc.12"
|
|
8812
|
+
"@rolldown/binding-linux-arm64-gnu" "1.0.0-rc.12"
|
|
8813
|
+
"@rolldown/binding-linux-arm64-musl" "1.0.0-rc.12"
|
|
8814
|
+
"@rolldown/binding-linux-ppc64-gnu" "1.0.0-rc.12"
|
|
8815
|
+
"@rolldown/binding-linux-s390x-gnu" "1.0.0-rc.12"
|
|
8816
|
+
"@rolldown/binding-linux-x64-gnu" "1.0.0-rc.12"
|
|
8817
|
+
"@rolldown/binding-linux-x64-musl" "1.0.0-rc.12"
|
|
8818
|
+
"@rolldown/binding-openharmony-arm64" "1.0.0-rc.12"
|
|
8819
|
+
"@rolldown/binding-wasm32-wasi" "1.0.0-rc.12"
|
|
8820
|
+
"@rolldown/binding-win32-arm64-msvc" "1.0.0-rc.12"
|
|
8821
|
+
"@rolldown/binding-win32-x64-msvc" "1.0.0-rc.12"
|
|
8822
|
+
|
|
8330
8823
|
rolldown@1.0.0-rc.4:
|
|
8331
8824
|
version "1.0.0-rc.4"
|
|
8332
8825
|
resolved "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.4.tgz"
|
|
@@ -8472,7 +8965,7 @@ scule@^1.3.0:
|
|
|
8472
8965
|
resolved "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz"
|
|
8473
8966
|
integrity sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==
|
|
8474
8967
|
|
|
8475
|
-
semver@7.7.4, semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.2, semver@^7.6.3, semver@^7.7.2, semver@^7.7.3:
|
|
8968
|
+
semver@7.7.4, semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.2, semver@^7.6.3, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4:
|
|
8476
8969
|
version "7.7.4"
|
|
8477
8970
|
resolved "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz"
|
|
8478
8971
|
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
|
|
@@ -8499,6 +8992,16 @@ send@^1.1.0, send@^1.2.0:
|
|
|
8499
8992
|
range-parser "^1.2.1"
|
|
8500
8993
|
statuses "^2.0.2"
|
|
8501
8994
|
|
|
8995
|
+
seroval-plugins@~1.5.0:
|
|
8996
|
+
version "1.5.1"
|
|
8997
|
+
resolved "https://registry.yarnpkg.com/seroval-plugins/-/seroval-plugins-1.5.1.tgz#a0ebcaf43cb06ae0f33c777ebbd5e97223887ec6"
|
|
8998
|
+
integrity sha512-4FbuZ/TMl02sqv0RTFexu0SP6V+ywaIe5bAWCCEik0fk17BhALgwvUDVF7e3Uvf9pxmwCEJsRPmlkUE6HdzLAw==
|
|
8999
|
+
|
|
9000
|
+
seroval@~1.5.0:
|
|
9001
|
+
version "1.5.1"
|
|
9002
|
+
resolved "https://registry.yarnpkg.com/seroval/-/seroval-1.5.1.tgz#e35a01bcb8172ddcef12ef424a170f3ad93f64f0"
|
|
9003
|
+
integrity sha512-OwrZRZAfhHww0WEnKHDY8OM0U/Qs8OTfIDWhUD4BLpNJUfXK4cGmjiagGze086m+mhI+V2nD0gfbHEnJjb9STA==
|
|
9004
|
+
|
|
8502
9005
|
serve-static@^2.2.0:
|
|
8503
9006
|
version "2.2.1"
|
|
8504
9007
|
resolved "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz"
|
|
@@ -8715,7 +9218,7 @@ smart-buffer@^4.2.0:
|
|
|
8715
9218
|
resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz"
|
|
8716
9219
|
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
|
|
8717
9220
|
|
|
8718
|
-
smol-toml@^1.6.0
|
|
9221
|
+
smol-toml@^1.6.0:
|
|
8719
9222
|
version "1.6.1"
|
|
8720
9223
|
resolved "https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.6.1.tgz#4fceb5f7c4b86c2544024ef686e12ff0983465be"
|
|
8721
9224
|
integrity sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==
|
|
@@ -8737,6 +9240,24 @@ socks@^2.8.3:
|
|
|
8737
9240
|
ip-address "^10.0.1"
|
|
8738
9241
|
smart-buffer "^4.2.0"
|
|
8739
9242
|
|
|
9243
|
+
solid-js@^1.9.12:
|
|
9244
|
+
version "1.9.12"
|
|
9245
|
+
resolved "https://registry.yarnpkg.com/solid-js/-/solid-js-1.9.12.tgz#9bc014fe9fbfa590681dc9b4597927153e6bc713"
|
|
9246
|
+
integrity sha512-QzKaSJq2/iDrWR1As6MHZQ8fQkdOBf8GReYb7L5iKwMGceg7HxDcaOHk0at66tNgn9U2U7dXo8ZZpLIAmGMzgw==
|
|
9247
|
+
dependencies:
|
|
9248
|
+
csstype "^3.1.0"
|
|
9249
|
+
seroval "~1.5.0"
|
|
9250
|
+
seroval-plugins "~1.5.0"
|
|
9251
|
+
|
|
9252
|
+
solid-refresh@^0.6.3:
|
|
9253
|
+
version "0.6.3"
|
|
9254
|
+
resolved "https://registry.yarnpkg.com/solid-refresh/-/solid-refresh-0.6.3.tgz#d23ef80f04e177619c9234a809c573cb16360627"
|
|
9255
|
+
integrity sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==
|
|
9256
|
+
dependencies:
|
|
9257
|
+
"@babel/generator" "^7.23.6"
|
|
9258
|
+
"@babel/helper-module-imports" "^7.22.15"
|
|
9259
|
+
"@babel/types" "^7.23.6"
|
|
9260
|
+
|
|
8740
9261
|
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.2.1:
|
|
8741
9262
|
version "1.2.1"
|
|
8742
9263
|
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz"
|
|
@@ -8810,10 +9331,10 @@ statuses@^2.0.1, statuses@^2.0.2, statuses@~2.0.2:
|
|
|
8810
9331
|
resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz"
|
|
8811
9332
|
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
|
|
8812
9333
|
|
|
8813
|
-
std-env@^
|
|
8814
|
-
version "
|
|
8815
|
-
resolved "https://registry.
|
|
8816
|
-
integrity sha512-
|
|
9334
|
+
std-env@^4.0.0-rc.1:
|
|
9335
|
+
version "4.0.0"
|
|
9336
|
+
resolved "https://registry.yarnpkg.com/std-env/-/std-env-4.0.0.tgz#ba3dc31c3a46bc5ba21138aa20a6a4ceb5bb9b7e"
|
|
9337
|
+
integrity sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==
|
|
8817
9338
|
|
|
8818
9339
|
stdin-discarder@^0.3.1:
|
|
8819
9340
|
version "0.3.1"
|
|
@@ -8982,6 +9503,13 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.1:
|
|
|
8982
9503
|
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
|
|
8983
9504
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
8984
9505
|
|
|
9506
|
+
style-to-object@^1.0.6:
|
|
9507
|
+
version "1.0.14"
|
|
9508
|
+
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.14.tgz#1d22f0e7266bb8c6d8cae5caf4ec4f005e08f611"
|
|
9509
|
+
integrity sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==
|
|
9510
|
+
dependencies:
|
|
9511
|
+
inline-style-parser "0.2.7"
|
|
9512
|
+
|
|
8985
9513
|
superjson@^2.2.2:
|
|
8986
9514
|
version "2.2.6"
|
|
8987
9515
|
resolved "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz"
|
|
@@ -9035,10 +9563,10 @@ svelte2tsx@^0.7.46:
|
|
|
9035
9563
|
dedent-js "^1.0.1"
|
|
9036
9564
|
scule "^1.3.0"
|
|
9037
9565
|
|
|
9038
|
-
svelte@^5.
|
|
9039
|
-
version "5.
|
|
9040
|
-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.
|
|
9041
|
-
integrity sha512-
|
|
9566
|
+
svelte@^5.55.0:
|
|
9567
|
+
version "5.55.0"
|
|
9568
|
+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.55.0.tgz#4072df80d43f92794d52caa7beaaa7b7348ad1fd"
|
|
9569
|
+
integrity sha512-SThllKq6TRMBwPtat7ASnm/9CDXnIhBR0NPGw0ujn2DVYx9rVwsPZxDaDQcYGdUz/3BYVsCzdq7pZarRQoGvtw==
|
|
9042
9570
|
dependencies:
|
|
9043
9571
|
"@jridgewell/remapping" "^2.3.4"
|
|
9044
9572
|
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
@@ -9049,7 +9577,7 @@ svelte@^5.53.7:
|
|
|
9049
9577
|
aria-query "5.3.1"
|
|
9050
9578
|
axobject-query "^4.1.0"
|
|
9051
9579
|
clsx "^2.1.1"
|
|
9052
|
-
devalue "^5.6.
|
|
9580
|
+
devalue "^5.6.4"
|
|
9053
9581
|
esm-env "^1.2.1"
|
|
9054
9582
|
esrap "^2.2.2"
|
|
9055
9583
|
is-reference "^3.0.3"
|
|
@@ -9088,7 +9616,7 @@ table@^6.7.1:
|
|
|
9088
9616
|
string-width "^4.2.3"
|
|
9089
9617
|
strip-ansi "^6.0.1"
|
|
9090
9618
|
|
|
9091
|
-
tar@^7.4.3, tar@^7.5.
|
|
9619
|
+
tar@^7.4.3, tar@^7.5.4:
|
|
9092
9620
|
version "7.5.11"
|
|
9093
9621
|
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.11.tgz#1250fae45d98806b36d703b30973fa8e0a6d8868"
|
|
9094
9622
|
integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==
|
|
@@ -9122,10 +9650,10 @@ tinyglobby@0.2.15, tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14, t
|
|
|
9122
9650
|
fdir "^6.5.0"
|
|
9123
9651
|
picomatch "^4.0.3"
|
|
9124
9652
|
|
|
9125
|
-
tinyrainbow@^3.0
|
|
9126
|
-
version "3.0
|
|
9127
|
-
resolved "https://registry.
|
|
9128
|
-
integrity sha512-
|
|
9653
|
+
tinyrainbow@^3.1.0:
|
|
9654
|
+
version "3.1.0"
|
|
9655
|
+
resolved "https://registry.yarnpkg.com/tinyrainbow/-/tinyrainbow-3.1.0.tgz#1d8a623893f95cf0a2ddb9e5d11150e191409421"
|
|
9656
|
+
integrity sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==
|
|
9129
9657
|
|
|
9130
9658
|
tmp@^0.2.4:
|
|
9131
9659
|
version "0.2.5"
|
|
@@ -9286,15 +9814,15 @@ typed-array-length@^1.0.7:
|
|
|
9286
9814
|
possible-typed-array-names "^1.0.0"
|
|
9287
9815
|
reflect.getprototypeof "^1.0.6"
|
|
9288
9816
|
|
|
9289
|
-
typescript-eslint@^8.
|
|
9290
|
-
version "8.
|
|
9291
|
-
resolved "https://registry.
|
|
9292
|
-
integrity sha512-
|
|
9817
|
+
typescript-eslint@^8.57.2:
|
|
9818
|
+
version "8.57.2"
|
|
9819
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.57.2.tgz#d64c6648dda5b15176708701537ab0b55ba3c83d"
|
|
9820
|
+
integrity sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==
|
|
9293
9821
|
dependencies:
|
|
9294
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
9295
|
-
"@typescript-eslint/parser" "8.
|
|
9296
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
9297
|
-
"@typescript-eslint/utils" "8.
|
|
9822
|
+
"@typescript-eslint/eslint-plugin" "8.57.2"
|
|
9823
|
+
"@typescript-eslint/parser" "8.57.2"
|
|
9824
|
+
"@typescript-eslint/typescript-estree" "8.57.2"
|
|
9825
|
+
"@typescript-eslint/utils" "8.57.2"
|
|
9298
9826
|
|
|
9299
9827
|
typescript@^5.9.3:
|
|
9300
9828
|
version "5.9.3"
|
|
@@ -9331,10 +9859,10 @@ undici-types@~7.18.0:
|
|
|
9331
9859
|
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz"
|
|
9332
9860
|
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
|
|
9333
9861
|
|
|
9334
|
-
undici@7.
|
|
9335
|
-
version "7.24.
|
|
9336
|
-
resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.
|
|
9337
|
-
integrity sha512-
|
|
9862
|
+
undici@7.24.4:
|
|
9863
|
+
version "7.24.4"
|
|
9864
|
+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.4.tgz#873bce680d7c6354c941399fd4e8ea4563de4ea7"
|
|
9865
|
+
integrity sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==
|
|
9338
9866
|
|
|
9339
9867
|
unicorn-magic@^0.3.0:
|
|
9340
9868
|
version "0.3.0"
|
|
@@ -9549,6 +10077,18 @@ vite-plugin-inspect@0.8.9:
|
|
|
9549
10077
|
picocolors "^1.1.1"
|
|
9550
10078
|
sirv "^3.0.0"
|
|
9551
10079
|
|
|
10080
|
+
vite-plugin-solid@^2.11.11, vite-plugin-solid@^2.11.8:
|
|
10081
|
+
version "2.11.11"
|
|
10082
|
+
resolved "https://registry.yarnpkg.com/vite-plugin-solid/-/vite-plugin-solid-2.11.11.tgz#397bf339ab42fe5ac1bda033dec6e4f50e28fcc0"
|
|
10083
|
+
integrity sha512-YMZCXsLw9kyuvQFEdwLP27fuTQJLmjNoHy90AOJnbRuJ6DwShUxKFo38gdFrWn9v11hnGicKCZEaeI/TFs6JKw==
|
|
10084
|
+
dependencies:
|
|
10085
|
+
"@babel/core" "^7.23.3"
|
|
10086
|
+
"@types/babel__core" "^7.20.4"
|
|
10087
|
+
babel-preset-solid "^1.8.4"
|
|
10088
|
+
merge-anything "^5.1.7"
|
|
10089
|
+
solid-refresh "^0.6.3"
|
|
10090
|
+
vitefu "^1.0.4"
|
|
10091
|
+
|
|
9552
10092
|
vite-plugin-vue-devtools@^7.7.9:
|
|
9553
10093
|
version "7.7.9"
|
|
9554
10094
|
resolved "https://registry.npmjs.org/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.9.tgz"
|
|
@@ -9603,7 +10143,20 @@ vite@7.3.1:
|
|
|
9603
10143
|
optionalDependencies:
|
|
9604
10144
|
fsevents "~2.3.3"
|
|
9605
10145
|
|
|
9606
|
-
"vite@^6.0.0 || ^7.0.0", vite@^
|
|
10146
|
+
"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.1:
|
|
10147
|
+
version "8.0.3"
|
|
10148
|
+
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.3.tgz#036d9e3b077ff57b128660b3e3a5d2d12bac9b42"
|
|
10149
|
+
integrity sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==
|
|
10150
|
+
dependencies:
|
|
10151
|
+
lightningcss "^1.32.0"
|
|
10152
|
+
picomatch "^4.0.4"
|
|
10153
|
+
postcss "^8.5.8"
|
|
10154
|
+
rolldown "1.0.0-rc.12"
|
|
10155
|
+
tinyglobby "^0.2.15"
|
|
10156
|
+
optionalDependencies:
|
|
10157
|
+
fsevents "~2.3.3"
|
|
10158
|
+
|
|
10159
|
+
vite@^6.4.1:
|
|
9607
10160
|
version "6.4.1"
|
|
9608
10161
|
resolved "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz"
|
|
9609
10162
|
integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==
|
|
@@ -9617,35 +10170,35 @@ vite@7.3.1:
|
|
|
9617
10170
|
optionalDependencies:
|
|
9618
10171
|
fsevents "~2.3.3"
|
|
9619
10172
|
|
|
9620
|
-
vitefu@^1.0.6, vitefu@^1.1.1:
|
|
10173
|
+
vitefu@^1.0.4, vitefu@^1.0.6, vitefu@^1.1.1, vitefu@^1.1.2:
|
|
9621
10174
|
version "1.1.2"
|
|
9622
|
-
resolved "https://registry.
|
|
10175
|
+
resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.1.2.tgz#b63fcf3b606170702318b8c432663a3b9030f51d"
|
|
9623
10176
|
integrity sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==
|
|
9624
10177
|
|
|
9625
|
-
vitest@^4.
|
|
9626
|
-
version "4.
|
|
9627
|
-
resolved "https://registry.
|
|
9628
|
-
integrity sha512-
|
|
9629
|
-
dependencies:
|
|
9630
|
-
"@vitest/expect" "4.
|
|
9631
|
-
"@vitest/mocker" "4.
|
|
9632
|
-
"@vitest/pretty-format" "4.
|
|
9633
|
-
"@vitest/runner" "4.
|
|
9634
|
-
"@vitest/snapshot" "4.
|
|
9635
|
-
"@vitest/spy" "4.
|
|
9636
|
-
"@vitest/utils" "4.
|
|
9637
|
-
es-module-lexer "^
|
|
9638
|
-
expect-type "^1.
|
|
10178
|
+
vitest@^4.1.2:
|
|
10179
|
+
version "4.1.2"
|
|
10180
|
+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.1.2.tgz#3f7b36838ddf1067160489bea9a21ef465496265"
|
|
10181
|
+
integrity sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==
|
|
10182
|
+
dependencies:
|
|
10183
|
+
"@vitest/expect" "4.1.2"
|
|
10184
|
+
"@vitest/mocker" "4.1.2"
|
|
10185
|
+
"@vitest/pretty-format" "4.1.2"
|
|
10186
|
+
"@vitest/runner" "4.1.2"
|
|
10187
|
+
"@vitest/snapshot" "4.1.2"
|
|
10188
|
+
"@vitest/spy" "4.1.2"
|
|
10189
|
+
"@vitest/utils" "4.1.2"
|
|
10190
|
+
es-module-lexer "^2.0.0"
|
|
10191
|
+
expect-type "^1.3.0"
|
|
9639
10192
|
magic-string "^0.30.21"
|
|
9640
10193
|
obug "^2.1.1"
|
|
9641
10194
|
pathe "^2.0.3"
|
|
9642
10195
|
picomatch "^4.0.3"
|
|
9643
|
-
std-env "^
|
|
10196
|
+
std-env "^4.0.0-rc.1"
|
|
9644
10197
|
tinybench "^2.9.0"
|
|
9645
10198
|
tinyexec "^1.0.2"
|
|
9646
10199
|
tinyglobby "^0.2.15"
|
|
9647
|
-
tinyrainbow "^3.0
|
|
9648
|
-
vite "^6.0.0 || ^7.0.0"
|
|
10200
|
+
tinyrainbow "^3.1.0"
|
|
10201
|
+
vite "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
9649
10202
|
why-is-node-running "^2.3.0"
|
|
9650
10203
|
|
|
9651
10204
|
vue-component-type-helpers@^2.0.0:
|
|
@@ -9665,16 +10218,16 @@ vue-eslint-parser@^10.4.0:
|
|
|
9665
10218
|
esquery "^1.6.0"
|
|
9666
10219
|
semver "^7.6.3"
|
|
9667
10220
|
|
|
9668
|
-
vue@^3.5.
|
|
9669
|
-
version "3.5.
|
|
9670
|
-
resolved "https://registry.
|
|
9671
|
-
integrity sha512-
|
|
10221
|
+
vue@^3.5.31:
|
|
10222
|
+
version "3.5.31"
|
|
10223
|
+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.31.tgz#ff20b2ca7893b4f9ae576a2064dbd3e2f5850118"
|
|
10224
|
+
integrity sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==
|
|
9672
10225
|
dependencies:
|
|
9673
|
-
"@vue/compiler-dom" "3.5.
|
|
9674
|
-
"@vue/compiler-sfc" "3.5.
|
|
9675
|
-
"@vue/runtime-dom" "3.5.
|
|
9676
|
-
"@vue/server-renderer" "3.5.
|
|
9677
|
-
"@vue/shared" "3.5.
|
|
10226
|
+
"@vue/compiler-dom" "3.5.31"
|
|
10227
|
+
"@vue/compiler-sfc" "3.5.31"
|
|
10228
|
+
"@vue/runtime-dom" "3.5.31"
|
|
10229
|
+
"@vue/server-renderer" "3.5.31"
|
|
10230
|
+
"@vue/shared" "3.5.31"
|
|
9678
10231
|
|
|
9679
10232
|
watchpack@2.5.1:
|
|
9680
10233
|
version "2.5.1"
|
|
@@ -9943,7 +10496,7 @@ yoctocolors@^2.1.1:
|
|
|
9943
10496
|
resolved "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz"
|
|
9944
10497
|
integrity sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==
|
|
9945
10498
|
|
|
9946
|
-
zimmerframe@^1.1.2:
|
|
10499
|
+
zimmerframe@^1.1.2, zimmerframe@^1.1.4:
|
|
9947
10500
|
version "1.1.4"
|
|
9948
10501
|
resolved "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.4.tgz"
|
|
9949
10502
|
integrity sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==
|