@cryptotaxi247 / CoPilot / commits / fd71c4e8

Fix/docker build (#435)

* chore: update frontend dependencies * fix: vite config --------- Co-authored-by: Davide Di Modica <webmaster.ddm@gmail.com>

taylor_socfortress committed Apr 3, 2025 at 14:18 UTC fd71c4e8ece3e9e1a2914636e06ff950666a4c14
3 files changed +786 -915
frontend/package.json
+4 -3
@@ -12,8 +12,9 @@
12 "dev:debug": "DEBUG=vite:* vite",
13 "build": "run-p type-check \"build:only {@}\" --",
14 "build:only": "vite build",
15 + "build:docker": "docker build .",
16 "build:analyzer": "vite-bundle-visualizer -t sunburst",
16 - "build:check": "run-s libs:reload build lint type-check format test:e2e test:unit",
17 + "build:check": "run-s libs:reload build lint type-check format test:e2e test:unit build:docker",
18 "preview": "vite build && echo '' && vite preview --port 4173 --host",
19 "preview:only": "vite preview --port 4173 --host",
20 "test:unit": "vitest run",
@@ -88,7 +89,7 @@
89 "@antfu/eslint-config": "^4.11.0",
90 "@clack/prompts": "^0.10.0",
91 "@iconify/vue": "^4.3.0",
91 - "@tailwindcss/vite": "^4.1.1",
92 + "@tailwindcss/vite": "^4.1.2",
93 "@tsconfig/node20": "^20.1.5",
94 "@types/bytes": "^3.1.5",
95 "@types/file-saver": "^2.0.7",
@@ -112,7 +113,7 @@
113 "prettier-plugin-tailwindcss": "^0.6.11",
114 "sass": "^1.86.2",
115 "start-server-and-test": "^2.0.11",
115 - "tailwindcss": "^4.1.1",
116 + "tailwindcss": "^4.1.2",
117 "taze": "^19.0.4",
118 "type-fest": "^4.39.1",
119 "typescript": "~5.8.2",
frontend/pnpm-lock.yaml
+781 -910
@@ -103,7 +103,7 @@ importers:
103 version: 3.2.1
104 thememirror:
105 specifier: ^2.0.1
106 - version: 2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.2)(@codemirror/view@6.36.4)
106 + version: 2.0.1(@codemirror/language@6.11.0)(@codemirror/state@6.5.2)(@codemirror/view@6.36.5)
107 validator:
108 specifier: ^13.15.0
109 version: 13.15.0
@@ -140,7 +140,7 @@ importers:
140 devDependencies:
141 '@antfu/eslint-config':
142 specifier: ^4.11.0
143 - version: 4.11.0(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
143 + version: 4.11.0(@typescript-eslint/utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
144 '@clack/prompts':
145 specifier: ^0.10.0
146 version: 0.10.0
@@ -148,8 +148,8 @@ importers:
148 specifier: ^4.3.0
149 version: 4.3.0(vue@3.5.13(typescript@5.8.2))
150 '@tailwindcss/vite':
151 - specifier: ^4.1.1
152 - version: 4.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
151 + specifier: ^4.1.2
152 + version: 4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
153 '@tsconfig/node20':
154 specifier: ^20.1.5
155 version: 20.1.5
@@ -176,10 +176,10 @@ importers:
176 version: 13.12.3
177 '@vitejs/plugin-vue':
178 specifier: ^5.2.3
179 - version: 5.2.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))
179 + version: 5.2.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))
180 '@vitejs/plugin-vue-jsx':
181 specifier: ^4.1.2
182 - version: 4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))
182 + version: 4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))
183 '@vue/test-utils':
184 specifier: ^2.4.6
185 version: 2.4.6
@@ -220,8 +220,8 @@ importers:
220 specifier: ^2.0.11
221 version: 2.0.11
222 tailwindcss:
223 - specifier: ^4.1.1
224 - version: 4.1.1
223 + specifier: ^4.1.2
224 + version: 4.1.2
225 taze:
226 specifier: ^19.0.4
227 version: 19.0.4
@@ -233,19 +233,19 @@ importers:
233 version: 5.8.2
234 vite:
235 specifier: ^6.2.5
236 - version: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
236 + version: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
237 vite-bundle-visualizer:
238 specifier: ^1.2.1
239 - version: 1.2.1(rollup@4.34.9)
239 + version: 1.2.1(rollup@4.39.0)
240 vite-plugin-vue-devtools:
241 specifier: ^7.7.2
242 - version: 7.7.2(rollup@4.34.9)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))
242 + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))
243 vite-svg-loader:
244 specifier: ^5.1.0
245 version: 5.1.0(vue@3.5.13(typescript@5.8.2))
246 vitest:
247 specifier: ^3.1.1
248 - version: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
248 + version: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
249 vue-tsc:
250 specifier: ^2.2.8
251 version: 2.2.8(typescript@5.8.2)
@@ -328,8 +328,8 @@ packages:
328 '@antfu/utils@0.7.10':
329 resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
330
331 - '@asamuzakjp/css-color@2.8.3':
332 - resolution: {integrity: sha512-GIc76d9UI1hCvOATjZPyHFmE5qhRccp3/zGfMPapK3jBi+yocEzp6BBB0UnfRYP9NP4FANqUZYb0hnfs3TM3hw==}
331 + '@asamuzakjp/css-color@3.1.1':
332 + resolution: {integrity: sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==}
333
334 '@babel/code-frame@7.26.2':
335 resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
@@ -339,24 +339,24 @@ packages:
339 resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
340 engines: {node: '>=6.9.0'}
341
342 - '@babel/core@7.26.9':
343 - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==}
342 + '@babel/core@7.26.10':
343 + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==}
344 engines: {node: '>=6.9.0'}
345
346 - '@babel/generator@7.26.9':
347 - resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==}
346 + '@babel/generator@7.27.0':
347 + resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==}
348 engines: {node: '>=6.9.0'}
349
350 '@babel/helper-annotate-as-pure@7.25.9':
351 resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
352 engines: {node: '>=6.9.0'}
353
354 - '@babel/helper-compilation-targets@7.26.5':
355 - resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==}
354 + '@babel/helper-compilation-targets@7.27.0':
355 + resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==}
356 engines: {node: '>=6.9.0'}
357
358 - '@babel/helper-create-class-features-plugin@7.26.9':
359 - resolution: {integrity: sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==}
358 + '@babel/helper-create-class-features-plugin@7.27.0':
359 + resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==}
360 engines: {node: '>=6.9.0'}
361 peerDependencies:
362 '@babel/core': ^7.0.0
@@ -405,12 +405,12 @@ packages:
405 resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
406 engines: {node: '>=6.9.0'}
407
408 - '@babel/helpers@7.26.9':
409 - resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==}
408 + '@babel/helpers@7.27.0':
409 + resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==}
410 engines: {node: '>=6.9.0'}
411
412 - '@babel/parser@7.26.9':
413 - resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==}
412 + '@babel/parser@7.27.0':
413 + resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==}
414 engines: {node: '>=6.0.0'}
415 hasBin: true
416
@@ -449,26 +449,22 @@ packages:
449 peerDependencies:
450 '@babel/core': ^7.0.0-0
451
452 - '@babel/plugin-transform-typescript@7.26.8':
453 - resolution: {integrity: sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==}
452 + '@babel/plugin-transform-typescript@7.27.0':
453 + resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==}
454 engines: {node: '>=6.9.0'}
455 peerDependencies:
456 '@babel/core': ^7.0.0-0
457
458 - '@babel/standalone@7.26.9':
459 - resolution: {integrity: sha512-UTeQKy0kzJwWRe55kT1uK4G9H6D0lS6G4207hCU/bDaOhA5t2aC0qHN6GmID0Axv3OFLNXm27NdqcWp+BXcGtA==}
460 - engines: {node: '>=6.9.0'}
461 -
462 - '@babel/template@7.26.9':
463 - resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==}
458 + '@babel/template@7.27.0':
459 + resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==}
460 engines: {node: '>=6.9.0'}
461
466 - '@babel/traverse@7.26.9':
467 - resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==}
462 + '@babel/traverse@7.27.0':
463 + resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==}
464 engines: {node: '>=6.9.0'}
465
470 - '@babel/types@7.26.9':
471 - resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==}
466 + '@babel/types@7.27.0':
467 + resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
468 engines: {node: '>=6.9.0'}
469
470 '@clack/core@0.4.1':
@@ -489,11 +485,11 @@ packages:
485 '@codemirror/lang-xml@6.1.0':
486 resolution: {integrity: sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==}
487
492 - '@codemirror/language@6.10.8':
493 - resolution: {integrity: sha512-wcP8XPPhDH2vTqf181U8MbZnW+tDyPYy0UzVOa+oHORjyT+mhhom9vBd7dApJwoDz9Nb/a8kHjJIsuA/t8vNFw==}
488 + '@codemirror/language@6.11.0':
489 + resolution: {integrity: sha512-A7+f++LodNNc1wGgoRDTt78cOwWm9KVezApgjOMp1W4hM0898nsqBXwF+sbePE7ZRcjN7Sa1Z5m2oN27XkmEjQ==}
490
495 - '@codemirror/lint@6.8.4':
496 - resolution: {integrity: sha512-u4q7PnZlJUojeRe8FJa/njJcMctISGgPQ4PnWsd9268R4ZTtU+tfFYmwkBvgcrK2+QQ8tYFVALVb5fVJykKc5A==}
491 + '@codemirror/lint@6.8.5':
492 + resolution: {integrity: sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==}
493
494 '@codemirror/search@6.5.10':
495 resolution: {integrity: sha512-RMdPdmsrUf53pb2VwflKGHEe1XVM07hI7vV2ntgw1dmqhimpatSJKva4VA9h4TLUDOD4EIF02201oZurpnEFsg==}
@@ -504,8 +500,8 @@ packages:
500 '@codemirror/theme-one-dark@6.1.2':
501 resolution: {integrity: sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==}
502
507 - '@codemirror/view@6.36.4':
508 - resolution: {integrity: sha512-ZQ0V5ovw/miKEXTvjgzRyjnrk9TwriUB1k4R5p7uNnHR9Hus+D1SXHGdJshijEzPFjU25xea/7nhIeSqYFKdbA==}
503 + '@codemirror/view@6.36.5':
504 + resolution: {integrity: sha512-cd+FZEUlu3GQCYnguYm3EkhJ8KJVisqqUsCOKedBoAt/d9c76JUUap6U0UrpElln5k6VyrEOYliMuDAKIeDQLg==}
505
506 '@colors/colors@1.5.0':
507 resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
@@ -576,152 +572,152 @@ packages:
572 resolution: {integrity: sha512-+zZymuVLH6zVwXPtCAtC+bDymxmEwEqDftdAK+f407IF1bnX49anIxvBhCA1AqUIfD6egj1jM1vUnSuijjNyYg==}
573 engines: {node: '>=18'}
574
579 - '@esbuild/aix-ppc64@0.25.0':
580 - resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==}
575 + '@esbuild/aix-ppc64@0.25.2':
576 + resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==}
577 engines: {node: '>=18'}
578 cpu: [ppc64]
579 os: [aix]
580
585 - '@esbuild/android-arm64@0.25.0':
586 - resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==}
581 + '@esbuild/android-arm64@0.25.2':
582 + resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==}
583 engines: {node: '>=18'}
584 cpu: [arm64]
585 os: [android]
586
591 - '@esbuild/android-arm@0.25.0':
592 - resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==}
587 + '@esbuild/android-arm@0.25.2':
588 + resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==}
589 engines: {node: '>=18'}
590 cpu: [arm]
591 os: [android]
592
597 - '@esbuild/android-x64@0.25.0':
598 - resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==}
593 + '@esbuild/android-x64@0.25.2':
594 + resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==}
595 engines: {node: '>=18'}
596 cpu: [x64]
597 os: [android]
598
603 - '@esbuild/darwin-arm64@0.25.0':
604 - resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==}
599 + '@esbuild/darwin-arm64@0.25.2':
600 + resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==}
601 engines: {node: '>=18'}
602 cpu: [arm64]
603 os: [darwin]
604
609 - '@esbuild/darwin-x64@0.25.0':
610 - resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==}
605 + '@esbuild/darwin-x64@0.25.2':
606 + resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==}
607 engines: {node: '>=18'}
608 cpu: [x64]
609 os: [darwin]
610
615 - '@esbuild/freebsd-arm64@0.25.0':
616 - resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==}
611 + '@esbuild/freebsd-arm64@0.25.2':
612 + resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==}
613 engines: {node: '>=18'}
614 cpu: [arm64]
615 os: [freebsd]
616
621 - '@esbuild/freebsd-x64@0.25.0':
622 - resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==}
617 + '@esbuild/freebsd-x64@0.25.2':
618 + resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==}
619 engines: {node: '>=18'}
620 cpu: [x64]
621 os: [freebsd]
622
627 - '@esbuild/linux-arm64@0.25.0':
628 - resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==}
623 + '@esbuild/linux-arm64@0.25.2':
624 + resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==}
625 engines: {node: '>=18'}
626 cpu: [arm64]
627 os: [linux]
628
633 - '@esbuild/linux-arm@0.25.0':
634 - resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==}
629 + '@esbuild/linux-arm@0.25.2':
630 + resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==}
631 engines: {node: '>=18'}
632 cpu: [arm]
633 os: [linux]
634
639 - '@esbuild/linux-ia32@0.25.0':
640 - resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==}
635 + '@esbuild/linux-ia32@0.25.2':
636 + resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==}
637 engines: {node: '>=18'}
638 cpu: [ia32]
639 os: [linux]
640
645 - '@esbuild/linux-loong64@0.25.0':
646 - resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==}
641 + '@esbuild/linux-loong64@0.25.2':
642 + resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==}
643 engines: {node: '>=18'}
644 cpu: [loong64]
645 os: [linux]
646
651 - '@esbuild/linux-mips64el@0.25.0':
652 - resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==}
647 + '@esbuild/linux-mips64el@0.25.2':
648 + resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==}
649 engines: {node: '>=18'}
650 cpu: [mips64el]
651 os: [linux]
652
657 - '@esbuild/linux-ppc64@0.25.0':
658 - resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==}
653 + '@esbuild/linux-ppc64@0.25.2':
654 + resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==}
655 engines: {node: '>=18'}
656 cpu: [ppc64]
657 os: [linux]
658
663 - '@esbuild/linux-riscv64@0.25.0':
664 - resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==}
659 + '@esbuild/linux-riscv64@0.25.2':
660 + resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==}
661 engines: {node: '>=18'}
662 cpu: [riscv64]
663 os: [linux]
664
669 - '@esbuild/linux-s390x@0.25.0':
670 - resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==}
665 + '@esbuild/linux-s390x@0.25.2':
666 + resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==}
667 engines: {node: '>=18'}
668 cpu: [s390x]
669 os: [linux]
670
675 - '@esbuild/linux-x64@0.25.0':
676 - resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==}
671 + '@esbuild/linux-x64@0.25.2':
672 + resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==}
673 engines: {node: '>=18'}
674 cpu: [x64]
675 os: [linux]
676
681 - '@esbuild/netbsd-arm64@0.25.0':
682 - resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==}
677 + '@esbuild/netbsd-arm64@0.25.2':
678 + resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==}
679 engines: {node: '>=18'}
680 cpu: [arm64]
681 os: [netbsd]
682
687 - '@esbuild/netbsd-x64@0.25.0':
688 - resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==}
683 + '@esbuild/netbsd-x64@0.25.2':
684 + resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==}
685 engines: {node: '>=18'}
686 cpu: [x64]
687 os: [netbsd]
688
693 - '@esbuild/openbsd-arm64@0.25.0':
694 - resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==}
689 + '@esbuild/openbsd-arm64@0.25.2':
690 + resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==}
691 engines: {node: '>=18'}
692 cpu: [arm64]
693 os: [openbsd]
694
699 - '@esbuild/openbsd-x64@0.25.0':
700 - resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==}
695 + '@esbuild/openbsd-x64@0.25.2':
696 + resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==}
697 engines: {node: '>=18'}
698 cpu: [x64]
699 os: [openbsd]
700
705 - '@esbuild/sunos-x64@0.25.0':
706 - resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==}
701 + '@esbuild/sunos-x64@0.25.2':
702 + resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==}
703 engines: {node: '>=18'}
704 cpu: [x64]
705 os: [sunos]
706
711 - '@esbuild/win32-arm64@0.25.0':
712 - resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==}
707 + '@esbuild/win32-arm64@0.25.2':
708 + resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==}
709 engines: {node: '>=18'}
710 cpu: [arm64]
711 os: [win32]
712
717 - '@esbuild/win32-ia32@0.25.0':
718 - resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==}
713 + '@esbuild/win32-ia32@0.25.2':
714 + resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==}
715 engines: {node: '>=18'}
716 cpu: [ia32]
717 os: [win32]
718
723 - '@esbuild/win32-x64@0.25.0':
724 - resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==}
719 + '@esbuild/win32-x64@0.25.2':
720 + resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==}
721 engines: {node: '>=18'}
722 cpu: [x64]
723 os: [win32]
@@ -732,8 +728,8 @@ packages:
728 peerDependencies:
729 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
730
735 - '@eslint-community/eslint-utils@4.4.1':
736 - resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==}
731 + '@eslint-community/eslint-utils@4.5.1':
732 + resolution: {integrity: sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==}
733 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
734 peerDependencies:
735 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
@@ -742,8 +738,8 @@ packages:
738 resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
739 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
740
745 - '@eslint/compat@1.2.7':
746 - resolution: {integrity: sha512-xvv7hJE32yhegJ8xNAnb62ggiAwTYHBpUCWhRxEj/ksvgDJuSXfoDkBcRYaYNFiJ+jH0IE3K16hd+xXzhBgNbg==}
741 + '@eslint/compat@1.2.8':
742 + resolution: {integrity: sha512-LqCYHdWL/QqKIJuZ/ucMAv8d4luKGs4oCPgpt8mWztQAtPrHfXKQ/XAUc8ljCHAfJCn6SvkpTcGt5Tsh8saowA==}
743 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
744 peerDependencies:
745 eslint: ^9.10.0
@@ -755,8 +751,8 @@ packages:
751 resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
752 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
753
758 - '@eslint/config-helpers@0.2.0':
759 - resolution: {integrity: sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==}
754 + '@eslint/config-helpers@0.2.1':
755 + resolution: {integrity: sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==}
756 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
757
758 '@eslint/core@0.10.0':
@@ -767,6 +763,10 @@ packages:
763 resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==}
764 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
765
766 + '@eslint/core@0.13.0':
767 + resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==}
768 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
769 +
770 '@eslint/eslintrc@3.3.1':
771 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
772 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -783,8 +783,8 @@ packages:
783 resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
784 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
785
786 - '@eslint/plugin-kit@0.2.7':
787 - resolution: {integrity: sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==}
786 + '@eslint/plugin-kit@0.2.8':
787 + resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==}
788 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
789
790 '@f3ve/vue-markdown-it@0.2.3':
@@ -890,8 +890,8 @@ packages:
890 '@marijn/find-cluster-break@1.0.2':
891 resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
892
893 - '@napi-rs/wasm-runtime@0.2.7':
894 - resolution: {integrity: sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==}
893 + '@napi-rs/wasm-runtime@0.2.8':
894 + resolution: {integrity: sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==}
895
896 '@nodelib/fs.scandir@2.1.5':
897 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
@@ -905,8 +905,8 @@ packages:
905 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
906 engines: {node: '>= 8'}
907
908 - '@nuxt/kit@3.15.4':
909 - resolution: {integrity: sha512-dr7I7eZOoRLl4uxdxeL2dQsH0OrbEiVPIyBHnBpA4co24CBnoJoF+JINuP9l3PAM3IhUzc5JIVq3/YY3lEc3Hw==}
908 + '@nuxt/kit@3.16.2':
909 + resolution: {integrity: sha512-K1SAUo2vweTfudKZzjKsZ5YJoxPLTspR5qz5+G61xtZreLpsdpDYfBseqsIAl5VFLJuszeRpWQ01jP9LfQ6Ksw==}
910 engines: {node: '>=18.12.0'}
911
912 '@one-ini/wasm@0.1.1':
@@ -998,16 +998,20 @@ packages:
998 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
999 engines: {node: '>=14'}
1000
1001 - '@pkgr/core@0.1.1':
1002 - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
1001 + '@pkgr/core@0.1.2':
1002 + resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==}
1003 + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
1004 +
1005 + '@pkgr/core@0.2.0':
1006 + resolution: {integrity: sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==}
1007 engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
1008
1009 '@polka/url@1.0.0-next.28':
1010 resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
1011
1008 - '@quansync/fs@0.1.1':
1009 - resolution: {integrity: sha512-sx8J1O/+j2lqs8MvsEz6rs/6UAUpCb4fu7C6EqtMqzbS3CmqLkTDTOMK+DrWukvyUuHzl8DhMjfNJzQDTqfGJg==}
1010 - engines: {node: '>=20.18.0'}
1012 + '@quansync/fs@0.1.2':
1013 + resolution: {integrity: sha512-ezIadUb1aFhwJLd++WVqVpi9rnlX8vnd4ju7saPhwLHJN1mJgOv0puePTGV+FbtSnWtwoHDT8lAm4kagDZmpCg==}
1014 + engines: {node: '>=20.0.0'}
1015
1016 '@rollup/pluginutils@5.1.4':
1017 resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
@@ -1018,79 +1022,79 @@ packages:
1022 rollup:
1023 optional: true
1024
1021 - '@rollup/rollup-android-arm-eabi@4.34.9':
1022 - resolution: {integrity: sha512-qZdlImWXur0CFakn2BJ2znJOdqYZKiedEPEVNTBrpfPjc/YuTGcaYZcdmNFTkUj3DU0ZM/AElcM8Ybww3xVLzA==}
1025 + '@rollup/rollup-android-arm-eabi@4.39.0':
1026 + resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==}
1027 cpu: [arm]
1028 os: [android]
1029
1026 - '@rollup/rollup-android-arm64@4.34.9':
1027 - resolution: {integrity: sha512-4KW7P53h6HtJf5Y608T1ISKvNIYLWRKMvfnG0c44M6In4DQVU58HZFEVhWINDZKp7FZps98G3gxwC1sb0wXUUg==}
1030 + '@rollup/rollup-android-arm64@4.39.0':
1031 + resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==}
1032 cpu: [arm64]
1033 os: [android]
1034
1031 - '@rollup/rollup-darwin-arm64@4.34.9':
1032 - resolution: {integrity: sha512-0CY3/K54slrzLDjOA7TOjN1NuLKERBgk9nY5V34mhmuu673YNb+7ghaDUs6N0ujXR7fz5XaS5Aa6d2TNxZd0OQ==}
1035 + '@rollup/rollup-darwin-arm64@4.39.0':
1036 + resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==}
1037 cpu: [arm64]
1038 os: [darwin]
1039
1036 - '@rollup/rollup-darwin-x64@4.34.9':
1037 - resolution: {integrity: sha512-eOojSEAi/acnsJVYRxnMkPFqcxSMFfrw7r2iD9Q32SGkb/Q9FpUY1UlAu1DH9T7j++gZ0lHjnm4OyH2vCI7l7Q==}
1040 + '@rollup/rollup-darwin-x64@4.39.0':
1041 + resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==}
1042 cpu: [x64]
1043 os: [darwin]
1044
1041 - '@rollup/rollup-freebsd-arm64@4.34.9':
1042 - resolution: {integrity: sha512-2lzjQPJbN5UnHm7bHIUKFMulGTQwdvOkouJDpPysJS+QFBGDJqcfh+CxxtG23Ik/9tEvnebQiylYoazFMAgrYw==}
1045 + '@rollup/rollup-freebsd-arm64@4.39.0':
1046 + resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==}
1047 cpu: [arm64]
1048 os: [freebsd]
1049
1046 - '@rollup/rollup-freebsd-x64@4.34.9':
1047 - resolution: {integrity: sha512-SLl0hi2Ah2H7xQYd6Qaiu01kFPzQ+hqvdYSoOtHYg/zCIFs6t8sV95kaoqjzjFwuYQLtOI0RZre/Ke0nPaQV+g==}
1050 + '@rollup/rollup-freebsd-x64@4.39.0':
1051 + resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==}
1052 cpu: [x64]
1053 os: [freebsd]
1054
1051 - '@rollup/rollup-linux-arm-gnueabihf@4.34.9':
1052 - resolution: {integrity: sha512-88I+D3TeKItrw+Y/2ud4Tw0+3CxQ2kLgu3QvrogZ0OfkmX/DEppehus7L3TS2Q4lpB+hYyxhkQiYPJ6Mf5/dPg==}
1055 + '@rollup/rollup-linux-arm-gnueabihf@4.39.0':
1056 + resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==}
1057 cpu: [arm]
1058 os: [linux]
1059
1056 - '@rollup/rollup-linux-arm-musleabihf@4.34.9':
1057 - resolution: {integrity: sha512-3qyfWljSFHi9zH0KgtEPG4cBXHDFhwD8kwg6xLfHQ0IWuH9crp005GfoUUh/6w9/FWGBwEHg3lxK1iHRN1MFlA==}
1060 + '@rollup/rollup-linux-arm-musleabihf@4.39.0':
1061 + resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==}
1062 cpu: [arm]
1063 os: [linux]
1064
1061 - '@rollup/rollup-linux-arm64-gnu@4.34.9':
1062 - resolution: {integrity: sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==}
1065 + '@rollup/rollup-linux-arm64-gnu@4.39.0':
1066 + resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==}
1067 cpu: [arm64]
1068 os: [linux]
1069
1066 - '@rollup/rollup-linux-arm64-musl@4.34.9':
1067 - resolution: {integrity: sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==}
1070 + '@rollup/rollup-linux-arm64-musl@4.39.0':
1071 + resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==}
1072 cpu: [arm64]
1073 os: [linux]
1074
1071 - '@rollup/rollup-linux-loongarch64-gnu@4.34.9':
1072 - resolution: {integrity: sha512-dRAgTfDsn0TE0HI6cmo13hemKpVHOEyeciGtvlBTkpx/F65kTvShtY/EVyZEIfxFkV5JJTuQ9tP5HGBS0hfxIg==}
1075 + '@rollup/rollup-linux-loongarch64-gnu@4.39.0':
1076 + resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==}
1077 cpu: [loong64]
1078 os: [linux]
1079
1076 - '@rollup/rollup-linux-powerpc64le-gnu@4.34.9':
1077 - resolution: {integrity: sha512-PHcNOAEhkoMSQtMf+rJofwisZqaU8iQ8EaSps58f5HYll9EAY5BSErCZ8qBDMVbq88h4UxaNPlbrKqfWP8RfJA==}
1080 + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0':
1081 + resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==}
1082 cpu: [ppc64]
1083 os: [linux]
1084
1081 - '@rollup/rollup-linux-riscv64-gnu@4.34.9':
1082 - resolution: {integrity: sha512-Z2i0Uy5G96KBYKjeQFKbbsB54xFOL5/y1P5wNBsbXB8yE+At3oh0DVMjQVzCJRJSfReiB2tX8T6HUFZ2k8iaKg==}
1085 + '@rollup/rollup-linux-riscv64-gnu@4.39.0':
1086 + resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==}
1087 cpu: [riscv64]
1088 os: [linux]
1089
1086 - '@rollup/rollup-linux-s390x-gnu@4.34.9':
1087 - resolution: {integrity: sha512-U+5SwTMoeYXoDzJX5dhDTxRltSrIax8KWwfaaYcynuJw8mT33W7oOgz0a+AaXtGuvhzTr2tVKh5UO8GVANTxyQ==}
1088 - cpu: [s390x]
1090 + '@rollup/rollup-linux-riscv64-musl@4.39.0':
1091 + resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==}
1092 + cpu: [riscv64]
1093 os: [linux]
1094
1091 - '@rollup/rollup-linux-x64-gnu@4.34.9':
1092 - resolution: {integrity: sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==}
1093 - cpu: [x64]
1095 + '@rollup/rollup-linux-s390x-gnu@4.39.0':
1096 + resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==}
1097 + cpu: [s390x]
1098 os: [linux]
1099
1100 '@rollup/rollup-linux-x64-gnu@4.39.0':
@@ -1098,23 +1102,23 @@ packages:
1102 cpu: [x64]
1103 os: [linux]
1104
1101 - '@rollup/rollup-linux-x64-musl@4.34.9':
1102 - resolution: {integrity: sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==}
1105 + '@rollup/rollup-linux-x64-musl@4.39.0':
1106 + resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==}
1107 cpu: [x64]
1108 os: [linux]
1109
1106 - '@rollup/rollup-win32-arm64-msvc@4.34.9':
1107 - resolution: {integrity: sha512-z4mQK9dAN6byRA/vsSgQiPeuO63wdiDxZ9yg9iyX2QTzKuQM7T4xlBoeUP/J8uiFkqxkcWndWi+W7bXdPbt27Q==}
1110 + '@rollup/rollup-win32-arm64-msvc@4.39.0':
1111 + resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==}
1112 cpu: [arm64]
1113 os: [win32]
1114
1111 - '@rollup/rollup-win32-ia32-msvc@4.34.9':
1112 - resolution: {integrity: sha512-KB48mPtaoHy1AwDNkAJfHXvHp24H0ryZog28spEs0V48l3H1fr4i37tiyHsgKZJnCmvxsbATdZGBpbmxTE3a9w==}
1115 + '@rollup/rollup-win32-ia32-msvc@4.39.0':
1116 + resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==}
1117 cpu: [ia32]
1118 os: [win32]
1119
1116 - '@rollup/rollup-win32-x64-msvc@4.34.9':
1117 - resolution: {integrity: sha512-AyleYRPU7+rgkMWbEh71fQlrzRfeP6SyMnRf9XX4fCdDPAJumdSBqYEcWPMzVQ4ScAl7E4oFfK0GUVn77xSwbw==}
1120 + '@rollup/rollup-win32-x64-msvc@4.39.0':
1121 + resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==}
1122 cpu: [x64]
1123 os: [win32]
1124
@@ -1198,81 +1202,81 @@ packages:
1202 peerDependencies:
1203 '@svgdotjs/svg.js': ^3.2.4
1204
1201 - '@tailwindcss/node@4.1.1':
1202 - resolution: {integrity: sha512-xvlh4pvfG/bkv0fEtJDABAm1tjtSmSyi2QmS4zyj1EKNI1UiOYiUq1IphSwDsNJ5vJ9cWEGs4rJXpUdCN2kujQ==}
1205 + '@tailwindcss/node@4.1.2':
1206 + resolution: {integrity: sha512-ZwFnxH+1z8Ehh8bNTMX3YFrYdzAv7JLY5X5X7XSFY+G9QGJVce/P9xb2mh+j5hKt8NceuHmdtllJvAHWKtsNrQ==}
1207
1204 - '@tailwindcss/oxide-android-arm64@4.1.1':
1205 - resolution: {integrity: sha512-gTyRzfdParpoCU1yyUC/iN6XK6T0Ra4bDlF8Aeul5NP9cLzKEZDogdNVNGv5WZmCDkVol7qlex7TMmcfytMmmw==}
1208 + '@tailwindcss/oxide-android-arm64@4.1.2':
1209 + resolution: {integrity: sha512-IxkXbntHX8lwGmwURUj4xTr6nezHhLYqeiJeqa179eihGv99pRlKV1W69WByPJDQgSf4qfmwx904H6MkQqTA8w==}
1210 engines: {node: '>= 10'}
1211 cpu: [arm64]
1212 os: [android]
1213
1210 - '@tailwindcss/oxide-darwin-arm64@4.1.1':
1211 - resolution: {integrity: sha512-dI0QbdMWBvLB3MtaTKetzUKG9CUUQow8JSP4Nm+OxVokeZ+N+f1OmZW/hW1LzMxpx9RQCBgSRL+IIvKRat5Wdg==}
1214 + '@tailwindcss/oxide-darwin-arm64@4.1.2':
1215 + resolution: {integrity: sha512-ZRtiHSnFYHb4jHKIdzxlFm6EDfijTCOT4qwUhJ3GWxfDoW2yT3z/y8xg0nE7e72unsmSj6dtfZ9Y5r75FIrlpA==}
1216 engines: {node: '>= 10'}
1217 cpu: [arm64]
1218 os: [darwin]
1219
1216 - '@tailwindcss/oxide-darwin-x64@4.1.1':
1217 - resolution: {integrity: sha512-2Y+NPQOTRBCItshPgY/CWg4bKi7E9evMg4bgdb6h9iZObCZLOe3doPcuSxGS3DB0dKyMFKE8pTdWtFUbxZBMSA==}
1220 + '@tailwindcss/oxide-darwin-x64@4.1.2':
1221 + resolution: {integrity: sha512-BiKUNZf1A0pBNzndBvnPnBxonCY49mgbOsPfILhcCE5RM7pQlRoOgN7QnwNhY284bDbfQSEOWnFR0zbPo6IDTw==}
1222 engines: {node: '>= 10'}
1223 cpu: [x64]
1224 os: [darwin]
1225
1222 - '@tailwindcss/oxide-freebsd-x64@4.1.1':
1223 - resolution: {integrity: sha512-N97NGMsB/7CHShbc5ube4dcsW/bYENkBrg8yWi8ieN9boYVRdw3cZviVryV/Nfu9bKbBV9kUvduFF2qBI7rEqg==}
1226 + '@tailwindcss/oxide-freebsd-x64@4.1.2':
1227 + resolution: {integrity: sha512-Z30VcpUfRGkiddj4l5NRCpzbSGjhmmklVoqkVQdkEC0MOelpY+fJrVhzSaXHmWrmSvnX8yiaEqAbdDScjVujYQ==}
1228 engines: {node: '>= 10'}
1229 cpu: [x64]
1230 os: [freebsd]
1231
1228 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.1':
1229 - resolution: {integrity: sha512-33Lk6KbHnUZbXqza6RWNFo9wqPQ4+H5BAn1CkUUfC1RZ1vYbyDN6+iJPj53wmnWJ3mhRI8jWt3Jt1fO02IVdUQ==}
1232 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.2':
1233 + resolution: {integrity: sha512-w3wsK1ChOLeQ3gFOiwabtWU5e8fY3P1Ss8jR3IFIn/V0va3ir//hZ8AwURveS4oK1Pu6b8i+yxesT4qWnLVUow==}
1234 engines: {node: '>= 10'}
1235 cpu: [arm]
1236 os: [linux]
1237
1234 - '@tailwindcss/oxide-linux-arm64-gnu@4.1.1':
1235 - resolution: {integrity: sha512-LyW35RzSUy+80WYScv03HKasAUmMFDaSbNpWfk1gG5gEE9kuRGnDzSrqMoLAmY/kzMCYP/1kqmUiAx8EFLkI2A==}
1238 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.2':
1239 + resolution: {integrity: sha512-oY/u+xJHpndTj7B5XwtmXGk8mQ1KALMfhjWMMpE8pdVAznjJsF5KkCceJ4Fmn5lS1nHMCwZum5M3/KzdmwDMdw==}
1240 engines: {node: '>= 10'}
1241 cpu: [arm64]
1242 os: [linux]
1243
1240 - '@tailwindcss/oxide-linux-arm64-musl@4.1.1':
1241 - resolution: {integrity: sha512-1KPnDMlHdqjPTUSFjx55pafvs8RZXRgxfeRgUrukwDKkuj7gFk28vW3Mx65YdiugAc9NWs3VgueZWaM1Po6uGw==}
1244 + '@tailwindcss/oxide-linux-arm64-musl@4.1.2':
1245 + resolution: {integrity: sha512-k7G6vcRK/D+JOWqnKzKN/yQq1q4dCkI49fMoLcfs2pVcaUAXEqCP9NmA8Jv+XahBv5DtDjSAY3HJbjosEdKczg==}
1246 engines: {node: '>= 10'}
1247 cpu: [arm64]
1248 os: [linux]
1249
1246 - '@tailwindcss/oxide-linux-x64-gnu@4.1.1':
1247 - resolution: {integrity: sha512-4WdzA+MRlsinEEE6yxNMLJxpw0kE9XVipbAKdTL8BeUpyC2TdA3TL46lBulXzKp3BIxh3nqyR/UCqzl5o+3waQ==}
1250 + '@tailwindcss/oxide-linux-x64-gnu@4.1.2':
1251 + resolution: {integrity: sha512-fLL+c678TkYKgkDLLNxSjPPK/SzTec7q/E5pTwvpTqrth867dftV4ezRyhPM5PaiCqX651Y8Yk0wRQMcWUGnmQ==}
1252 engines: {node: '>= 10'}
1253 cpu: [x64]
1254 os: [linux]
1255
1252 - '@tailwindcss/oxide-linux-x64-musl@4.1.1':
1253 - resolution: {integrity: sha512-q7Ugbw3ARcjCW2VMUYrcMbJ6aMQuWPArBBE2EqC/swPZTdGADvMQSlvR0VKusUM4HoSsO7ZbvcZ53YwR57+AKw==}
1256 + '@tailwindcss/oxide-linux-x64-musl@4.1.2':
1257 + resolution: {integrity: sha512-0tU1Vjd1WucZ2ooq6y4nI9xyTSaH2g338bhrqk+2yzkMHskBm+pMsOCfY7nEIvALkA1PKPOycR4YVdlV7Czo+A==}
1258 engines: {node: '>= 10'}
1259 cpu: [x64]
1260 os: [linux]
1261
1258 - '@tailwindcss/oxide-win32-arm64-msvc@4.1.1':
1259 - resolution: {integrity: sha512-0KpqsovgHcIzm7eAGzzEZsEs0/nPYXnRBv+aPq/GehpNQuE/NAQu+YgZXIIof+VflDFuyXOEnaFr7T5MZ1INhA==}
1262 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.2':
1263 + resolution: {integrity: sha512-r8QaMo3QKiHqUcn+vXYCypCEha+R0sfYxmaZSgZshx9NfkY+CHz91aS2xwNV/E4dmUDkTPUag7sSdiCHPzFVTg==}
1264 engines: {node: '>= 10'}
1265 cpu: [arm64]
1266 os: [win32]
1267
1264 - '@tailwindcss/oxide-win32-x64-msvc@4.1.1':
1265 - resolution: {integrity: sha512-B1mjeXNS26kBOHv5sXARf6Wd0PWHV9x1TDlW0ummrBUOUAxAy5wcy4Nii1wzNvCdvC448hgiL06ylhwAbNthmg==}
1268 + '@tailwindcss/oxide-win32-x64-msvc@4.1.2':
1269 + resolution: {integrity: sha512-lYCdkPxh9JRHXoBsPE8Pu/mppUsC2xihYArNAESub41PKhHTnvn6++5RpmFM+GLSt3ewyS8fwCVvht7ulWm6cw==}
1270 engines: {node: '>= 10'}
1271 cpu: [x64]
1272 os: [win32]
1273
1270 - '@tailwindcss/oxide@4.1.1':
1271 - resolution: {integrity: sha512-7+YBgnPQ4+jv6B6WVOerJ6WOzDzNJXrRKDts674v6TKAqFqYRr9+EBtSziO7nNcwQ8JtoZNMeqA+WJDjtCM/7w==}
1274 + '@tailwindcss/oxide@4.1.2':
1275 + resolution: {integrity: sha512-Zwz//1QKo6+KqnCKMT7lA4bspGfwEgcPAHlSthmahtgrpKDfwRGk8PKQrW8Zg/ofCDIlg6EtjSTKSxxSufC+CQ==}
1276 engines: {node: '>= 10'}
1277
1274 - '@tailwindcss/vite@4.1.1':
1275 - resolution: {integrity: sha512-tFTkRZwXq4XKr3S2dUZBxy80wbWYHdDSsu4QOB1yE1HJFKjfxKVpXtup4dyTVdQcLInoHC9lZXFPHnjoBP774g==}
1278 + '@tailwindcss/vite@4.1.2':
1279 + resolution: {integrity: sha512-3r/ZdMW0gxY8uOx1To0lpYa4coq4CzINcCX4laM1rS340Kcn0ac4A/MMFfHN8qba51aorZMYwMcOxYk4wJ9FYg==}
1280 peerDependencies:
1281 vite: ^5.2.0 || ^6
1282
@@ -1298,8 +1302,8 @@ packages:
1302 '@types/eslint@9.6.1':
1303 resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
1304
1301 - '@types/estree@1.0.6':
1302 - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
1305 + '@types/estree@1.0.7':
1306 + resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
1307
1308 '@types/file-saver@2.0.7':
1309 resolution: {integrity: sha512-dNKVfHd/jk0SkR/exKGj2ggkB45MAkzvWCaqLUUgkyjITkGNzH8H+yUwr+BLJUBjZOe9w8X3wgmXhZDRg1ED6A==}
@@ -1367,76 +1371,51 @@ packages:
1371 '@types/yauzl@2.10.3':
1372 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
1373
1370 - '@typescript-eslint/eslint-plugin@8.28.0':
1371 - resolution: {integrity: sha512-lvFK3TCGAHsItNdWZ/1FkvpzCxTHUVuFrdnOGLMa0GGCFIbCgQWVk3CzCGdA7kM3qGVc+dfW9tr0Z/sHnGDFyg==}
1374 + '@typescript-eslint/eslint-plugin@8.29.0':
1375 + resolution: {integrity: sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==}
1376 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1377 peerDependencies:
1378 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
1379 eslint: ^8.57.0 || ^9.0.0
1380 typescript: '>=4.8.4 <5.9.0'
1381
1378 - '@typescript-eslint/parser@8.28.0':
1379 - resolution: {integrity: sha512-LPcw1yHD3ToaDEoljFEfQ9j2xShY367h7FZ1sq5NJT9I3yj4LHer1Xd1yRSOdYy9BpsrxU7R+eoDokChYM53lQ==}
1382 + '@typescript-eslint/parser@8.29.0':
1383 + resolution: {integrity: sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==}
1384 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1385 peerDependencies:
1386 eslint: ^8.57.0 || ^9.0.0
1387 typescript: '>=4.8.4 <5.9.0'
1388
1385 - '@typescript-eslint/scope-manager@8.26.0':
1386 - resolution: {integrity: sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==}
1389 + '@typescript-eslint/scope-manager@8.29.0':
1390 + resolution: {integrity: sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==}
1391 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1392
1389 - '@typescript-eslint/scope-manager@8.28.0':
1390 - resolution: {integrity: sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==}
1391 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1392 -
1393 - '@typescript-eslint/type-utils@8.28.0':
1394 - resolution: {integrity: sha512-oRoXu2v0Rsy/VoOGhtWrOKDiIehvI+YNrDk5Oqj40Mwm0Yt01FC/Q7nFqg088d3yAsR1ZcZFVfPCTTFCe/KPwg==}
1393 + '@typescript-eslint/type-utils@8.29.0':
1394 + resolution: {integrity: sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==}
1395 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1396 peerDependencies:
1397 eslint: ^8.57.0 || ^9.0.0
1398 typescript: '>=4.8.4 <5.9.0'
1399
1400 - '@typescript-eslint/types@8.26.0':
1401 - resolution: {integrity: sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==}
1400 + '@typescript-eslint/types@8.29.0':
1401 + resolution: {integrity: sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==}
1402 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1403
1404 - '@typescript-eslint/types@8.28.0':
1405 - resolution: {integrity: sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==}
1406 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1407 -
1408 - '@typescript-eslint/typescript-estree@8.26.0':
1409 - resolution: {integrity: sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==}
1410 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1411 - peerDependencies:
1412 - typescript: '>=4.8.4 <5.9.0'
1413 -
1414 - '@typescript-eslint/typescript-estree@8.28.0':
1415 - resolution: {integrity: sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==}
1416 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1417 - peerDependencies:
1418 - typescript: '>=4.8.4 <5.9.0'
1419 -
1420 - '@typescript-eslint/utils@8.26.0':
1421 - resolution: {integrity: sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==}
1404 + '@typescript-eslint/typescript-estree@8.29.0':
1405 + resolution: {integrity: sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==}
1406 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1407 peerDependencies:
1424 - eslint: ^8.57.0 || ^9.0.0
1408 typescript: '>=4.8.4 <5.9.0'
1409
1427 - '@typescript-eslint/utils@8.28.0':
1428 - resolution: {integrity: sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==}
1410 + '@typescript-eslint/utils@8.29.0':
1411 + resolution: {integrity: sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==}
1412 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1413 peerDependencies:
1414 eslint: ^8.57.0 || ^9.0.0
1415 typescript: '>=4.8.4 <5.9.0'
1416
1434 - '@typescript-eslint/visitor-keys@8.26.0':
1435 - resolution: {integrity: sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==}
1436 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1437 -
1438 - '@typescript-eslint/visitor-keys@8.28.0':
1439 - resolution: {integrity: sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg==}
1417 + '@typescript-eslint/visitor-keys@8.29.0':
1418 + resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==}
1419 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1420
1421 '@ungap/structured-clone@1.3.0':
@@ -1531,8 +1510,8 @@ packages:
1510 vite: ^5.0.0 || ^6.0.0
1511 vue: ^3.2.25
1512
1534 - '@vitest/eslint-plugin@1.1.38':
1535 - resolution: {integrity: sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==}
1513 + '@vitest/eslint-plugin@1.1.39':
1514 + resolution: {integrity: sha512-l5/MUFCYI8nxwr62JHlWwXfeQNS8E7xy71lSLGQ3CrjGjBdWLs1Rtee+BvYwy2m4YVPwYqUwdcAIOaZOwPUpfg==}
1515 peerDependencies:
1516 '@typescript-eslint/utils': ^8.24.0
1517 eslint: '>= 8.57.0'
@@ -1573,28 +1552,28 @@ packages:
1552 '@vitest/utils@3.1.1':
1553 resolution: {integrity: sha512-1XIjflyaU2k3HMArJ50bwSh3wKWPD6Q47wz/NUSmRV0zNywPc4w79ARjg/i/aNINHwA+mIALhUVqD9/aUvZNgg==}
1554
1576 - '@volar/language-core@2.4.11':
1577 - resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==}
1555 + '@volar/language-core@2.4.12':
1556 + resolution: {integrity: sha512-RLrFdXEaQBWfSnYGVxvR2WrO6Bub0unkdHYIdC31HzIEqATIuuhRRzYu76iGPZ6OtA4Au1SnW0ZwIqPP217YhA==}
1557
1579 - '@volar/source-map@2.4.11':
1580 - resolution: {integrity: sha512-ZQpmafIGvaZMn/8iuvCFGrW3smeqkq/IIh9F1SdSx9aUl0J4Iurzd6/FhmjNO5g2ejF3rT45dKskgXWiofqlZQ==}
1558 + '@volar/source-map@2.4.12':
1559 + resolution: {integrity: sha512-bUFIKvn2U0AWojOaqf63ER0N/iHIBYZPpNGogfLPQ68F5Eet6FnLlyho7BS0y2HJ1jFhSif7AcuTx1TqsCzRzw==}
1560
1582 - '@volar/typescript@2.4.11':
1583 - resolution: {integrity: sha512-2DT+Tdh88Spp5PyPbqhyoYavYCPDsqbHLFwcUI9K1NlY1YgUJvujGdrqUp0zWxnW7KWNTr3xSpMuv2WnaTKDAw==}
1561 + '@volar/typescript@2.4.12':
1562 + resolution: {integrity: sha512-HJB73OTJDgPc80K30wxi3if4fSsZZAOScbj2fcicMuOPoOkcf9NNAINb33o+DzhBdF9xTKC1gnPmIRDous5S0g==}
1563
1585 - '@vue/babel-helper-vue-transform-on@1.3.0':
1586 - resolution: {integrity: sha512-vrNyYNQcz1gfc87uuN+Z+On9fFOBQTYRlTUEDovpeCmjuwH83lAm6YM0VBvTx6eRTHg3SU5jP2CD+kSXY30PGg==}
1564 + '@vue/babel-helper-vue-transform-on@1.4.0':
1565 + resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==}
1566
1588 - '@vue/babel-plugin-jsx@1.3.0':
1589 - resolution: {integrity: sha512-ODZSs93FCxLMOiMFAGJXe7QMJp1tk8hkMbk84OcHOTVwYU2cFwFu1z7jjrRv44wCCfPNkflqn6hnexVprb+G7A==}
1567 + '@vue/babel-plugin-jsx@1.4.0':
1568 + resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==}
1569 peerDependencies:
1570 '@babel/core': ^7.0.0-0
1571 peerDependenciesMeta:
1572 '@babel/core':
1573 optional: true
1574
1596 - '@vue/babel-plugin-resolve-type@1.3.0':
1597 - resolution: {integrity: sha512-3SmusE11QKNKtnVfbsKegUEArpf1fXE85Dzi/Q6lvaz3MA3tmL8BXyq/vA7GJeZ183XeNpLIZHrHDdUh9V348A==}
1575 + '@vue/babel-plugin-resolve-type@1.4.0':
1576 + resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==}
1577 peerDependencies:
1578 '@babel/core': ^7.0.0-0
1579
@@ -1694,8 +1673,8 @@ packages:
1673 peerDependencies:
1674 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1675
1697 - acorn@8.14.0:
1698 - resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
1676 + acorn@8.14.1:
1677 + resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==}
1678 engines: {node: '>=0.4.0'}
1679 hasBin: true
1680
@@ -1710,8 +1689,8 @@ packages:
1689 ajv@6.12.6:
1690 resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1691
1713 - alien-signals@1.0.4:
1714 - resolution: {integrity: sha512-DJqqQD3XcsaQcQ1s+iE2jDUZmmQpXwHiR6fCAim/w87luaW+vmLY8fMlrdkmRwzaFXhkxf3rqPCR59tKVv1MDw==}
1692 + alien-signals@1.0.13:
1693 + resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==}
1694
1695 ansi-colors@4.1.3:
1696 resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
@@ -1863,8 +1842,8 @@ packages:
1842 resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
1843 engines: {node: '>= 0.8'}
1844
1866 - c12@2.0.4:
1867 - resolution: {integrity: sha512-3DbbhnFt0fKJHxU4tEUPmD1ahWE4PWPMomqfYsTJdrhpmEnRKJi3qSC4rO5U6E6zN1+pjBY7+z8fUmNRMaVKLw==}
1845 + c12@3.0.3:
1846 + resolution: {integrity: sha512-uC3MacKBb0Z15o5QWCHvHWj5Zv34pGQj9P+iXKSpTuSGFS0KKhUWf4t9AJ+gWjYOdmWCPEGpEzm8sS0iqbpo1w==}
1847 peerDependencies:
1848 magicast: ^0.3.5
1849 peerDependenciesMeta:
@@ -1898,8 +1877,8 @@ packages:
1877 resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
1878 engines: {node: '>=10'}
1879
1901 - caniuse-lite@1.0.30001702:
1902 - resolution: {integrity: sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==}
1880 + caniuse-lite@1.0.30001709:
1881 + resolution: {integrity: sha512-NgL3vUTnDrPCZ3zTahp4fsugQ4dc7EKTSzwQDPEel6DMoMnfH2jhry9n2Zm8onbSR+f/QtKHFOA+iAQu4kbtWA==}
1882
1883 caseless@0.12.0:
1884 resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
@@ -1936,12 +1915,8 @@ packages:
1915 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
1916 engines: {node: '>= 14.16.0'}
1917
1939 - chownr@2.0.0:
1940 - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
1941 - engines: {node: '>=10'}
1942 -
1943 - ci-info@4.1.0:
1944 - resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==}
1918 + ci-info@4.2.0:
1919 + resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==}
1920 engines: {node: '>=8'}
1921
1922 citty@0.1.6:
@@ -2026,14 +2001,14 @@ packages:
2001 confbox@0.1.8:
2002 resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
2003
2029 - confbox@0.2.1:
2030 - resolution: {integrity: sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg==}
2004 + confbox@0.2.2:
2005 + resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
2006
2007 config-chain@1.1.13:
2008 resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
2009
2035 - consola@3.4.0:
2036 - resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==}
2010 + consola@3.4.2:
2011 + resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
2012 engines: {node: ^14.18.0 || >=16.10.0}
2013
2014 convert-source-map@2.0.0:
@@ -2090,8 +2065,8 @@ packages:
2065 resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
2066 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
2067
2093 - cssstyle@4.2.1:
2094 - resolution: {integrity: sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw==}
2068 + cssstyle@4.3.0:
2069 + resolution: {integrity: sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==}
2070 engines: {node: '>=18'}
2071
2072 csstype@3.0.11:
@@ -2150,8 +2125,8 @@ packages:
2125 decimal.js@10.5.0:
2126 resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==}
2127
2153 - decode-named-character-reference@1.0.2:
2154 - resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
2128 + decode-named-character-reference@1.1.0:
2129 + resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==}
2130
2131 deep-eql@5.0.2:
2132 resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
@@ -2198,8 +2173,8 @@ packages:
2173 resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
2174 engines: {node: '>=6'}
2175
2201 - destr@2.0.3:
2202 - resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==}
2176 + destr@2.0.5:
2177 + resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==}
2178
2179 detect-file@1.0.0:
2180 resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==}
@@ -2265,8 +2240,8 @@ packages:
2240 engines: {node: '>=14'}
2241 hasBin: true
2242
2268 - electron-to-chromium@1.5.112:
2269 - resolution: {integrity: sha512-oen93kVyqSb3l+ziUgzIOlWt/oOuy4zRmpwestMn4rhFWAoFJeFuCVte9F2fASjeZZo7l/Cif9TiyrdW4CwEMA==}
2243 + electron-to-chromium@1.5.130:
2244 + resolution: {integrity: sha512-Ou2u7L9j2XLZbhqzyX0jWDj6gA8D3jIfVzt4rikLf3cGBa0VdReuFimBKS9tQJA4+XpeCxj1NoWlfBXzbMa9IA==}
2245
2246 emoji-regex-xs@1.0.0:
2247 resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==}
@@ -2298,6 +2273,9 @@ packages:
2273 error-stack-parser-es@0.1.5:
2274 resolution: {integrity: sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==}
2275
2276 + errx@0.1.0:
2277 + resolution: {integrity: sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==}
2278 +
2279 es-define-property@1.0.1:
2280 resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
2281 engines: {node: '>= 0.4'}
@@ -2317,8 +2295,8 @@ packages:
2295 resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
2296 engines: {node: '>= 0.4'}
2297
2320 - esbuild@0.25.0:
2321 - resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
2298 + esbuild@0.25.2:
2299 + resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==}
2300 engines: {node: '>=18'}
2301 hasBin: true
2302
@@ -2344,8 +2322,8 @@ packages:
2322 peerDependencies:
2323 eslint: '>=6.0.0'
2324
2347 - eslint-compat-utils@0.6.4:
2348 - resolution: {integrity: sha512-/u+GQt8NMfXO8w17QendT4gvO5acfxQsAKirAt0LVxDnr2N8YLCVbregaNc/Yhp7NM128DwCaRvr8PLDfeNkQw==}
2325 + eslint-compat-utils@0.6.5:
2326 + resolution: {integrity: sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==}
2327 engines: {node: '>=12'}
2328 peerDependencies:
2329 eslint: '>=6.0.0'
@@ -2393,8 +2371,8 @@ packages:
2371 peerDependencies:
2372 eslint: '>=8'
2373
2396 - eslint-plugin-import-x@4.9.4:
2397 - resolution: {integrity: sha512-IPWbN0KBgBCpAiSlUcS17zc1eqMzRlYz15AzsFrw2Qfqt+e0IupxYbvYD96bGLKVlNdkNwa4ggv1skztpaZR/g==}
2374 + eslint-plugin-import-x@4.10.0:
2375 + resolution: {integrity: sha512-5ej+0WILhX3D6wkcdsyYmPp10SUIK6fmuZ6KS8nf9MD8CJ6/S/3Dl7m21g+MLeaTMsvcEXo3JunNAbgHwXxs/g==}
2376 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2377 peerDependencies:
2378 eslint: ^8.57.0 || ^9.0.0
@@ -2405,14 +2383,14 @@ packages:
2383 peerDependencies:
2384 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
2385
2408 - eslint-plugin-jsonc@2.19.1:
2409 - resolution: {integrity: sha512-MmlAOaZK1+Lg7YoCZPGRjb88ZjT+ct/KTsvcsbZdBm+w8WMzGx+XEmexk0m40P1WV9G2rFV7X3klyRGRpFXEjA==}
2386 + eslint-plugin-jsonc@2.20.0:
2387 + resolution: {integrity: sha512-FRgCn9Hzk5eKboCbVMrr9QrhM0eO4G+WKH8IFXoaeqhM/2kuWzbStJn4kkr0VWL8J5H8RYZF+Aoam1vlBaZVkw==}
2388 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2389 peerDependencies:
2390 eslint: '>=6.0.0'
2391
2414 - eslint-plugin-n@17.16.2:
2415 - resolution: {integrity: sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==}
2392 + eslint-plugin-n@17.17.0:
2393 + resolution: {integrity: sha512-2VvPK7Mo73z1rDFb6pTvkH6kFibAmnTubFq5l83vePxu0WiY1s0LOtj2WHb6Sa40R3w4mnh8GFYbHBQyMlotKw==}
2394 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2395 peerDependencies:
2396 eslint: '>=8.23.0'
@@ -2421,8 +2399,8 @@ packages:
2399 resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
2400 engines: {node: '>=5.0.0'}
2401
2424 - eslint-plugin-perfectionist@4.10.1:
2425 - resolution: {integrity: sha512-GXwFfL47RfBLZRGQdrvGZw9Ali2T2GPW8p4Gyj2fyWQ9396R/HgJMf0m9kn7D6WXRwrINfTDGLS+QYIeok9qEg==}
2402 + eslint-plugin-perfectionist@4.11.0:
2403 + resolution: {integrity: sha512-5s+ehXydnLPQpLDj5mJ0CnYj2fQe6v6gKA3tS+FZVBLzwMOh8skH+l+1Gni08rG0SdEcNhJyjQp/mEkDYK8czw==}
2404 engines: {node: ^18.0.0 || >=20.0.0}
2405 peerDependencies:
2406 eslint: '>=8.45.0'
@@ -2478,10 +2456,6 @@ packages:
2456 '@vue/compiler-sfc': ^3.3.0
2457 eslint: '>=9.0.0'
2458
2481 - eslint-scope@8.2.0:
2482 - resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
2483 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2484 -
2459 eslint-scope@8.3.0:
2460 resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==}
2461 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2568,12 +2542,12 @@ packages:
2542 resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
2543 engines: {node: '>=0.10.0'}
2544
2571 - expect-type@1.2.0:
2572 - resolution: {integrity: sha512-80F22aiJ3GLyVnS/B3HzgR6RelZVumzj9jkL0Rhz4h0xYbNW9PjlQz5h3J/SShErbXBc295vseR4/MIbVmUbeA==}
2545 + expect-type@1.2.1:
2546 + resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==}
2547 engines: {node: '>=12.0.0'}
2548
2575 - exsolve@1.0.1:
2576 - resolution: {integrity: sha512-Smf0iQtkQVJLaph8r/qS8C8SWfQkaq9Q/dFcD44MLbJj6DNhlWefVuaS21SjfqOsBbjVlKtbCj6L9ekXK6EZUg==}
2549 + exsolve@1.0.4:
2550 + resolution: {integrity: sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==}
2551
2552 extend@3.0.2:
2553 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
@@ -2687,10 +2661,6 @@ packages:
2661 resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
2662 engines: {node: '>=10'}
2663
2690 - fs-minipass@2.1.0:
2691 - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
2692 - engines: {node: '>= 8'}
2693 -
2664 fsevents@2.3.3:
2665 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
2666 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -2739,8 +2709,8 @@ packages:
2709 getpass@0.1.7:
2710 resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==}
2711
2742 - giget@1.2.5:
2743 - resolution: {integrity: sha512-r1ekGw/Bgpi3HLV3h1MRBIlSAdHoIMklpaQ3OQLFcRw9PwAj2rqigvIbg+dBUI51OxVI2jsEtDywDBjSiuf7Ug==}
2712 + giget@2.0.0:
2713 + resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==}
2714 hasBin: true
2715
2716 glob-parent@5.1.2:
@@ -2871,8 +2841,8 @@ packages:
2841 resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
2842 engines: {node: '>=10.17.0'}
2843
2874 - human-signals@8.0.0:
2875 - resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==}
2844 + human-signals@8.0.1:
2845 + resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==}
2846 engines: {node: '>=18.18.0'}
2847
2848 iconv-lite@0.6.3:
@@ -2890,8 +2860,8 @@ packages:
2860 resolution: {integrity: sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==}
2861 engines: {node: '>= 4'}
2862
2893 - immutable@5.0.3:
2894 - resolution: {integrity: sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==}
2863 + immutable@5.1.1:
2864 + resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==}
2865
2866 import-fresh@3.3.1:
2867 resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
@@ -2916,8 +2886,8 @@ packages:
2886 resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
2887 engines: {node: '>=12'}
2888
2919 - index-to-position@0.1.2:
2920 - resolution: {integrity: sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==}
2889 + index-to-position@1.0.0:
2890 + resolution: {integrity: sha512-sCO7uaLVhRJ25vz1o8s9IFM3nVS4DkuQnyjMwiQPKvQuBYBDmb8H7zx8ki7nVh4HJQOdVWebyvLE0qt+clruxA==}
2891 engines: {node: '>=18'}
2892
2893 ini@1.3.8:
@@ -3479,30 +3449,13 @@ packages:
3449 minimist@1.2.8:
3450 resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
3451
3482 - minipass@3.3.6:
3483 - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
3484 - engines: {node: '>=8'}
3485 -
3486 - minipass@5.0.0:
3487 - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
3488 - engines: {node: '>=8'}
3489 -
3452 minipass@7.1.2:
3453 resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
3454 engines: {node: '>=16 || 14 >=14.17'}
3455
3494 - minizlib@2.1.2:
3495 - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
3496 - engines: {node: '>= 8'}
3497 -
3456 mitt@3.0.1:
3457 resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
3458
3501 - mkdirp@1.0.4:
3502 - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
3503 - engines: {node: '>=10'}
3504 - hasBin: true
3505 -
3459 mlly@1.7.4:
3460 resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
3461
@@ -3525,8 +3478,8 @@ packages:
3478 peerDependencies:
3479 vue: ^3.0.0
3480
3528 - nanoid@3.3.8:
3529 - resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
3481 + nanoid@3.3.11:
3482 + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
3483 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
3484 hasBin: true
3485
@@ -3580,11 +3533,11 @@ packages:
3533 nth-check@2.1.1:
3534 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
3535
3583 - nwsapi@2.2.18:
3584 - resolution: {integrity: sha512-p1TRH/edngVEHVbwqWnxUViEmq5znDvyB+Sik5cmuLpGOIfDf/39zLiq3swPF8Vakqn+gvNiOQAZu8djYlQILA==}
3536 + nwsapi@2.2.20:
3537 + resolution: {integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==}
3538
3586 - nypm@0.5.4:
3587 - resolution: {integrity: sha512-X0SNNrZiGU8/e/zAB7sCTtdxWTMSIO73q+xuKgglm2Yvzwlo8UoC5FNySQFCvl84uPaeADkqHUZUkWy4aH4xOA==}
3539 + nypm@0.6.0:
3540 + resolution: {integrity: sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==}
3541 engines: {node: ^14.16.0 || >=16.10.0}
3542 hasBin: true
3543
@@ -3595,9 +3548,6 @@ packages:
3548 ofetch@1.4.1:
3549 resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==}
3550
3598 - ohash@1.1.6:
3599 - resolution: {integrity: sha512-TBu7PtV8YkAZn0tSxobKY2n2aAQva936lhRrj6957aDaCf9IEtqsKbgMzXE/F/sjqYOwmrukeORHNLe5glk7Cg==}
3600 -
3551 ohash@2.0.11:
3552 resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
3553
@@ -3670,8 +3620,8 @@ packages:
3620 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
3621 engines: {node: '>=8'}
3622
3673 - parse-json@8.1.0:
3674 - resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==}
3623 + parse-json@8.2.0:
3624 + resolution: {integrity: sha512-eONBZy4hm2AgxjNFd8a4nyDJnzUAH0g34xSQAwWEVGCjdZ4ZL7dKZBfq267GWP/JaS9zW62Xs2FeAdDvpHHJGQ==}
3625 engines: {node: '>=18'}
3626
3627 parse-ms@4.0.0:
@@ -3910,8 +3860,8 @@ packages:
3860 resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==}
3861 engines: {node: '>=0.6'}
3862
3913 - quansync@0.2.8:
3914 - resolution: {integrity: sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==}
3863 + quansync@0.2.10:
3864 + resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==}
3865
3866 queue-microtask@1.2.3:
3867 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
@@ -4022,8 +3972,8 @@ packages:
3972 rollup:
3973 optional: true
3974
4025 - rollup@4.34.9:
4026 - resolution: {integrity: sha512-nF5XYqWWp9hx/LrpC8sZvvvmq0TeTjQgaZHYmAgwysT9nh8sWnZhBnM8ZyVbbJFIQBLwHDNoMqsBZBbUo4U8sQ==}
3975 + rollup@4.39.0:
3976 + resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==}
3977 engines: {node: '>=18.0.0', npm: '>=8.0.0'}
3978 hasBin: true
3979
@@ -4270,25 +4220,21 @@ packages:
4220 symbol-tree@3.2.4:
4221 resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
4222
4273 - synckit@0.6.2:
4274 - resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==}
4275 - engines: {node: '>=12.20'}
4223 + synckit@0.10.3:
4224 + resolution: {integrity: sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==}
4225 + engines: {node: ^14.18.0 || >=16.0.0}
4226
4227 synckit@0.9.2:
4228 resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
4229 engines: {node: ^14.18.0 || >=16.0.0}
4230
4281 - tailwindcss@4.1.1:
4282 - resolution: {integrity: sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==}
4231 + tailwindcss@4.1.2:
4232 + resolution: {integrity: sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==}
4233
4234 tapable@2.2.1:
4235 resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
4236 engines: {node: '>=6'}
4237
4288 - tar@6.2.1:
4289 - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
4290 - engines: {node: '>=10'}
4291 -
4238 taze@19.0.4:
4239 resolution: {integrity: sha512-bviyNotzqcIWpVBCC4QYVb2yupzKyUDGQi2m/8GERdiPaudVMtgAqaE98+x0cDDaByYRMJCyhQWM04ikUL6+kQ==}
4240 hasBin: true
@@ -4331,11 +4277,11 @@ packages:
4277 resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
4278 engines: {node: '>=14.0.0'}
4279
4334 - tldts-core@6.1.82:
4335 - resolution: {integrity: sha512-Jabl32m21tt/d/PbDO88R43F8aY98Piiz6BVH9ShUlOAiiAELhEqwrAmBocjAqnCfoUeIsRU+h3IEzZd318F3w==}
4280 + tldts-core@6.1.85:
4281 + resolution: {integrity: sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==}
4282
4337 - tldts@6.1.82:
4338 - resolution: {integrity: sha512-KCTjNL9F7j8MzxgfTgjT+v21oYH38OidFty7dH00maWANAI2IsLw2AnThtTJi9HKALHZKQQWnNebYheadacD+g==}
4283 + tldts@6.1.85:
4284 + resolution: {integrity: sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==}
4285 hasBin: true
4286
4287 tmp@0.2.3:
@@ -4358,8 +4304,8 @@ packages:
4304 resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
4305 engines: {node: '>=16'}
4306
4361 - tr46@5.0.0:
4362 - resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==}
4307 + tr46@5.1.0:
4308 + resolution: {integrity: sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==}
4309 engines: {node: '>=18'}
4310
4311 tree-kill@1.2.2:
@@ -4372,8 +4318,8 @@ packages:
4318 trim-lines@3.0.1:
4319 resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
4320
4375 - ts-api-utils@2.0.1:
4376 - resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==}
4321 + ts-api-utils@2.1.0:
4322 + resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
4323 engines: {node: '>=18.12'}
4324 peerDependencies:
4325 typescript: '>=4.8.4'
@@ -4430,8 +4376,8 @@ packages:
4376 resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
4377 engines: {node: '>=18'}
4378
4433 - unimport@4.1.2:
4434 - resolution: {integrity: sha512-oVUL7PSlyVV3QRhsdcyYEMaDX8HJyS/CnUonEJTYA3//bWO+o/4gG8F7auGWWWkrrxBQBYOO8DKe+C53ktpRXw==}
4379 + unimport@4.1.3:
4380 + resolution: {integrity: sha512-H+IVJ7rAkE3b+oC8rSJ2FsPaVsweeMC8eKZc+C6Mz7+hxDF45AnrY/tVCNRBvzMwWNcJEV67WdAVcal27iMjOw==}
4381 engines: {node: '>=18.12.0'}
4382
4383 unist-util-is@6.0.0:
@@ -4457,8 +4403,8 @@ packages:
4403 resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==}
4404 engines: {node: '>=18.12.0'}
4405
4460 - unplugin@2.2.0:
4461 - resolution: {integrity: sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==}
4406 + unplugin@2.2.2:
4407 + resolution: {integrity: sha512-Qp+iiD+qCRnUek+nDoYvtWX7tfnYyXsrOnJ452FRTgOyKmTM7TUJ3l+PLPJOOWPTUyKISKp4isC5JJPSXUjGgw==}
4408 engines: {node: '>=18.12.0'}
4409
4410 unrs-resolver@1.3.3:
@@ -4468,8 +4414,8 @@ packages:
4414 resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
4415 engines: {node: '>=8'}
4416
4471 - untyped@1.5.2:
4472 - resolution: {integrity: sha512-eL/8PlhLcMmlMDtNPKhyyz9kEBDS3Uk4yMu/ewlkT2WFbtzScjHWPJLdQLmaGPUKjXzwe9MumOtOgc4Fro96Kg==}
4417 + untyped@2.0.0:
4418 + resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==}
4419 hasBin: true
4420
4421 update-browserslist-db@1.1.3:
@@ -4732,8 +4678,8 @@ packages:
4678 resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
4679 engines: {node: '>=18'}
4680
4735 - whatwg-url@14.1.1:
4736 - resolution: {integrity: sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==}
4681 + whatwg-url@14.2.0:
4682 + resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
4683 engines: {node: '>=18'}
4684
4685 which@1.3.1:
@@ -4804,9 +4750,6 @@ packages:
4750 yallist@3.1.1:
4751 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
4752
4807 - yallist@4.0.0:
4808 - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
4809 -
4753 yaml-eslint-parser@1.3.0:
4754 resolution: {integrity: sha512-E/+VitOorXSLiAqtTd7Yqax0/pAS3xaYMP+AUUJGOK1OZG3rhcj9fcJOM5HJ2VrP1FrStVCWr1muTfQCdj4tAA==}
4755 engines: {node: ^14.17.0 || >=16.0.0}
@@ -4815,8 +4758,8 @@ packages:
4758 resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
4759 engines: {node: '>= 6'}
4760
4818 - yaml@2.7.0:
4819 - resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==}
4761 + yaml@2.7.1:
4762 + resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==}
4763 engines: {node: '>= 14'}
4764 hasBin: true
4765
@@ -4864,16 +4807,16 @@ snapshots:
4807 '@jridgewell/gen-mapping': 0.3.8
4808 '@jridgewell/trace-mapping': 0.3.25
4809
4867 - '@antfu/eslint-config@4.11.0(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))':
4810 + '@antfu/eslint-config@4.11.0(@typescript-eslint/utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))':
4811 dependencies:
4812 '@antfu/install-pkg': 1.0.0
4813 '@clack/prompts': 0.10.0
4814 '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.23.0(jiti@2.4.2))
4815 '@eslint/markdown': 6.3.0
4816 '@stylistic/eslint-plugin': 4.2.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4874 - '@typescript-eslint/eslint-plugin': 8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4875 - '@typescript-eslint/parser': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4876 - '@vitest/eslint-plugin': 1.1.38(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
4817 + '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4818 + '@typescript-eslint/parser': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4819 + '@vitest/eslint-plugin': 1.1.39(@typescript-eslint/utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
4820 ansis: 3.17.0
4821 cac: 6.7.14
4822 eslint: 9.23.0(jiti@2.4.2)
@@ -4882,17 +4825,17 @@ snapshots:
4825 eslint-merge-processors: 2.0.0(eslint@9.23.0(jiti@2.4.2))
4826 eslint-plugin-antfu: 3.1.1(eslint@9.23.0(jiti@2.4.2))
4827 eslint-plugin-command: 3.2.0(eslint@9.23.0(jiti@2.4.2))
4885 - eslint-plugin-import-x: 4.9.4(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4828 + eslint-plugin-import-x: 4.10.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4829 eslint-plugin-jsdoc: 50.6.9(eslint@9.23.0(jiti@2.4.2))
4887 - eslint-plugin-jsonc: 2.19.1(eslint@9.23.0(jiti@2.4.2))
4888 - eslint-plugin-n: 17.16.2(eslint@9.23.0(jiti@2.4.2))
4830 + eslint-plugin-jsonc: 2.20.0(eslint@9.23.0(jiti@2.4.2))
4831 + eslint-plugin-n: 17.17.0(eslint@9.23.0(jiti@2.4.2))
4832 eslint-plugin-no-only-tests: 3.3.0
4890 - eslint-plugin-perfectionist: 4.10.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4833 + eslint-plugin-perfectionist: 4.11.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
4834 eslint-plugin-pnpm: 0.3.1(eslint@9.23.0(jiti@2.4.2))
4835 eslint-plugin-regexp: 2.7.0(eslint@9.23.0(jiti@2.4.2))
4836 eslint-plugin-toml: 0.12.0(eslint@9.23.0(jiti@2.4.2))
4837 eslint-plugin-unicorn: 57.0.0(eslint@9.23.0(jiti@2.4.2))
4895 - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))
4838 + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))
4839 eslint-plugin-vue: 10.0.0(eslint@9.23.0(jiti@2.4.2))(vue-eslint-parser@10.1.1(eslint@9.23.0(jiti@2.4.2)))
4840 eslint-plugin-yml: 1.17.0(eslint@9.23.0(jiti@2.4.2))
4841 eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.23.0(jiti@2.4.2))
@@ -4925,7 +4868,7 @@ snapshots:
4868
4869 '@antfu/utils@0.7.10': {}
4870
4928 - '@asamuzakjp/css-color@2.8.3':
4871 + '@asamuzakjp/css-color@3.1.1':
4872 dependencies:
4873 '@csstools/css-calc': 2.1.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
4874 '@csstools/css-color-parser': 3.0.8(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)
@@ -4941,18 +4884,18 @@ snapshots:
4884
4885 '@babel/compat-data@7.26.8': {}
4886
4944 - '@babel/core@7.26.9':
4887 + '@babel/core@7.26.10':
4888 dependencies:
4889 '@ampproject/remapping': 2.3.0
4890 '@babel/code-frame': 7.26.2
4948 - '@babel/generator': 7.26.9
4949 - '@babel/helper-compilation-targets': 7.26.5
4950 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9)
4951 - '@babel/helpers': 7.26.9
4952 - '@babel/parser': 7.26.9
4953 - '@babel/template': 7.26.9
4954 - '@babel/traverse': 7.26.9
4955 - '@babel/types': 7.26.9
4891 + '@babel/generator': 7.27.0
4892 + '@babel/helper-compilation-targets': 7.27.0
4893 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10)
4894 + '@babel/helpers': 7.27.0
4895 + '@babel/parser': 7.27.0
4896 + '@babel/template': 7.27.0
4897 + '@babel/traverse': 7.27.0
4898 + '@babel/types': 7.27.0
4899 convert-source-map: 2.0.0
4900 debug: 4.4.0(supports-color@8.1.1)
4901 gensync: 1.0.0-beta.2
@@ -4961,19 +4904,19 @@ snapshots:
4904 transitivePeerDependencies:
4905 - supports-color
4906
4964 - '@babel/generator@7.26.9':
4907 + '@babel/generator@7.27.0':
4908 dependencies:
4966 - '@babel/parser': 7.26.9
4967 - '@babel/types': 7.26.9
4909 + '@babel/parser': 7.27.0
4910 + '@babel/types': 7.27.0
4911 '@jridgewell/gen-mapping': 0.3.8
4912 '@jridgewell/trace-mapping': 0.3.25
4913 jsesc: 3.1.0
4914
4915 '@babel/helper-annotate-as-pure@7.25.9':
4916 dependencies:
4974 - '@babel/types': 7.26.9
4917 + '@babel/types': 7.27.0
4918
4976 - '@babel/helper-compilation-targets@7.26.5':
4919 + '@babel/helper-compilation-targets@7.27.0':
4920 dependencies:
4921 '@babel/compat-data': 7.26.8
4922 '@babel/helper-validator-option': 7.25.9
@@ -4981,61 +4924,61 @@ snapshots:
4924 lru-cache: 5.1.1
4925 semver: 6.3.1
4926
4984 - '@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.26.9)':
4927 + '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)':
4928 dependencies:
4986 - '@babel/core': 7.26.9
4929 + '@babel/core': 7.26.10
4930 '@babel/helper-annotate-as-pure': 7.25.9
4931 '@babel/helper-member-expression-to-functions': 7.25.9
4932 '@babel/helper-optimise-call-expression': 7.25.9
4990 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.9)
4933 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10)
4934 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
4992 - '@babel/traverse': 7.26.9
4935 + '@babel/traverse': 7.27.0
4936 semver: 6.3.1
4937 transitivePeerDependencies:
4938 - supports-color
4939
4940 '@babel/helper-member-expression-to-functions@7.25.9':
4941 dependencies:
4999 - '@babel/traverse': 7.26.9
5000 - '@babel/types': 7.26.9
4942 + '@babel/traverse': 7.27.0
4943 + '@babel/types': 7.27.0
4944 transitivePeerDependencies:
4945 - supports-color
4946
4947 '@babel/helper-module-imports@7.25.9':
4948 dependencies:
5006 - '@babel/traverse': 7.26.9
5007 - '@babel/types': 7.26.9
4949 + '@babel/traverse': 7.27.0
4950 + '@babel/types': 7.27.0
4951 transitivePeerDependencies:
4952 - supports-color
4953
5011 - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.9)':
4954 + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)':
4955 dependencies:
5013 - '@babel/core': 7.26.9
4956 + '@babel/core': 7.26.10
4957 '@babel/helper-module-imports': 7.25.9
4958 '@babel/helper-validator-identifier': 7.25.9
5016 - '@babel/traverse': 7.26.9
4959 + '@babel/traverse': 7.27.0
4960 transitivePeerDependencies:
4961 - supports-color
4962
4963 '@babel/helper-optimise-call-expression@7.25.9':
4964 dependencies:
5022 - '@babel/types': 7.26.9
4965 + '@babel/types': 7.27.0
4966
4967 '@babel/helper-plugin-utils@7.26.5': {}
4968
5026 - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.9)':
4969 + '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)':
4970 dependencies:
5028 - '@babel/core': 7.26.9
4971 + '@babel/core': 7.26.10
4972 '@babel/helper-member-expression-to-functions': 7.25.9
4973 '@babel/helper-optimise-call-expression': 7.25.9
5031 - '@babel/traverse': 7.26.9
4974 + '@babel/traverse': 7.27.0
4975 transitivePeerDependencies:
4976 - supports-color
4977
4978 '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
4979 dependencies:
5037 - '@babel/traverse': 7.26.9
5038 - '@babel/types': 7.26.9
4980 + '@babel/traverse': 7.27.0
4981 + '@babel/types': 7.27.0
4982 transitivePeerDependencies:
4983 - supports-color
4984
@@ -5045,81 +4988,79 @@ snapshots:
4988
4989 '@babel/helper-validator-option@7.25.9': {}
4990
5048 - '@babel/helpers@7.26.9':
4991 + '@babel/helpers@7.27.0':
4992 dependencies:
5050 - '@babel/template': 7.26.9
5051 - '@babel/types': 7.26.9
4993 + '@babel/template': 7.27.0
4994 + '@babel/types': 7.27.0
4995
5053 - '@babel/parser@7.26.9':
4996 + '@babel/parser@7.27.0':
4997 dependencies:
5055 - '@babel/types': 7.26.9
4998 + '@babel/types': 7.27.0
4999
5057 - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.9)':
5000 + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)':
5001 dependencies:
5059 - '@babel/core': 7.26.9
5060 - '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.26.9)
5002 + '@babel/core': 7.26.10
5003 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10)
5004 '@babel/helper-plugin-utils': 7.26.5
5062 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.9)
5005 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10)
5006 transitivePeerDependencies:
5007 - supports-color
5008
5066 - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.9)':
5009 + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)':
5010 dependencies:
5068 - '@babel/core': 7.26.9
5011 + '@babel/core': 7.26.10
5012 '@babel/helper-plugin-utils': 7.26.5
5013
5071 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.9)':
5014 + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)':
5015 dependencies:
5073 - '@babel/core': 7.26.9
5016 + '@babel/core': 7.26.10
5017 '@babel/helper-plugin-utils': 7.26.5
5018
5076 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.9)':
5019 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)':
5020 dependencies:
5078 - '@babel/core': 7.26.9
5021 + '@babel/core': 7.26.10
5022 '@babel/helper-plugin-utils': 7.26.5
5023
5081 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.9)':
5024 + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)':
5025 dependencies:
5083 - '@babel/core': 7.26.9
5026 + '@babel/core': 7.26.10
5027 '@babel/helper-plugin-utils': 7.26.5
5028
5086 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.9)':
5029 + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)':
5030 dependencies:
5088 - '@babel/core': 7.26.9
5031 + '@babel/core': 7.26.10
5032 '@babel/helper-plugin-utils': 7.26.5
5033
5091 - '@babel/plugin-transform-typescript@7.26.8(@babel/core@7.26.9)':
5034 + '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)':
5035 dependencies:
5093 - '@babel/core': 7.26.9
5036 + '@babel/core': 7.26.10
5037 '@babel/helper-annotate-as-pure': 7.25.9
5095 - '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.26.9)
5038 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10)
5039 '@babel/helper-plugin-utils': 7.26.5
5040 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
5098 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.9)
5041 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10)
5042 transitivePeerDependencies:
5043 - supports-color
5044
5102 - '@babel/standalone@7.26.9': {}
5103 -
5104 - '@babel/template@7.26.9':
5045 + '@babel/template@7.27.0':
5046 dependencies:
5047 '@babel/code-frame': 7.26.2
5107 - '@babel/parser': 7.26.9
5108 - '@babel/types': 7.26.9
5048 + '@babel/parser': 7.27.0
5049 + '@babel/types': 7.27.0
5050
5110 - '@babel/traverse@7.26.9':
5051 + '@babel/traverse@7.27.0':
5052 dependencies:
5053 '@babel/code-frame': 7.26.2
5113 - '@babel/generator': 7.26.9
5114 - '@babel/parser': 7.26.9
5115 - '@babel/template': 7.26.9
5116 - '@babel/types': 7.26.9
5054 + '@babel/generator': 7.27.0
5055 + '@babel/parser': 7.27.0
5056 + '@babel/template': 7.27.0
5057 + '@babel/types': 7.27.0
5058 debug: 4.4.0(supports-color@8.1.1)
5059 globals: 11.12.0
5060 transitivePeerDependencies:
5061 - supports-color
5062
5122 - '@babel/types@7.26.9':
5063 + '@babel/types@7.27.0':
5064 dependencies:
5065 '@babel/helper-string-parser': 7.25.9
5066 '@babel/helper-validator-identifier': 7.25.9
@@ -5137,56 +5078,56 @@ snapshots:
5078
5079 '@codemirror/autocomplete@6.18.6':
5080 dependencies:
5140 - '@codemirror/language': 6.10.8
5081 + '@codemirror/language': 6.11.0
5082 '@codemirror/state': 6.5.2
5142 - '@codemirror/view': 6.36.4
5083 + '@codemirror/view': 6.36.5
5084 '@lezer/common': 1.2.3
5085
5086 '@codemirror/commands@6.8.1':
5087 dependencies:
5147 - '@codemirror/language': 6.10.8
5088 + '@codemirror/language': 6.11.0
5089 '@codemirror/state': 6.5.2
5149 - '@codemirror/view': 6.36.4
5090 + '@codemirror/view': 6.36.5
5091 '@lezer/common': 1.2.3
5092
5093 '@codemirror/lang-javascript@6.2.3':
5094 dependencies:
5095 '@codemirror/autocomplete': 6.18.6
5155 - '@codemirror/language': 6.10.8
5156 - '@codemirror/lint': 6.8.4
5096 + '@codemirror/language': 6.11.0
5097 + '@codemirror/lint': 6.8.5
5098 '@codemirror/state': 6.5.2
5158 - '@codemirror/view': 6.36.4
5099 + '@codemirror/view': 6.36.5
5100 '@lezer/common': 1.2.3
5101 '@lezer/javascript': 1.4.21
5102
5103 '@codemirror/lang-xml@6.1.0':
5104 dependencies:
5105 '@codemirror/autocomplete': 6.18.6
5165 - '@codemirror/language': 6.10.8
5106 + '@codemirror/language': 6.11.0
5107 '@codemirror/state': 6.5.2
5167 - '@codemirror/view': 6.36.4
5108 + '@codemirror/view': 6.36.5
5109 '@lezer/common': 1.2.3
5110 '@lezer/xml': 1.0.6
5111
5171 - '@codemirror/language@6.10.8':
5112 + '@codemirror/language@6.11.0':
5113 dependencies:
5114 '@codemirror/state': 6.5.2
5174 - '@codemirror/view': 6.36.4
5115 + '@codemirror/view': 6.36.5
5116 '@lezer/common': 1.2.3
5117 '@lezer/highlight': 1.2.1
5118 '@lezer/lr': 1.4.2
5119 style-mod: 4.1.2
5120
5180 - '@codemirror/lint@6.8.4':
5121 + '@codemirror/lint@6.8.5':
5122 dependencies:
5123 '@codemirror/state': 6.5.2
5183 - '@codemirror/view': 6.36.4
5124 + '@codemirror/view': 6.36.5
5125 crelt: 1.0.6
5126
5127 '@codemirror/search@6.5.10':
5128 dependencies:
5129 '@codemirror/state': 6.5.2
5189 - '@codemirror/view': 6.36.4
5130 + '@codemirror/view': 6.36.5
5131 crelt: 1.0.6
5132
5133 '@codemirror/state@6.5.2':
@@ -5195,12 +5136,12 @@ snapshots:
5136
5137 '@codemirror/theme-one-dark@6.1.2':
5138 dependencies:
5198 - '@codemirror/language': 6.10.8
5139 + '@codemirror/language': 6.11.0
5140 '@codemirror/state': 6.5.2
5200 - '@codemirror/view': 6.36.4
5141 + '@codemirror/view': 6.36.5
5142 '@lezer/highlight': 1.2.1
5143
5203 - '@codemirror/view@6.36.4':
5144 + '@codemirror/view@6.36.5':
5145 dependencies:
5146 '@codemirror/state': 6.5.2
5147 style-mod: 4.1.2
@@ -5292,85 +5233,85 @@ snapshots:
5233 '@es-joy/jsdoccomment@0.50.0':
5234 dependencies:
5235 '@types/eslint': 9.6.1
5295 - '@types/estree': 1.0.6
5296 - '@typescript-eslint/types': 8.26.0
5236 + '@types/estree': 1.0.7
5237 + '@typescript-eslint/types': 8.29.0
5238 comment-parser: 1.4.1
5239 esquery: 1.6.0
5240 jsdoc-type-pratt-parser: 4.1.0
5241
5301 - '@esbuild/aix-ppc64@0.25.0':
5242 + '@esbuild/aix-ppc64@0.25.2':
5243 optional: true
5244
5304 - '@esbuild/android-arm64@0.25.0':
5245 + '@esbuild/android-arm64@0.25.2':
5246 optional: true
5247
5307 - '@esbuild/android-arm@0.25.0':
5248 + '@esbuild/android-arm@0.25.2':
5249 optional: true
5250
5310 - '@esbuild/android-x64@0.25.0':
5251 + '@esbuild/android-x64@0.25.2':
5252 optional: true
5253
5313 - '@esbuild/darwin-arm64@0.25.0':
5254 + '@esbuild/darwin-arm64@0.25.2':
5255 optional: true
5256
5316 - '@esbuild/darwin-x64@0.25.0':
5257 + '@esbuild/darwin-x64@0.25.2':
5258 optional: true
5259
5319 - '@esbuild/freebsd-arm64@0.25.0':
5260 + '@esbuild/freebsd-arm64@0.25.2':
5261 optional: true
5262
5322 - '@esbuild/freebsd-x64@0.25.0':
5263 + '@esbuild/freebsd-x64@0.25.2':
5264 optional: true
5265
5325 - '@esbuild/linux-arm64@0.25.0':
5266 + '@esbuild/linux-arm64@0.25.2':
5267 optional: true
5268
5328 - '@esbuild/linux-arm@0.25.0':
5269 + '@esbuild/linux-arm@0.25.2':
5270 optional: true
5271
5331 - '@esbuild/linux-ia32@0.25.0':
5272 + '@esbuild/linux-ia32@0.25.2':
5273 optional: true
5274
5334 - '@esbuild/linux-loong64@0.25.0':
5275 + '@esbuild/linux-loong64@0.25.2':
5276 optional: true
5277
5337 - '@esbuild/linux-mips64el@0.25.0':
5278 + '@esbuild/linux-mips64el@0.25.2':
5279 optional: true
5280
5340 - '@esbuild/linux-ppc64@0.25.0':
5281 + '@esbuild/linux-ppc64@0.25.2':
5282 optional: true
5283
5343 - '@esbuild/linux-riscv64@0.25.0':
5284 + '@esbuild/linux-riscv64@0.25.2':
5285 optional: true
5286
5346 - '@esbuild/linux-s390x@0.25.0':
5287 + '@esbuild/linux-s390x@0.25.2':
5288 optional: true
5289
5349 - '@esbuild/linux-x64@0.25.0':
5290 + '@esbuild/linux-x64@0.25.2':
5291 optional: true
5292
5352 - '@esbuild/netbsd-arm64@0.25.0':
5293 + '@esbuild/netbsd-arm64@0.25.2':
5294 optional: true
5295
5355 - '@esbuild/netbsd-x64@0.25.0':
5296 + '@esbuild/netbsd-x64@0.25.2':
5297 optional: true
5298
5358 - '@esbuild/openbsd-arm64@0.25.0':
5299 + '@esbuild/openbsd-arm64@0.25.2':
5300 optional: true
5301
5361 - '@esbuild/openbsd-x64@0.25.0':
5302 + '@esbuild/openbsd-x64@0.25.2':
5303 optional: true
5304
5364 - '@esbuild/sunos-x64@0.25.0':
5305 + '@esbuild/sunos-x64@0.25.2':
5306 optional: true
5307
5367 - '@esbuild/win32-arm64@0.25.0':
5308 + '@esbuild/win32-arm64@0.25.2':
5309 optional: true
5310
5370 - '@esbuild/win32-ia32@0.25.0':
5311 + '@esbuild/win32-ia32@0.25.2':
5312 optional: true
5313
5373 - '@esbuild/win32-x64@0.25.0':
5314 + '@esbuild/win32-x64@0.25.2':
5315 optional: true
5316
5317 '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.23.0(jiti@2.4.2))':
@@ -5379,14 +5320,14 @@ snapshots:
5320 eslint: 9.23.0(jiti@2.4.2)
5321 ignore: 5.3.2
5322
5382 - '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0(jiti@2.4.2))':
5323 + '@eslint-community/eslint-utils@4.5.1(eslint@9.23.0(jiti@2.4.2))':
5324 dependencies:
5325 eslint: 9.23.0(jiti@2.4.2)
5326 eslint-visitor-keys: 3.4.3
5327
5328 '@eslint-community/regexpp@4.12.1': {}
5329
5389 - '@eslint/compat@1.2.7(eslint@9.23.0(jiti@2.4.2))':
5330 + '@eslint/compat@1.2.8(eslint@9.23.0(jiti@2.4.2))':
5331 optionalDependencies:
5332 eslint: 9.23.0(jiti@2.4.2)
5333
@@ -5398,7 +5339,7 @@ snapshots:
5339 transitivePeerDependencies:
5340 - supports-color
5341
5401 - '@eslint/config-helpers@0.2.0': {}
5342 + '@eslint/config-helpers@0.2.1': {}
5343
5344 '@eslint/core@0.10.0':
5345 dependencies:
@@ -5408,6 +5349,10 @@ snapshots:
5349 dependencies:
5350 '@types/json-schema': 7.0.15
5351
5352 + '@eslint/core@0.13.0':
5353 + dependencies:
5354 + '@types/json-schema': 7.0.15
5355 +
5356 '@eslint/eslintrc@3.3.1':
5357 dependencies:
5358 ajv: 6.12.6
@@ -5427,7 +5372,7 @@ snapshots:
5372 '@eslint/markdown@6.3.0':
5373 dependencies:
5374 '@eslint/core': 0.10.0
5430 - '@eslint/plugin-kit': 0.2.7
5375 + '@eslint/plugin-kit': 0.2.8
5376 mdast-util-from-markdown: 2.0.2
5377 mdast-util-gfm: 3.1.0
5378 micromark-extension-gfm: 3.0.0
@@ -5436,9 +5381,9 @@ snapshots:
5381
5382 '@eslint/object-schema@2.1.6': {}
5383
5439 - '@eslint/plugin-kit@0.2.7':
5384 + '@eslint/plugin-kit@0.2.8':
5385 dependencies:
5441 - '@eslint/core': 0.12.0
5386 + '@eslint/core': 0.13.0
5387 levn: 0.4.1
5388
5389 '@f3ve/vue-markdown-it@0.2.3(vue@3.5.13(typescript@5.8.2))':
@@ -5542,7 +5487,7 @@ snapshots:
5487
5488 '@marijn/find-cluster-break@1.0.2': {}
5489
5545 - '@napi-rs/wasm-runtime@0.2.7':
5490 + '@napi-rs/wasm-runtime@0.2.8':
5491 dependencies:
5492 '@emnapi/core': 1.4.0
5493 '@emnapi/runtime': 1.4.0
@@ -5561,31 +5506,32 @@ snapshots:
5506 '@nodelib/fs.scandir': 2.1.5
5507 fastq: 1.19.1
5508
5564 - '@nuxt/kit@3.15.4':
5509 + '@nuxt/kit@3.16.2':
5510 dependencies:
5566 - c12: 2.0.4
5567 - consola: 3.4.0
5511 + c12: 3.0.3
5512 + consola: 3.4.2
5513 defu: 6.1.4
5569 - destr: 2.0.3
5514 + destr: 2.0.5
5515 + errx: 0.1.0
5516 + exsolve: 1.0.4
5517 globby: 14.1.0
5518 ignore: 7.0.3
5519 jiti: 2.4.2
5520 klona: 2.0.6
5521 knitwork: 1.2.0
5522 mlly: 1.7.4
5576 - ohash: 1.1.6
5523 + ohash: 2.0.11
5524 pathe: 2.0.3
5578 - pkg-types: 1.3.1
5525 + pkg-types: 2.1.0
5526 scule: 1.3.0
5527 semver: 7.7.1
5528 std-env: 3.8.1
5529 ufo: 1.5.4
5530 unctx: 2.4.1
5584 - unimport: 4.1.2
5585 - untyped: 1.5.2
5531 + unimport: 4.1.3
5532 + untyped: 2.0.0
5533 transitivePeerDependencies:
5534 - magicast
5588 - - supports-color
5535
5536 '@one-ini/wasm@0.1.1': {}
5537
@@ -5653,80 +5599,82 @@ snapshots:
5599 '@pkgjs/parseargs@0.11.0':
5600 optional: true
5601
5656 - '@pkgr/core@0.1.1': {}
5602 + '@pkgr/core@0.1.2': {}
5603 +
5604 + '@pkgr/core@0.2.0': {}
5605
5606 '@polka/url@1.0.0-next.28': {}
5607
5660 - '@quansync/fs@0.1.1':
5608 + '@quansync/fs@0.1.2':
5609 dependencies:
5662 - quansync: 0.2.8
5610 + quansync: 0.2.10
5611
5664 - '@rollup/pluginutils@5.1.4(rollup@4.34.9)':
5612 + '@rollup/pluginutils@5.1.4(rollup@4.39.0)':
5613 dependencies:
5666 - '@types/estree': 1.0.6
5614 + '@types/estree': 1.0.7
5615 estree-walker: 2.0.2
5616 picomatch: 4.0.2
5617 optionalDependencies:
5670 - rollup: 4.34.9
5618 + rollup: 4.39.0
5619
5672 - '@rollup/rollup-android-arm-eabi@4.34.9':
5620 + '@rollup/rollup-android-arm-eabi@4.39.0':
5621 optional: true
5622
5675 - '@rollup/rollup-android-arm64@4.34.9':
5623 + '@rollup/rollup-android-arm64@4.39.0':
5624 optional: true
5625
5678 - '@rollup/rollup-darwin-arm64@4.34.9':
5626 + '@rollup/rollup-darwin-arm64@4.39.0':
5627 optional: true
5628
5681 - '@rollup/rollup-darwin-x64@4.34.9':
5629 + '@rollup/rollup-darwin-x64@4.39.0':
5630 optional: true
5631
5684 - '@rollup/rollup-freebsd-arm64@4.34.9':
5632 + '@rollup/rollup-freebsd-arm64@4.39.0':
5633 optional: true
5634
5687 - '@rollup/rollup-freebsd-x64@4.34.9':
5635 + '@rollup/rollup-freebsd-x64@4.39.0':
5636 optional: true
5637
5690 - '@rollup/rollup-linux-arm-gnueabihf@4.34.9':
5638 + '@rollup/rollup-linux-arm-gnueabihf@4.39.0':
5639 optional: true
5640
5693 - '@rollup/rollup-linux-arm-musleabihf@4.34.9':
5641 + '@rollup/rollup-linux-arm-musleabihf@4.39.0':
5642 optional: true
5643
5696 - '@rollup/rollup-linux-arm64-gnu@4.34.9':
5644 + '@rollup/rollup-linux-arm64-gnu@4.39.0':
5645 optional: true
5646
5699 - '@rollup/rollup-linux-arm64-musl@4.34.9':
5647 + '@rollup/rollup-linux-arm64-musl@4.39.0':
5648 optional: true
5649
5702 - '@rollup/rollup-linux-loongarch64-gnu@4.34.9':
5650 + '@rollup/rollup-linux-loongarch64-gnu@4.39.0':
5651 optional: true
5652
5705 - '@rollup/rollup-linux-powerpc64le-gnu@4.34.9':
5653 + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0':
5654 optional: true
5655
5708 - '@rollup/rollup-linux-riscv64-gnu@4.34.9':
5656 + '@rollup/rollup-linux-riscv64-gnu@4.39.0':
5657 optional: true
5658
5711 - '@rollup/rollup-linux-s390x-gnu@4.34.9':
5659 + '@rollup/rollup-linux-riscv64-musl@4.39.0':
5660 optional: true
5661
5714 - '@rollup/rollup-linux-x64-gnu@4.34.9':
5662 + '@rollup/rollup-linux-s390x-gnu@4.39.0':
5663 optional: true
5664
5665 '@rollup/rollup-linux-x64-gnu@4.39.0':
5666 optional: true
5667
5720 - '@rollup/rollup-linux-x64-musl@4.34.9':
5668 + '@rollup/rollup-linux-x64-musl@4.39.0':
5669 optional: true
5670
5723 - '@rollup/rollup-win32-arm64-msvc@4.34.9':
5671 + '@rollup/rollup-win32-arm64-msvc@4.39.0':
5672 optional: true
5673
5726 - '@rollup/rollup-win32-ia32-msvc@4.34.9':
5674 + '@rollup/rollup-win32-ia32-msvc@4.39.0':
5675 optional: true
5676
5729 - '@rollup/rollup-win32-x64-msvc@4.34.9':
5677 + '@rollup/rollup-win32-x64-msvc@4.39.0':
5678 optional: true
5679
5680 '@sec-ant/readable-stream@0.4.1': {}
@@ -5783,7 +5731,7 @@ snapshots:
5731
5732 '@stylistic/eslint-plugin@4.2.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5733 dependencies:
5786 - '@typescript-eslint/utils': 8.26.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5734 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5735 eslint: 9.23.0(jiti@2.4.2)
5736 eslint-visitor-keys: 4.2.0
5737 espree: 10.3.0
@@ -5812,66 +5760,66 @@ snapshots:
5760 dependencies:
5761 '@svgdotjs/svg.js': 3.2.4
5762
5815 - '@tailwindcss/node@4.1.1':
5763 + '@tailwindcss/node@4.1.2':
5764 dependencies:
5765 enhanced-resolve: 5.18.1
5766 jiti: 2.4.2
5767 lightningcss: 1.29.2
5820 - tailwindcss: 4.1.1
5768 + tailwindcss: 4.1.2
5769
5822 - '@tailwindcss/oxide-android-arm64@4.1.1':
5770 + '@tailwindcss/oxide-android-arm64@4.1.2':
5771 optional: true
5772
5825 - '@tailwindcss/oxide-darwin-arm64@4.1.1':
5773 + '@tailwindcss/oxide-darwin-arm64@4.1.2':
5774 optional: true
5775
5828 - '@tailwindcss/oxide-darwin-x64@4.1.1':
5776 + '@tailwindcss/oxide-darwin-x64@4.1.2':
5777 optional: true
5778
5831 - '@tailwindcss/oxide-freebsd-x64@4.1.1':
5779 + '@tailwindcss/oxide-freebsd-x64@4.1.2':
5780 optional: true
5781
5834 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.1':
5782 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.2':
5783 optional: true
5784
5837 - '@tailwindcss/oxide-linux-arm64-gnu@4.1.1':
5785 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.2':
5786 optional: true
5787
5840 - '@tailwindcss/oxide-linux-arm64-musl@4.1.1':
5788 + '@tailwindcss/oxide-linux-arm64-musl@4.1.2':
5789 optional: true
5790
5843 - '@tailwindcss/oxide-linux-x64-gnu@4.1.1':
5791 + '@tailwindcss/oxide-linux-x64-gnu@4.1.2':
5792 optional: true
5793
5846 - '@tailwindcss/oxide-linux-x64-musl@4.1.1':
5794 + '@tailwindcss/oxide-linux-x64-musl@4.1.2':
5795 optional: true
5796
5849 - '@tailwindcss/oxide-win32-arm64-msvc@4.1.1':
5797 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.2':
5798 optional: true
5799
5852 - '@tailwindcss/oxide-win32-x64-msvc@4.1.1':
5800 + '@tailwindcss/oxide-win32-x64-msvc@4.1.2':
5801 optional: true
5802
5855 - '@tailwindcss/oxide@4.1.1':
5803 + '@tailwindcss/oxide@4.1.2':
5804 optionalDependencies:
5857 - '@tailwindcss/oxide-android-arm64': 4.1.1
5858 - '@tailwindcss/oxide-darwin-arm64': 4.1.1
5859 - '@tailwindcss/oxide-darwin-x64': 4.1.1
5860 - '@tailwindcss/oxide-freebsd-x64': 4.1.1
5861 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.1
5862 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.1
5863 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.1
5864 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.1
5865 - '@tailwindcss/oxide-linux-x64-musl': 4.1.1
5866 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.1
5867 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.1
5868 -
5869 - '@tailwindcss/vite@4.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))':
5870 - dependencies:
5871 - '@tailwindcss/node': 4.1.1
5872 - '@tailwindcss/oxide': 4.1.1
5873 - tailwindcss: 4.1.1
5874 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
5805 + '@tailwindcss/oxide-android-arm64': 4.1.2
5806 + '@tailwindcss/oxide-darwin-arm64': 4.1.2
5807 + '@tailwindcss/oxide-darwin-x64': 4.1.2
5808 + '@tailwindcss/oxide-freebsd-x64': 4.1.2
5809 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.2
5810 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.2
5811 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.2
5812 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.2
5813 + '@tailwindcss/oxide-linux-x64-musl': 4.1.2
5814 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.2
5815 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.2
5816 +
5817 + '@tailwindcss/vite@4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))':
5818 + dependencies:
5819 + '@tailwindcss/node': 4.1.2
5820 + '@tailwindcss/oxide': 4.1.2
5821 + tailwindcss: 4.1.2
5822 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
5823
5824 '@trysound/sax@0.2.0': {}
5825
@@ -5892,10 +5840,10 @@ snapshots:
5840
5841 '@types/eslint@9.6.1':
5842 dependencies:
5895 - '@types/estree': 1.0.6
5843 + '@types/estree': 1.0.7
5844 '@types/json-schema': 7.0.15
5845
5898 - '@types/estree@1.0.6': {}
5846 + '@types/estree@1.0.7': {}
5847
5848 '@types/file-saver@2.0.7': {}
5849
@@ -5961,118 +5909,81 @@ snapshots:
5909 '@types/node': 22.14.0
5910 optional: true
5911
5964 - '@typescript-eslint/eslint-plugin@8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5912 + '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5913 dependencies:
5914 '@eslint-community/regexpp': 4.12.1
5967 - '@typescript-eslint/parser': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5968 - '@typescript-eslint/scope-manager': 8.28.0
5969 - '@typescript-eslint/type-utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5970 - '@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5971 - '@typescript-eslint/visitor-keys': 8.28.0
5915 + '@typescript-eslint/parser': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5916 + '@typescript-eslint/scope-manager': 8.29.0
5917 + '@typescript-eslint/type-utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5918 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5919 + '@typescript-eslint/visitor-keys': 8.29.0
5920 eslint: 9.23.0(jiti@2.4.2)
5921 graphemer: 1.4.0
5922 ignore: 5.3.2
5923 natural-compare: 1.4.0
5976 - ts-api-utils: 2.0.1(typescript@5.8.2)
5924 + ts-api-utils: 2.1.0(typescript@5.8.2)
5925 typescript: 5.8.2
5926 transitivePeerDependencies:
5927 - supports-color
5928
5981 - '@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5929 + '@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5930 dependencies:
5983 - '@typescript-eslint/scope-manager': 8.28.0
5984 - '@typescript-eslint/types': 8.28.0
5985 - '@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
5986 - '@typescript-eslint/visitor-keys': 8.28.0
5931 + '@typescript-eslint/scope-manager': 8.29.0
5932 + '@typescript-eslint/types': 8.29.0
5933 + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2)
5934 + '@typescript-eslint/visitor-keys': 8.29.0
5935 debug: 4.4.0(supports-color@8.1.1)
5936 eslint: 9.23.0(jiti@2.4.2)
5937 typescript: 5.8.2
5938 transitivePeerDependencies:
5939 - supports-color
5940
5993 - '@typescript-eslint/scope-manager@8.26.0':
5994 - dependencies:
5995 - '@typescript-eslint/types': 8.26.0
5996 - '@typescript-eslint/visitor-keys': 8.26.0
5997 -
5998 - '@typescript-eslint/scope-manager@8.28.0':
5941 + '@typescript-eslint/scope-manager@8.29.0':
5942 dependencies:
6000 - '@typescript-eslint/types': 8.28.0
6001 - '@typescript-eslint/visitor-keys': 8.28.0
5943 + '@typescript-eslint/types': 8.29.0
5944 + '@typescript-eslint/visitor-keys': 8.29.0
5945
6003 - '@typescript-eslint/type-utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5946 + '@typescript-eslint/type-utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5947 dependencies:
6005 - '@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
6006 - '@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5948 + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2)
5949 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
5950 debug: 4.4.0(supports-color@8.1.1)
5951 eslint: 9.23.0(jiti@2.4.2)
6009 - ts-api-utils: 2.0.1(typescript@5.8.2)
5952 + ts-api-utils: 2.1.0(typescript@5.8.2)
5953 typescript: 5.8.2
5954 transitivePeerDependencies:
5955 - supports-color
5956
6014 - '@typescript-eslint/types@8.26.0': {}
6015 -
6016 - '@typescript-eslint/types@8.28.0': {}
6017 -
6018 - '@typescript-eslint/typescript-estree@8.26.0(typescript@5.8.2)':
6019 - dependencies:
6020 - '@typescript-eslint/types': 8.26.0
6021 - '@typescript-eslint/visitor-keys': 8.26.0
6022 - debug: 4.4.0(supports-color@8.1.1)
6023 - fast-glob: 3.3.3
6024 - is-glob: 4.0.3
6025 - minimatch: 9.0.5
6026 - semver: 7.7.1
6027 - ts-api-utils: 2.0.1(typescript@5.8.2)
6028 - typescript: 5.8.2
6029 - transitivePeerDependencies:
6030 - - supports-color
5957 + '@typescript-eslint/types@8.29.0': {}
5958
6032 - '@typescript-eslint/typescript-estree@8.28.0(typescript@5.8.2)':
5959 + '@typescript-eslint/typescript-estree@8.29.0(typescript@5.8.2)':
5960 dependencies:
6034 - '@typescript-eslint/types': 8.28.0
6035 - '@typescript-eslint/visitor-keys': 8.28.0
5961 + '@typescript-eslint/types': 8.29.0
5962 + '@typescript-eslint/visitor-keys': 8.29.0
5963 debug: 4.4.0(supports-color@8.1.1)
5964 fast-glob: 3.3.3
5965 is-glob: 4.0.3
5966 minimatch: 9.0.5
5967 semver: 7.7.1
6041 - ts-api-utils: 2.0.1(typescript@5.8.2)
5968 + ts-api-utils: 2.1.0(typescript@5.8.2)
5969 typescript: 5.8.2
5970 transitivePeerDependencies:
5971 - supports-color
5972
6046 - '@typescript-eslint/utils@8.26.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5973 + '@typescript-eslint/utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5974 dependencies:
6048 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
6049 - '@typescript-eslint/scope-manager': 8.26.0
6050 - '@typescript-eslint/types': 8.26.0
6051 - '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
5975 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
5976 + '@typescript-eslint/scope-manager': 8.29.0
5977 + '@typescript-eslint/types': 8.29.0
5978 + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2)
5979 eslint: 9.23.0(jiti@2.4.2)
5980 typescript: 5.8.2
5981 transitivePeerDependencies:
5982 - supports-color
5983
6057 - '@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
5984 + '@typescript-eslint/visitor-keys@8.29.0':
5985 dependencies:
6059 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
6060 - '@typescript-eslint/scope-manager': 8.28.0
6061 - '@typescript-eslint/types': 8.28.0
6062 - '@typescript-eslint/typescript-estree': 8.28.0(typescript@5.8.2)
6063 - eslint: 9.23.0(jiti@2.4.2)
6064 - typescript: 5.8.2
6065 - transitivePeerDependencies:
6066 - - supports-color
6067 -
6068 - '@typescript-eslint/visitor-keys@8.26.0':
6069 - dependencies:
6070 - '@typescript-eslint/types': 8.26.0
6071 - eslint-visitor-keys: 4.2.0
6072 -
6073 - '@typescript-eslint/visitor-keys@8.28.0':
6074 - dependencies:
6075 - '@typescript-eslint/types': 8.28.0
5986 + '@typescript-eslint/types': 8.29.0
5987 eslint-visitor-keys: 4.2.0
5988
5989 '@ungap/structured-clone@1.3.0': {}
@@ -6112,7 +6023,7 @@ snapshots:
6023
6024 '@unrs/resolver-binding-wasm32-wasi@1.3.3':
6025 dependencies:
6115 - '@napi-rs/wasm-runtime': 0.2.7
6026 + '@napi-rs/wasm-runtime': 0.2.8
6027 optional: true
6028
6029 '@unrs/resolver-binding-win32-arm64-msvc@1.3.3':
@@ -6124,28 +6035,28 @@ snapshots:
6035 '@unrs/resolver-binding-win32-x64-msvc@1.3.3':
6036 optional: true
6037
6127 - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))':
6038 + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))':
6039 dependencies:
6129 - '@babel/core': 7.26.9
6130 - '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.9)
6131 - '@vue/babel-plugin-jsx': 1.3.0(@babel/core@7.26.9)
6132 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
6040 + '@babel/core': 7.26.10
6041 + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10)
6042 + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10)
6043 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
6044 vue: 3.5.13(typescript@5.8.2)
6045 transitivePeerDependencies:
6046 - supports-color
6047
6137 - '@vitejs/plugin-vue@5.2.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))':
6048 + '@vitejs/plugin-vue@5.2.3(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))':
6049 dependencies:
6139 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
6050 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
6051 vue: 3.5.13(typescript@5.8.2)
6052
6142 - '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))':
6053 + '@vitest/eslint-plugin@1.1.39(@typescript-eslint/utils@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))':
6054 dependencies:
6144 - '@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
6055 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
6056 eslint: 9.23.0(jiti@2.4.2)
6057 optionalDependencies:
6058 typescript: 5.8.2
6148 - vitest: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
6059 + vitest: 3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
6060
6061 '@vitest/expect@3.1.1':
6062 dependencies:
@@ -6154,13 +6065,13 @@ snapshots:
6065 chai: 5.2.0
6066 tinyrainbow: 2.0.0
6067
6157 - '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))':
6068 + '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))':
6069 dependencies:
6070 '@vitest/spy': 3.1.1
6071 estree-walker: 3.0.3
6072 magic-string: 0.30.17
6073 optionalDependencies:
6163 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
6074 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
6075
6076 '@vitest/pretty-format@3.1.1':
6077 dependencies:
@@ -6187,50 +6098,50 @@ snapshots:
6098 loupe: 3.1.3
6099 tinyrainbow: 2.0.0
6100
6190 - '@volar/language-core@2.4.11':
6101 + '@volar/language-core@2.4.12':
6102 dependencies:
6192 - '@volar/source-map': 2.4.11
6103 + '@volar/source-map': 2.4.12
6104
6194 - '@volar/source-map@2.4.11': {}
6105 + '@volar/source-map@2.4.12': {}
6106
6196 - '@volar/typescript@2.4.11':
6107 + '@volar/typescript@2.4.12':
6108 dependencies:
6198 - '@volar/language-core': 2.4.11
6109 + '@volar/language-core': 2.4.12
6110 path-browserify: 1.0.1
6111 vscode-uri: 3.1.0
6112
6202 - '@vue/babel-helper-vue-transform-on@1.3.0': {}
6113 + '@vue/babel-helper-vue-transform-on@1.4.0': {}
6114
6204 - '@vue/babel-plugin-jsx@1.3.0(@babel/core@7.26.9)':
6115 + '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.26.10)':
6116 dependencies:
6117 '@babel/helper-module-imports': 7.25.9
6118 '@babel/helper-plugin-utils': 7.26.5
6208 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9)
6209 - '@babel/template': 7.26.9
6210 - '@babel/traverse': 7.26.9
6211 - '@babel/types': 7.26.9
6212 - '@vue/babel-helper-vue-transform-on': 1.3.0
6213 - '@vue/babel-plugin-resolve-type': 1.3.0(@babel/core@7.26.9)
6119 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10)
6120 + '@babel/template': 7.27.0
6121 + '@babel/traverse': 7.27.0
6122 + '@babel/types': 7.27.0
6123 + '@vue/babel-helper-vue-transform-on': 1.4.0
6124 + '@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.26.10)
6125 '@vue/shared': 3.5.13
6126 optionalDependencies:
6216 - '@babel/core': 7.26.9
6127 + '@babel/core': 7.26.10
6128 transitivePeerDependencies:
6129 - supports-color
6130
6220 - '@vue/babel-plugin-resolve-type@1.3.0(@babel/core@7.26.9)':
6131 + '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.26.10)':
6132 dependencies:
6133 '@babel/code-frame': 7.26.2
6223 - '@babel/core': 7.26.9
6134 + '@babel/core': 7.26.10
6135 '@babel/helper-module-imports': 7.25.9
6136 '@babel/helper-plugin-utils': 7.26.5
6226 - '@babel/parser': 7.26.9
6137 + '@babel/parser': 7.27.0
6138 '@vue/compiler-sfc': 3.5.13
6139 transitivePeerDependencies:
6140 - supports-color
6141
6142 '@vue/compiler-core@3.5.13':
6143 dependencies:
6233 - '@babel/parser': 7.26.9
6144 + '@babel/parser': 7.27.0
6145 '@vue/shared': 3.5.13
6146 entities: 4.5.0
6147 estree-walker: 2.0.2
@@ -6243,7 +6154,7 @@ snapshots:
6154
6155 '@vue/compiler-sfc@3.5.13':
6156 dependencies:
6246 - '@babel/parser': 7.26.9
6157 + '@babel/parser': 7.27.0
6158 '@vue/compiler-core': 3.5.13
6159 '@vue/compiler-dom': 3.5.13
6160 '@vue/compiler-ssr': 3.5.13
@@ -6269,14 +6180,14 @@ snapshots:
6180 dependencies:
6181 '@vue/devtools-kit': 7.7.2
6182
6272 - '@vue/devtools-core@7.7.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))':
6183 + '@vue/devtools-core@7.7.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))':
6184 dependencies:
6185 '@vue/devtools-kit': 7.7.2
6186 '@vue/devtools-shared': 7.7.2
6187 mitt: 3.0.1
6188 nanoid: 5.1.5
6189 pathe: 2.0.3
6279 - vite-hot-client: 0.2.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
6190 + vite-hot-client: 0.2.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
6191 vue: 3.5.13(typescript@5.8.2)
6192 transitivePeerDependencies:
6193 - vite
@@ -6297,11 +6208,11 @@ snapshots:
6208
6209 '@vue/language-core@2.2.8(typescript@5.8.2)':
6210 dependencies:
6300 - '@volar/language-core': 2.4.11
6211 + '@volar/language-core': 2.4.12
6212 '@vue/compiler-dom': 3.5.13
6213 '@vue/compiler-vue2': 2.7.16
6214 '@vue/shared': 3.5.13
6304 - alien-signals: 1.0.4
6215 + alien-signals: 1.0.13
6216 minimatch: 9.0.5
6217 muggle-string: 0.4.1
6218 path-browserify: 1.0.1
@@ -6359,11 +6270,11 @@ snapshots:
6270
6271 abbrev@2.0.0: {}
6272
6362 - acorn-jsx@5.3.2(acorn@8.14.0):
6273 + acorn-jsx@5.3.2(acorn@8.14.1):
6274 dependencies:
6364 - acorn: 8.14.0
6275 + acorn: 8.14.1
6276
6366 - acorn@8.14.0: {}
6277 + acorn@8.14.1: {}
6278
6279 agent-base@7.1.3: {}
6280
@@ -6379,7 +6290,7 @@ snapshots:
6290 json-schema-traverse: 0.4.1
6291 uri-js: 4.4.1
6292
6382 - alien-signals@1.0.4: {}
6293 + alien-signals@1.0.13: {}
6294
6295 ansi-colors@4.1.3: {}
6296
@@ -6487,8 +6398,8 @@ snapshots:
6398
6399 browserslist@4.24.4:
6400 dependencies:
6490 - caniuse-lite: 1.0.30001702
6491 - electron-to-chromium: 1.5.112
6401 + caniuse-lite: 1.0.30001709
6402 + electron-to-chromium: 1.5.130
6403 node-releases: 2.0.19
6404 update-browserslist-db: 1.1.3(browserslist@4.24.4)
6405
@@ -6507,19 +6418,19 @@ snapshots:
6418
6419 bytes@3.1.2: {}
6420
6510 - c12@2.0.4:
6421 + c12@3.0.3:
6422 dependencies:
6423 chokidar: 4.0.3
6513 - confbox: 0.1.8
6424 + confbox: 0.2.2
6425 defu: 6.1.4
6426 dotenv: 16.4.7
6516 - giget: 1.2.5
6427 + exsolve: 1.0.4
6428 + giget: 2.0.0
6429 jiti: 2.4.2
6518 - mlly: 1.7.4
6430 ohash: 2.0.11
6431 pathe: 2.0.3
6432 perfect-debounce: 1.0.0
6522 - pkg-types: 1.3.1
6433 + pkg-types: 2.1.0
6434 rc9: 2.1.2
6435
6436 cac@6.7.14: {}
@@ -6542,7 +6453,7 @@ snapshots:
6453
6454 camelcase@6.3.0: {}
6455
6545 - caniuse-lite@1.0.30001702: {}
6456 + caniuse-lite@1.0.30001709: {}
6457
6458 caseless@0.12.0: {}
6459
@@ -6575,13 +6486,11 @@ snapshots:
6486 dependencies:
6487 readdirp: 4.1.2
6488
6578 - chownr@2.0.0: {}
6579 -
6580 - ci-info@4.1.0: {}
6489 + ci-info@4.2.0: {}
6490
6491 citty@0.1.6:
6492 dependencies:
6584 - consola: 3.4.0
6493 + consola: 3.4.2
6494
6495 classnames@2.5.1: {}
6496
@@ -6622,11 +6531,11 @@ snapshots:
6531 dependencies:
6532 '@codemirror/autocomplete': 6.18.6
6533 '@codemirror/commands': 6.8.1
6625 - '@codemirror/language': 6.10.8
6626 - '@codemirror/lint': 6.8.4
6534 + '@codemirror/language': 6.11.0
6535 + '@codemirror/lint': 6.8.5
6536 '@codemirror/search': 6.5.10
6537 '@codemirror/state': 6.5.2
6629 - '@codemirror/view': 6.36.4
6538 + '@codemirror/view': 6.36.5
6539
6540 color-convert@2.0.1:
6541 dependencies:
@@ -6658,14 +6567,14 @@ snapshots:
6567
6568 confbox@0.1.8: {}
6569
6661 - confbox@0.2.1: {}
6570 + confbox@0.2.2: {}
6571
6572 config-chain@1.1.13:
6573 dependencies:
6574 ini: 1.3.8
6575 proto-list: 1.2.4
6576
6668 - consola@3.4.0: {}
6577 + consola@3.4.2: {}
6578
6579 convert-source-map@2.0.0: {}
6580
@@ -6728,9 +6637,9 @@ snapshots:
6637 dependencies:
6638 css-tree: 2.2.1
6639
6731 - cssstyle@4.2.1:
6640 + cssstyle@4.3.0:
6641 dependencies:
6733 - '@asamuzakjp/css-color': 2.8.3
6642 + '@asamuzakjp/css-color': 3.1.1
6643 rrweb-cssom: 0.8.0
6644
6645 csstype@3.0.11: {}
@@ -6750,7 +6659,7 @@ snapshots:
6659 cachedir: 2.4.0
6660 chalk: 4.1.2
6661 check-more-types: 2.24.0
6753 - ci-info: 4.1.0
6662 + ci-info: 4.2.0
6663 cli-cursor: 3.1.0
6664 cli-table3: 0.6.5
6665 commander: 6.2.1
@@ -6790,7 +6699,7 @@ snapshots:
6699 data-urls@5.0.0:
6700 dependencies:
6701 whatwg-mimetype: 4.0.0
6793 - whatwg-url: 14.1.1
6702 + whatwg-url: 14.2.0
6703
6704 date-fns-tz@3.2.0(date-fns@3.6.0):
6705 dependencies:
@@ -6818,7 +6727,7 @@ snapshots:
6727
6728 decimal.js@10.5.0: {}
6729
6821 - decode-named-character-reference@1.0.2:
6730 + decode-named-character-reference@1.1.0:
6731 dependencies:
6732 character-entities: 2.0.2
6733
@@ -6845,8 +6754,8 @@ snapshots:
6754
6755 depcheck@1.4.7:
6756 dependencies:
6848 - '@babel/parser': 7.26.9
6849 - '@babel/traverse': 7.26.9
6757 + '@babel/parser': 7.27.0
6758 + '@babel/traverse': 7.27.0
6759 '@vue/compiler-sfc': 3.5.13
6760 callsite: 1.0.0
6761 camelcase: 6.3.0
@@ -6875,7 +6784,7 @@ snapshots:
6784
6785 dequal@2.0.3: {}
6786
6878 - destr@2.0.3: {}
6787 + destr@2.0.5: {}
6788
6789 detect-file@1.0.0: {}
6790
@@ -6943,7 +6852,7 @@ snapshots:
6852 minimatch: 9.0.1
6853 semver: 7.7.1
6854
6946 - electron-to-chromium@1.5.112: {}
6855 + electron-to-chromium@1.5.130: {}
6856
6857 emoji-regex-xs@1.0.0: {}
6858
@@ -6973,6 +6882,8 @@ snapshots:
6882
6883 error-stack-parser-es@0.1.5: {}
6884
6885 + errx@0.1.0: {}
6886 +
6887 es-define-property@1.0.1: {}
6888
6889 es-errors@1.3.0: {}
@@ -6990,33 +6901,33 @@ snapshots:
6901 has-tostringtag: 1.0.2
6902 hasown: 2.0.2
6903
6993 - esbuild@0.25.0:
6904 + esbuild@0.25.2:
6905 optionalDependencies:
6995 - '@esbuild/aix-ppc64': 0.25.0
6996 - '@esbuild/android-arm': 0.25.0
6997 - '@esbuild/android-arm64': 0.25.0
6998 - '@esbuild/android-x64': 0.25.0
6999 - '@esbuild/darwin-arm64': 0.25.0
7000 - '@esbuild/darwin-x64': 0.25.0
7001 - '@esbuild/freebsd-arm64': 0.25.0
7002 - '@esbuild/freebsd-x64': 0.25.0
7003 - '@esbuild/linux-arm': 0.25.0
7004 - '@esbuild/linux-arm64': 0.25.0
7005 - '@esbuild/linux-ia32': 0.25.0
7006 - '@esbuild/linux-loong64': 0.25.0
7007 - '@esbuild/linux-mips64el': 0.25.0
7008 - '@esbuild/linux-ppc64': 0.25.0
7009 - '@esbuild/linux-riscv64': 0.25.0
7010 - '@esbuild/linux-s390x': 0.25.0
7011 - '@esbuild/linux-x64': 0.25.0
7012 - '@esbuild/netbsd-arm64': 0.25.0
7013 - '@esbuild/netbsd-x64': 0.25.0
7014 - '@esbuild/openbsd-arm64': 0.25.0
7015 - '@esbuild/openbsd-x64': 0.25.0
7016 - '@esbuild/sunos-x64': 0.25.0
7017 - '@esbuild/win32-arm64': 0.25.0
7018 - '@esbuild/win32-ia32': 0.25.0
7019 - '@esbuild/win32-x64': 0.25.0
6906 + '@esbuild/aix-ppc64': 0.25.2
6907 + '@esbuild/android-arm': 0.25.2
6908 + '@esbuild/android-arm64': 0.25.2
6909 + '@esbuild/android-x64': 0.25.2
6910 + '@esbuild/darwin-arm64': 0.25.2
6911 + '@esbuild/darwin-x64': 0.25.2
6912 + '@esbuild/freebsd-arm64': 0.25.2
6913 + '@esbuild/freebsd-x64': 0.25.2
6914 + '@esbuild/linux-arm': 0.25.2
6915 + '@esbuild/linux-arm64': 0.25.2
6916 + '@esbuild/linux-ia32': 0.25.2
6917 + '@esbuild/linux-loong64': 0.25.2
6918 + '@esbuild/linux-mips64el': 0.25.2
6919 + '@esbuild/linux-ppc64': 0.25.2
6920 + '@esbuild/linux-riscv64': 0.25.2
6921 + '@esbuild/linux-s390x': 0.25.2
6922 + '@esbuild/linux-x64': 0.25.2
6923 + '@esbuild/netbsd-arm64': 0.25.2
6924 + '@esbuild/netbsd-x64': 0.25.2
6925 + '@esbuild/openbsd-arm64': 0.25.2
6926 + '@esbuild/openbsd-x64': 0.25.2
6927 + '@esbuild/sunos-x64': 0.25.2
6928 + '@esbuild/win32-arm64': 0.25.2
6929 + '@esbuild/win32-ia32': 0.25.2
6930 + '@esbuild/win32-x64': 0.25.2
6931
6932 escalade@3.2.0: {}
6933
@@ -7031,14 +6942,14 @@ snapshots:
6942 eslint: 9.23.0(jiti@2.4.2)
6943 semver: 7.7.1
6944
7034 - eslint-compat-utils@0.6.4(eslint@9.23.0(jiti@2.4.2)):
6945 + eslint-compat-utils@0.6.5(eslint@9.23.0(jiti@2.4.2)):
6946 dependencies:
6947 eslint: 9.23.0(jiti@2.4.2)
6948 semver: 7.7.1
6949
6950 eslint-config-flat-gitignore@2.1.0(eslint@9.23.0(jiti@2.4.2)):
6951 dependencies:
7041 - '@eslint/compat': 1.2.7(eslint@9.23.0(jiti@2.4.2))
6952 + '@eslint/compat': 1.2.8(eslint@9.23.0(jiti@2.4.2))
6953 eslint: 9.23.0(jiti@2.4.2)
6954
6955 eslint-flat-config-utils@2.0.1:
@@ -7074,15 +6985,16 @@ snapshots:
6985
6986 eslint-plugin-es-x@7.8.0(eslint@9.23.0(jiti@2.4.2)):
6987 dependencies:
7077 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
6988 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
6989 '@eslint-community/regexpp': 4.12.1
6990 eslint: 9.23.0(jiti@2.4.2)
6991 eslint-compat-utils: 0.5.1(eslint@9.23.0(jiti@2.4.2))
6992
7082 - eslint-plugin-import-x@4.9.4(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2):
6993 + eslint-plugin-import-x@4.10.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2):
6994 dependencies:
6995 + '@pkgr/core': 0.2.0
6996 '@types/doctrine': 0.0.9
7085 - '@typescript-eslint/utils': 8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
6997 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
6998 debug: 4.4.0(supports-color@8.1.1)
6999 doctrine: 3.0.0
7000 eslint: 9.23.0(jiti@2.4.2)
@@ -7115,23 +7027,23 @@ snapshots:
7027 transitivePeerDependencies:
7028 - supports-color
7029
7118 - eslint-plugin-jsonc@2.19.1(eslint@9.23.0(jiti@2.4.2)):
7030 + eslint-plugin-jsonc@2.20.0(eslint@9.23.0(jiti@2.4.2)):
7031 dependencies:
7120 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7032 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7033 eslint: 9.23.0(jiti@2.4.2)
7122 - eslint-compat-utils: 0.6.4(eslint@9.23.0(jiti@2.4.2))
7034 + eslint-compat-utils: 0.6.5(eslint@9.23.0(jiti@2.4.2))
7035 eslint-json-compat-utils: 0.2.1(eslint@9.23.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
7124 - espree: 9.6.1
7036 + espree: 10.3.0
7037 graphemer: 1.4.0
7038 jsonc-eslint-parser: 2.4.0
7039 natural-compare: 1.4.0
7128 - synckit: 0.6.2
7040 + synckit: 0.10.3
7041 transitivePeerDependencies:
7042 - '@eslint/json'
7043
7132 - eslint-plugin-n@17.16.2(eslint@9.23.0(jiti@2.4.2)):
7044 + eslint-plugin-n@17.17.0(eslint@9.23.0(jiti@2.4.2)):
7045 dependencies:
7134 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7046 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7047 enhanced-resolve: 5.18.1
7048 eslint: 9.23.0(jiti@2.4.2)
7049 eslint-plugin-es-x: 7.8.0(eslint@9.23.0(jiti@2.4.2))
@@ -7143,10 +7055,10 @@ snapshots:
7055
7056 eslint-plugin-no-only-tests@3.3.0: {}
7057
7146 - eslint-plugin-perfectionist@4.10.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2):
7058 + eslint-plugin-perfectionist@4.11.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2):
7059 dependencies:
7148 - '@typescript-eslint/types': 8.26.0
7149 - '@typescript-eslint/utils': 8.26.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
7060 + '@typescript-eslint/types': 8.29.0
7061 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
7062 eslint: 9.23.0(jiti@2.4.2)
7063 natural-orderby: 5.0.0
7064 transitivePeerDependencies:
@@ -7165,7 +7077,7 @@ snapshots:
7077
7078 eslint-plugin-regexp@2.7.0(eslint@9.23.0(jiti@2.4.2)):
7079 dependencies:
7168 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7080 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7081 '@eslint-community/regexpp': 4.12.1
7082 comment-parser: 1.4.1
7083 eslint: 9.23.0(jiti@2.4.2)
@@ -7178,7 +7090,7 @@ snapshots:
7090 dependencies:
7091 debug: 4.4.0(supports-color@8.1.1)
7092 eslint: 9.23.0(jiti@2.4.2)
7181 - eslint-compat-utils: 0.6.4(eslint@9.23.0(jiti@2.4.2))
7093 + eslint-compat-utils: 0.6.5(eslint@9.23.0(jiti@2.4.2))
7094 lodash: 4.17.21
7095 toml-eslint-parser: 0.10.0
7096 transitivePeerDependencies:
@@ -7187,8 +7099,8 @@ snapshots:
7099 eslint-plugin-unicorn@57.0.0(eslint@9.23.0(jiti@2.4.2)):
7100 dependencies:
7101 '@babel/helper-validator-identifier': 7.25.9
7190 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7191 - ci-info: 4.1.0
7102 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7103 + ci-info: 4.2.0
7104 clean-regexp: 1.0.0
7105 core-js-compat: 3.41.0
7106 eslint: 9.23.0(jiti@2.4.2)
@@ -7204,15 +7116,15 @@ snapshots:
7116 semver: 7.7.1
7117 strip-indent: 4.0.0
7118
7207 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2)):
7119 + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2)):
7120 dependencies:
7121 eslint: 9.23.0(jiti@2.4.2)
7122 optionalDependencies:
7211 - '@typescript-eslint/eslint-plugin': 8.28.0(@typescript-eslint/parser@8.28.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
7123 + '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
7124
7125 eslint-plugin-vue@10.0.0(eslint@9.23.0(jiti@2.4.2))(vue-eslint-parser@10.1.1(eslint@9.23.0(jiti@2.4.2))):
7126 dependencies:
7215 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7127 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7128 eslint: 9.23.0(jiti@2.4.2)
7129 natural-compare: 1.4.0
7130 nth-check: 2.1.1
@@ -7226,7 +7138,7 @@ snapshots:
7138 debug: 4.4.0(supports-color@8.1.1)
7139 escape-string-regexp: 4.0.0
7140 eslint: 9.23.0(jiti@2.4.2)
7229 - eslint-compat-utils: 0.6.4(eslint@9.23.0(jiti@2.4.2))
7141 + eslint-compat-utils: 0.6.5(eslint@9.23.0(jiti@2.4.2))
7142 natural-compare: 1.4.0
7143 yaml-eslint-parser: 1.3.0
7144 transitivePeerDependencies:
@@ -7237,11 +7149,6 @@ snapshots:
7149 '@vue/compiler-sfc': 3.5.13
7150 eslint: 9.23.0(jiti@2.4.2)
7151
7240 - eslint-scope@8.2.0:
7241 - dependencies:
7242 - esrecurse: 4.3.0
7243 - estraverse: 5.3.0
7244 -
7152 eslint-scope@8.3.0:
7153 dependencies:
7154 esrecurse: 4.3.0
@@ -7253,18 +7160,18 @@ snapshots:
7160
7161 eslint@9.23.0(jiti@2.4.2):
7162 dependencies:
7256 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0(jiti@2.4.2))
7163 + '@eslint-community/eslint-utils': 4.5.1(eslint@9.23.0(jiti@2.4.2))
7164 '@eslint-community/regexpp': 4.12.1
7165 '@eslint/config-array': 0.19.2
7259 - '@eslint/config-helpers': 0.2.0
7166 + '@eslint/config-helpers': 0.2.1
7167 '@eslint/core': 0.12.0
7168 '@eslint/eslintrc': 3.3.1
7169 '@eslint/js': 9.23.0
7263 - '@eslint/plugin-kit': 0.2.7
7170 + '@eslint/plugin-kit': 0.2.8
7171 '@humanfs/node': 0.16.6
7172 '@humanwhocodes/module-importer': 1.0.1
7173 '@humanwhocodes/retry': 0.4.2
7267 - '@types/estree': 1.0.6
7174 + '@types/estree': 1.0.7
7175 '@types/json-schema': 7.0.15
7176 ajv: 6.12.6
7177 chalk: 4.1.2
@@ -7295,14 +7202,14 @@ snapshots:
7202
7203 espree@10.3.0:
7204 dependencies:
7298 - acorn: 8.14.0
7299 - acorn-jsx: 5.3.2(acorn@8.14.0)
7205 + acorn: 8.14.1
7206 + acorn-jsx: 5.3.2(acorn@8.14.1)
7207 eslint-visitor-keys: 4.2.0
7208
7209 espree@9.6.1:
7210 dependencies:
7304 - acorn: 8.14.0
7305 - acorn-jsx: 5.3.2(acorn@8.14.0)
7211 + acorn: 8.14.1
7212 + acorn-jsx: 5.3.2(acorn@8.14.1)
7213 eslint-visitor-keys: 3.4.3
7214
7215 esprima@4.0.1: {}
@@ -7321,7 +7228,7 @@ snapshots:
7228
7229 estree-walker@3.0.3:
7230 dependencies:
7324 - '@types/estree': 1.0.6
7231 + '@types/estree': 1.0.7
7232
7233 esutils@2.0.3: {}
7234
@@ -7369,7 +7276,7 @@ snapshots:
7276 cross-spawn: 7.0.6
7277 figures: 6.1.0
7278 get-stream: 9.0.1
7372 - human-signals: 8.0.0
7279 + human-signals: 8.0.1
7280 is-plain-obj: 4.1.0
7281 is-stream: 4.0.1
7282 npm-run-path: 6.0.0
@@ -7386,9 +7293,9 @@ snapshots:
7293 dependencies:
7294 homedir-polyfill: 1.0.3
7295
7389 - expect-type@1.2.0: {}
7296 + expect-type@1.2.1: {}
7297
7391 - exsolve@1.0.1: {}
7298 + exsolve@1.0.4: {}
7299
7300 extend@3.0.2: {}
7301
@@ -7504,10 +7411,6 @@ snapshots:
7411 jsonfile: 6.1.0
7412 universalify: 2.0.1
7413
7507 - fs-minipass@2.1.0:
7508 - dependencies:
7509 - minipass: 3.3.6
7510 -
7414 fsevents@2.3.3:
7415 optional: true
7416
@@ -7560,15 +7463,14 @@ snapshots:
7463 dependencies:
7464 assert-plus: 1.0.0
7465
7563 - giget@1.2.5:
7466 + giget@2.0.0:
7467 dependencies:
7468 citty: 0.1.6
7566 - consola: 3.4.0
7469 + consola: 3.4.2
7470 defu: 6.1.4
7471 node-fetch-native: 1.6.6
7569 - nypm: 0.5.4
7472 + nypm: 0.6.0
7473 pathe: 2.0.3
7571 - tar: 6.2.1
7474
7475 glob-parent@5.1.2:
7476 dependencies:
@@ -7706,7 +7608,7 @@ snapshots:
7608
7609 human-signals@2.1.0: {}
7610
7709 - human-signals@8.0.0: {}
7611 + human-signals@8.0.1: {}
7612
7613 iconv-lite@0.6.3:
7614 dependencies:
@@ -7718,7 +7620,7 @@ snapshots:
7620
7621 ignore@7.0.3: {}
7622
7721 - immutable@5.0.3: {}
7623 + immutable@5.1.1: {}
7624
7625 import-fresh@3.3.1:
7626 dependencies:
@@ -7740,7 +7642,7 @@ snapshots:
7642
7643 indent-string@5.0.0: {}
7644
7743 - index-to-position@0.1.2: {}
7645 + index-to-position@1.0.0: {}
7646
7647 ini@1.3.8: {}
7648
@@ -7862,7 +7764,7 @@ snapshots:
7764
7765 jsdom@26.0.0:
7766 dependencies:
7865 - cssstyle: 4.2.1
7767 + cssstyle: 4.3.0
7768 data-urls: 5.0.0
7769 decimal.js: 10.5.0
7770 form-data: 4.0.2
@@ -7870,7 +7772,7 @@ snapshots:
7772 http-proxy-agent: 7.0.2
7773 https-proxy-agent: 7.0.6
7774 is-potential-custom-element-name: 1.0.1
7873 - nwsapi: 2.2.18
7775 + nwsapi: 2.2.20
7776 parse5: 7.2.1
7777 rrweb-cssom: 0.8.0
7778 saxes: 6.0.0
@@ -7880,7 +7782,7 @@ snapshots:
7782 webidl-conversions: 7.0.0
7783 whatwg-encoding: 3.1.1
7784 whatwg-mimetype: 4.0.0
7883 - whatwg-url: 14.1.1
7785 + whatwg-url: 14.2.0
7786 ws: 8.18.1
7787 xml-name-validator: 5.0.0
7788 transitivePeerDependencies:
@@ -7910,7 +7812,7 @@ snapshots:
7812
7813 jsonc-eslint-parser@2.4.0:
7814 dependencies:
7913 - acorn: 8.14.0
7815 + acorn: 8.14.1
7816 eslint-visitor-keys: 3.4.3
7817 espree: 9.6.1
7818 semver: 7.7.1
@@ -8013,7 +7915,7 @@ snapshots:
7915 dependencies:
7916 mlly: 1.7.4
7917 pkg-types: 2.1.0
8016 - quansync: 0.2.8
7918 + quansync: 0.2.10
7919
7920 locate-path@6.0.0:
7921 dependencies:
@@ -8081,7 +7983,7 @@ snapshots:
7983 dependencies:
7984 '@types/mdast': 4.0.4
7985 '@types/unist': 3.0.3
8084 - decode-named-character-reference: 1.0.2
7986 + decode-named-character-reference: 1.1.0
7987 devlop: 1.1.0
7988 mdast-util-to-string: 4.0.0
7989 micromark: 4.0.2
@@ -8198,7 +8100,7 @@ snapshots:
8100
8101 micromark-core-commonmark@2.0.3:
8102 dependencies:
8201 - decode-named-character-reference: 1.0.2
8103 + decode-named-character-reference: 1.1.0
8104 devlop: 1.1.0
8105 micromark-factory-destination: 2.0.1
8106 micromark-factory-label: 2.0.1
@@ -8331,7 +8233,7 @@ snapshots:
8233
8234 micromark-util-decode-string@2.0.1:
8235 dependencies:
8334 - decode-named-character-reference: 1.0.2
8236 + decode-named-character-reference: 1.1.0
8237 micromark-util-character: 2.1.1
8238 micromark-util-decode-numeric-character-reference: 2.0.2
8239 micromark-util-symbol: 2.0.1
@@ -8369,7 +8271,7 @@ snapshots:
8271 dependencies:
8272 '@types/debug': 4.1.12
8273 debug: 4.4.0(supports-color@8.1.1)
8372 - decode-named-character-reference: 1.0.2
8274 + decode-named-character-reference: 1.1.0
8275 devlop: 1.1.0
8276 micromark-core-commonmark: 2.0.3
8277 micromark-factory-space: 2.0.1
@@ -8426,26 +8328,13 @@ snapshots:
8328
8329 minimist@1.2.8: {}
8330
8429 - minipass@3.3.6:
8430 - dependencies:
8431 - yallist: 4.0.0
8432 -
8433 - minipass@5.0.0: {}
8434 -
8331 minipass@7.1.2: {}
8332
8437 - minizlib@2.1.2:
8438 - dependencies:
8439 - minipass: 3.3.6
8440 - yallist: 4.0.0
8441 -
8333 mitt@3.0.1: {}
8334
8444 - mkdirp@1.0.4: {}
8445 -
8335 mlly@1.7.4:
8336 dependencies:
8448 - acorn: 8.14.0
8337 + acorn: 8.14.1
8338 pathe: 2.0.3
8339 pkg-types: 1.3.1
8340 ufo: 1.5.4
@@ -8487,7 +8376,7 @@ snapshots:
8376 vue: 3.5.13(typescript@5.8.2)
8377 vueuc: 0.4.64(vue@3.5.13(typescript@5.8.2))
8378
8490 - nanoid@3.3.8: {}
8379 + nanoid@3.3.11: {}
8380
8381 nanoid@5.1.5: {}
8382
@@ -8538,27 +8427,24 @@ snapshots:
8427 dependencies:
8428 boolbase: 1.0.0
8429
8541 - nwsapi@2.2.18: {}
8430 + nwsapi@2.2.20: {}
8431
8543 - nypm@0.5.4:
8432 + nypm@0.6.0:
8433 dependencies:
8434 citty: 0.1.6
8546 - consola: 3.4.0
8435 + consola: 3.4.2
8436 pathe: 2.0.3
8548 - pkg-types: 1.3.1
8437 + pkg-types: 2.1.0
8438 tinyexec: 0.3.2
8550 - ufo: 1.5.4
8439
8440 object-inspect@1.13.4: {}
8441
8442 ofetch@1.4.1:
8443 dependencies:
8556 - destr: 2.0.3
8444 + destr: 2.0.5
8445 node-fetch-native: 1.6.6
8446 ufo: 1.5.4
8447
8560 - ohash@1.1.6: {}
8561 -
8448 ohash@2.0.11: {}
8449
8450 once@1.4.0:
@@ -8622,7 +8508,7 @@ snapshots:
8508
8509 package-manager-detector@0.2.11:
8510 dependencies:
8625 - quansync: 0.2.8
8511 + quansync: 0.2.10
8512
8513 package-manager-detector@1.1.0: {}
8514
@@ -8644,10 +8530,10 @@ snapshots:
8530 json-parse-even-better-errors: 2.3.1
8531 lines-and-columns: 1.2.4
8532
8647 - parse-json@8.1.0:
8533 + parse-json@8.2.0:
8534 dependencies:
8535 '@babel/code-frame': 7.26.2
8650 - index-to-position: 0.1.2
8536 + index-to-position: 1.0.0
8537 type-fest: 4.39.1
8538
8539 parse-ms@4.0.0: {}
@@ -8705,15 +8591,14 @@ snapshots:
8591
8592 pinia-plugin-persistedstate@4.2.0(pinia@3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2))):
8593 dependencies:
8708 - '@nuxt/kit': 3.15.4
8594 + '@nuxt/kit': 3.16.2
8595 deep-pick-omit: 1.2.1
8596 defu: 6.1.4
8711 - destr: 2.0.3
8597 + destr: 2.0.5
8598 optionalDependencies:
8599 pinia: 3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2))
8600 transitivePeerDependencies:
8601 - magicast
8716 - - supports-color
8602
8603 pinia@3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)):
8604 dependencies:
@@ -8730,8 +8615,8 @@ snapshots:
8615
8616 pkg-types@2.1.0:
8617 dependencies:
8733 - confbox: 0.2.1
8734 - exsolve: 1.0.1
8618 + confbox: 0.2.2
8619 + exsolve: 1.0.4
8620 pathe: 2.0.3
8621
8622 please-upgrade-node@3.2.0:
@@ -8742,7 +8627,7 @@ snapshots:
8627
8628 pnpm-workspace-yaml@0.3.1:
8629 dependencies:
8745 - yaml: 2.7.0
8630 + yaml: 2.7.1
8631
8632 postcss-selector-parser@6.1.2:
8633 dependencies:
@@ -8751,7 +8636,7 @@ snapshots:
8636
8637 postcss@8.5.3:
8638 dependencies:
8754 - nanoid: 3.3.8
8639 + nanoid: 3.3.11
8640 picocolors: 1.1.1
8641 source-map-js: 1.2.1
8642
@@ -8796,14 +8681,14 @@ snapshots:
8681 dependencies:
8682 side-channel: 1.1.0
8683
8799 - quansync@0.2.8: {}
8684 + quansync@0.2.10: {}
8685
8686 queue-microtask@1.2.3: {}
8687
8688 rc9@2.1.2:
8689 dependencies:
8690 defu: 6.1.4
8806 - destr: 2.0.3
8691 + destr: 2.0.5
8692
8693 read-package-json-fast@4.0.0:
8694 dependencies:
@@ -8820,7 +8705,7 @@ snapshots:
8705 dependencies:
8706 '@types/normalize-package-data': 2.4.4
8707 normalize-package-data: 6.0.2
8823 - parse-json: 8.1.0
8708 + parse-json: 8.2.0
8709 type-fest: 4.39.1
8710 unicorn-magic: 0.1.0
8711
@@ -8894,38 +8779,39 @@ snapshots:
8779
8780 rfdc@1.4.1: {}
8781
8897 - rollup-plugin-visualizer@5.14.0(rollup@4.34.9):
8782 + rollup-plugin-visualizer@5.14.0(rollup@4.39.0):
8783 dependencies:
8784 open: 8.4.2
8785 picomatch: 4.0.2
8786 source-map: 0.7.4
8787 yargs: 17.7.2
8788 optionalDependencies:
8904 - rollup: 4.34.9
8789 + rollup: 4.39.0
8790
8906 - rollup@4.34.9:
8791 + rollup@4.39.0:
8792 dependencies:
8908 - '@types/estree': 1.0.6
8793 + '@types/estree': 1.0.7
8794 optionalDependencies:
8910 - '@rollup/rollup-android-arm-eabi': 4.34.9
8911 - '@rollup/rollup-android-arm64': 4.34.9
8912 - '@rollup/rollup-darwin-arm64': 4.34.9
8913 - '@rollup/rollup-darwin-x64': 4.34.9
8914 - '@rollup/rollup-freebsd-arm64': 4.34.9
8915 - '@rollup/rollup-freebsd-x64': 4.34.9
8916 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.9
8917 - '@rollup/rollup-linux-arm-musleabihf': 4.34.9
8918 - '@rollup/rollup-linux-arm64-gnu': 4.34.9
8919 - '@rollup/rollup-linux-arm64-musl': 4.34.9
8920 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.9
8921 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.9
8922 - '@rollup/rollup-linux-riscv64-gnu': 4.34.9
8923 - '@rollup/rollup-linux-s390x-gnu': 4.34.9
8924 - '@rollup/rollup-linux-x64-gnu': 4.34.9
8925 - '@rollup/rollup-linux-x64-musl': 4.34.9
8926 - '@rollup/rollup-win32-arm64-msvc': 4.34.9
8927 - '@rollup/rollup-win32-ia32-msvc': 4.34.9
8928 - '@rollup/rollup-win32-x64-msvc': 4.34.9
8795 + '@rollup/rollup-android-arm-eabi': 4.39.0
8796 + '@rollup/rollup-android-arm64': 4.39.0
8797 + '@rollup/rollup-darwin-arm64': 4.39.0
8798 + '@rollup/rollup-darwin-x64': 4.39.0
8799 + '@rollup/rollup-freebsd-arm64': 4.39.0
8800 + '@rollup/rollup-freebsd-x64': 4.39.0
8801 + '@rollup/rollup-linux-arm-gnueabihf': 4.39.0
8802 + '@rollup/rollup-linux-arm-musleabihf': 4.39.0
8803 + '@rollup/rollup-linux-arm64-gnu': 4.39.0
8804 + '@rollup/rollup-linux-arm64-musl': 4.39.0
8805 + '@rollup/rollup-linux-loongarch64-gnu': 4.39.0
8806 + '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0
8807 + '@rollup/rollup-linux-riscv64-gnu': 4.39.0
8808 + '@rollup/rollup-linux-riscv64-musl': 4.39.0
8809 + '@rollup/rollup-linux-s390x-gnu': 4.39.0
8810 + '@rollup/rollup-linux-x64-gnu': 4.39.0
8811 + '@rollup/rollup-linux-x64-musl': 4.39.0
8812 + '@rollup/rollup-win32-arm64-msvc': 4.39.0
8813 + '@rollup/rollup-win32-ia32-msvc': 4.39.0
8814 + '@rollup/rollup-win32-x64-msvc': 4.39.0
8815 fsevents: 2.3.3
8816
8817 rrweb-cssom@0.8.0: {}
@@ -8947,7 +8833,7 @@ snapshots:
8833 sass@1.86.2:
8834 dependencies:
8835 chokidar: 4.0.3
8950 - immutable: 5.0.3
8836 + immutable: 5.1.1
8837 source-map-js: 1.2.1
8838 optionalDependencies:
8839 '@parcel/watcher': 2.5.1
@@ -9191,28 +9077,20 @@ snapshots:
9077
9078 symbol-tree@3.2.4: {}
9079
9194 - synckit@0.6.2:
9080 + synckit@0.10.3:
9081 dependencies:
9082 + '@pkgr/core': 0.2.0
9083 tslib: 2.8.1
9084
9085 synckit@0.9.2:
9086 dependencies:
9200 - '@pkgr/core': 0.1.1
9087 + '@pkgr/core': 0.1.2
9088 tslib: 2.8.1
9089
9203 - tailwindcss@4.1.1: {}
9090 + tailwindcss@4.1.2: {}
9091
9092 tapable@2.2.1: {}
9093
9207 - tar@6.2.1:
9208 - dependencies:
9209 - chownr: 2.0.0
9210 - fs-minipass: 2.1.0
9211 - minipass: 5.0.0
9212 - minizlib: 2.1.2
9213 - mkdirp: 1.0.4
9214 - yallist: 4.0.0
9215 -
9094 taze@19.0.4:
9095 dependencies:
9096 '@antfu/ni': 24.3.0
@@ -9226,13 +9104,13 @@ snapshots:
9104 tinyexec: 1.0.1
9105 tinyglobby: 0.2.12
9106 unconfig: 7.3.1
9229 - yaml: 2.7.0
9107 + yaml: 2.7.1
9108
9231 - thememirror@2.0.1(@codemirror/language@6.10.8)(@codemirror/state@6.5.2)(@codemirror/view@6.36.4):
9109 + thememirror@2.0.1(@codemirror/language@6.11.0)(@codemirror/state@6.5.2)(@codemirror/view@6.36.5):
9110 dependencies:
9233 - '@codemirror/language': 6.10.8
9111 + '@codemirror/language': 6.11.0
9112 '@codemirror/state': 6.5.2
9235 - '@codemirror/view': 6.36.4
9113 + '@codemirror/view': 6.36.5
9114
9115 throttleit@1.0.1: {}
9116
@@ -9255,11 +9133,11 @@ snapshots:
9133
9134 tinyspy@3.0.2: {}
9135
9258 - tldts-core@6.1.82: {}
9136 + tldts-core@6.1.85: {}
9137
9260 - tldts@6.1.82:
9138 + tldts@6.1.85:
9139 dependencies:
9262 - tldts-core: 6.1.82
9140 + tldts-core: 6.1.85
9141
9142 tmp@0.2.3: {}
9143
@@ -9275,9 +9153,9 @@ snapshots:
9153
9154 tough-cookie@5.1.2:
9155 dependencies:
9278 - tldts: 6.1.82
9156 + tldts: 6.1.85
9157
9280 - tr46@5.0.0:
9158 + tr46@5.1.0:
9159 dependencies:
9160 punycode: 2.3.1
9161
@@ -9287,7 +9165,7 @@ snapshots:
9165
9166 trim-lines@3.0.1: {}
9167
9290 - ts-api-utils@2.0.1(typescript@5.8.2):
9168 + ts-api-utils@2.1.0(typescript@5.8.2):
9169 dependencies:
9170 typescript: 5.8.2
9171
@@ -9317,17 +9195,17 @@ snapshots:
9195
9196 unconfig@7.3.1:
9197 dependencies:
9320 - '@quansync/fs': 0.1.1
9198 + '@quansync/fs': 0.1.2
9199 defu: 6.1.4
9200 jiti: 2.4.2
9323 - quansync: 0.2.8
9201 + quansync: 0.2.10
9202
9203 unctx@2.4.1:
9204 dependencies:
9327 - acorn: 8.14.0
9205 + acorn: 8.14.1
9206 estree-walker: 3.0.3
9207 magic-string: 0.30.17
9330 - unplugin: 2.2.0
9208 + unplugin: 2.2.2
9209
9210 undici-types@6.21.0: {}
9211
@@ -9335,9 +9213,9 @@ snapshots:
9213
9214 unicorn-magic@0.3.0: {}
9215
9338 - unimport@4.1.2:
9216 + unimport@4.1.3:
9217 dependencies:
9340 - acorn: 8.14.0
9218 + acorn: 8.14.1
9219 escape-string-regexp: 5.0.0
9220 estree-walker: 3.0.3
9221 local-pkg: 1.1.1
@@ -9345,11 +9223,11 @@ snapshots:
9223 mlly: 1.7.4
9224 pathe: 2.0.3
9225 picomatch: 4.0.2
9348 - pkg-types: 1.3.1
9226 + pkg-types: 2.1.0
9227 scule: 1.3.0
9228 strip-literal: 3.0.0
9229 tinyglobby: 0.2.12
9352 - unplugin: 2.2.0
9230 + unplugin: 2.2.2
9231 unplugin-utils: 0.2.4
9232
9233 unist-util-is@6.0.0:
@@ -9382,9 +9260,9 @@ snapshots:
9260 pathe: 2.0.3
9261 picomatch: 4.0.2
9262
9385 - unplugin@2.2.0:
9263 + unplugin@2.2.2:
9264 dependencies:
9387 - acorn: 8.14.0
9265 + acorn: 8.14.1
9266 webpack-virtual-modules: 0.6.2
9267
9268 unrs-resolver@1.3.3:
@@ -9407,18 +9285,13 @@ snapshots:
9285
9286 untildify@4.0.0: {}
9287
9410 - untyped@1.5.2:
9288 + untyped@2.0.0:
9289 dependencies:
9412 - '@babel/core': 7.26.9
9413 - '@babel/standalone': 7.26.9
9414 - '@babel/types': 7.26.9
9290 citty: 0.1.6
9291 defu: 6.1.4
9292 jiti: 2.4.2
9293 knitwork: 1.2.0
9294 scule: 1.3.0
9420 - transitivePeerDependencies:
9421 - - supports-color
9295
9296 update-browserslist-db@1.1.3(browserslist@4.24.4):
9297 dependencies:
@@ -9462,28 +9335,28 @@ snapshots:
9335 '@types/unist': 3.0.3
9336 vfile-message: 4.0.2
9337
9465 - vite-bundle-visualizer@1.2.1(rollup@4.34.9):
9338 + vite-bundle-visualizer@1.2.1(rollup@4.39.0):
9339 dependencies:
9340 cac: 6.7.14
9341 import-from-esm: 1.3.4
9469 - rollup-plugin-visualizer: 5.14.0(rollup@4.34.9)
9342 + rollup-plugin-visualizer: 5.14.0(rollup@4.39.0)
9343 tmp: 0.2.3
9344 transitivePeerDependencies:
9345 - rolldown
9346 - rollup
9347 - supports-color
9348
9476 - vite-hot-client@0.2.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)):
9349 + vite-hot-client@0.2.4(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)):
9350 dependencies:
9478 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9351 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9352
9480 - vite-node@3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0):
9353 + vite-node@3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1):
9354 dependencies:
9355 cac: 6.7.14
9356 debug: 4.4.0(supports-color@8.1.1)
9357 es-module-lexer: 1.6.0
9358 pathe: 2.0.3
9486 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9359 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9360 transitivePeerDependencies:
9361 - '@types/node'
9362 - jiti
@@ -9498,10 +9371,10 @@ snapshots:
9371 - tsx
9372 - yaml
9373
9501 - vite-plugin-inspect@0.8.9(rollup@4.34.9)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)):
9374 + vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)):
9375 dependencies:
9376 '@antfu/utils': 0.7.10
9504 - '@rollup/pluginutils': 5.1.4(rollup@4.34.9)
9377 + '@rollup/pluginutils': 5.1.4(rollup@4.39.0)
9378 debug: 4.4.0(supports-color@8.1.1)
9379 error-stack-parser-es: 0.1.5
9380 fs-extra: 11.3.0
@@ -9509,39 +9382,39 @@ snapshots:
9382 perfect-debounce: 1.0.0
9383 picocolors: 1.1.1
9384 sirv: 3.0.1
9512 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9385 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9386 transitivePeerDependencies:
9387 - rollup
9388 - supports-color
9389
9517 - vite-plugin-vue-devtools@7.7.2(rollup@4.34.9)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)):
9390 + vite-plugin-vue-devtools@7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2)):
9391 dependencies:
9519 - '@vue/devtools-core': 7.7.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))
9392 + '@vue/devtools-core': 7.7.2(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))(vue@3.5.13(typescript@5.8.2))
9393 '@vue/devtools-kit': 7.7.2
9394 '@vue/devtools-shared': 7.7.2
9395 execa: 9.5.2
9396 sirv: 3.0.1
9524 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9525 - vite-plugin-inspect: 0.8.9(rollup@4.34.9)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
9526 - vite-plugin-vue-inspector: 5.3.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
9397 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9398 + vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
9399 + vite-plugin-vue-inspector: 5.3.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
9400 transitivePeerDependencies:
9401 - '@nuxt/kit'
9402 - rollup
9403 - supports-color
9404 - vue
9405
9533 - vite-plugin-vue-inspector@5.3.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)):
9406 + vite-plugin-vue-inspector@5.3.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)):
9407 dependencies:
9535 - '@babel/core': 7.26.9
9536 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.9)
9537 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.9)
9538 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.9)
9539 - '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.9)
9540 - '@vue/babel-plugin-jsx': 1.3.0(@babel/core@7.26.9)
9408 + '@babel/core': 7.26.10
9409 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10)
9410 + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10)
9411 + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10)
9412 + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10)
9413 + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10)
9414 '@vue/compiler-dom': 3.5.13
9415 kolorist: 1.8.0
9416 magic-string: 0.30.17
9544 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9417 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9418 transitivePeerDependencies:
9419 - supports-color
9420
@@ -9550,23 +9423,23 @@ snapshots:
9423 svgo: 3.3.2
9424 vue: 3.5.13(typescript@5.8.2)
9425
9553 - vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0):
9426 + vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1):
9427 dependencies:
9555 - esbuild: 0.25.0
9428 + esbuild: 0.25.2
9429 postcss: 8.5.3
9557 - rollup: 4.34.9
9430 + rollup: 4.39.0
9431 optionalDependencies:
9432 '@types/node': 22.14.0
9433 fsevents: 2.3.3
9434 jiti: 2.4.2
9435 lightningcss: 1.29.2
9436 sass: 1.86.2
9564 - yaml: 2.7.0
9437 + yaml: 2.7.1
9438
9566 - vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0):
9439 + vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.14.0)(jiti@2.4.2)(jsdom@26.0.0)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1):
9440 dependencies:
9441 '@vitest/expect': 3.1.1
9569 - '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0))
9442 + '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1))
9443 '@vitest/pretty-format': 3.1.1
9444 '@vitest/runner': 3.1.1
9445 '@vitest/snapshot': 3.1.1
@@ -9574,7 +9447,7 @@ snapshots:
9447 '@vitest/utils': 3.1.1
9448 chai: 5.2.0
9449 debug: 4.4.0(supports-color@8.1.1)
9577 - expect-type: 1.2.0
9450 + expect-type: 1.2.1
9451 magic-string: 0.30.17
9452 pathe: 2.0.3
9453 std-env: 3.8.1
@@ -9582,8 +9455,8 @@ snapshots:
9455 tinyexec: 0.3.2
9456 tinypool: 1.0.2
9457 tinyrainbow: 2.0.0
9585 - vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9586 - vite-node: 3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.0)
9458 + vite: 6.2.5(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9459 + vite-node: 3.1.1(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.2)(yaml@2.7.1)
9460 why-is-node-running: 2.3.0
9461 optionalDependencies:
9462 '@types/debug': 4.1.12
@@ -9620,9 +9493,9 @@ snapshots:
9493 vue-codemirror@6.1.1(codemirror@6.0.1)(vue@3.5.13(typescript@5.8.2)):
9494 dependencies:
9495 '@codemirror/commands': 6.8.1
9623 - '@codemirror/language': 6.10.8
9496 + '@codemirror/language': 6.11.0
9497 '@codemirror/state': 6.5.2
9625 - '@codemirror/view': 6.36.4
9498 + '@codemirror/view': 6.36.5
9499 codemirror: 6.0.1
9500 vue: 3.5.13(typescript@5.8.2)
9501
@@ -9632,7 +9505,7 @@ snapshots:
9505 dependencies:
9506 debug: 4.4.0(supports-color@8.1.1)
9507 eslint: 9.23.0(jiti@2.4.2)
9635 - eslint-scope: 8.2.0
9508 + eslint-scope: 8.3.0
9509 eslint-visitor-keys: 4.2.0
9510 espree: 10.3.0
9511 esquery: 1.6.0
@@ -9664,7 +9537,7 @@ snapshots:
9537
9538 vue-tsc@2.2.8(typescript@5.8.2):
9539 dependencies:
9667 - '@volar/typescript': 2.4.11
9540 + '@volar/typescript': 2.4.12
9541 '@vue/language-core': 2.2.8(typescript@5.8.2)
9542 typescript: 5.8.2
9543
@@ -9729,9 +9602,9 @@ snapshots:
9602
9603 whatwg-mimetype@4.0.0: {}
9604
9732 - whatwg-url@14.1.1:
9605 + whatwg-url@14.2.0:
9606 dependencies:
9734 - tr46: 5.0.0
9607 + tr46: 5.1.0
9608 webidl-conversions: 7.0.0
9609
9610 which@1.3.1:
@@ -9785,16 +9658,14 @@ snapshots:
9658
9659 yallist@3.1.1: {}
9660
9788 - yallist@4.0.0: {}
9789 -
9661 yaml-eslint-parser@1.3.0:
9662 dependencies:
9663 eslint-visitor-keys: 3.4.3
9793 - yaml: 2.7.0
9664 + yaml: 2.7.1
9665
9666 yaml@1.10.2: {}
9667
9797 - yaml@2.7.0: {}
9668 + yaml@2.7.1: {}
9669
9670 yargs-parser@20.2.9: {}
9671
frontend/vite.config.ts
+1 -2
@@ -31,8 +31,7 @@ export default defineConfig(({ mode }) => {
31 ],
32 resolve: {
33 alias: {
34 - "@": fileURLToPath(new URL("./src", import.meta.url)),
35 - "node:process": "process/browser"
34 + "@": fileURLToPath(new URL("./src", import.meta.url))
35 }
36 },
37 optimizeDeps: {