From 3e86041897caa75aea66377d3fbf0a39dd8f7e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:44:54 +0000 Subject: [PATCH] Bump sass from 1.99.0 to 1.100.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.99.0 to 1.100.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.99.0...1.100.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 691 ++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 594 insertions(+), 99 deletions(-) diff --git a/package.json b/package.json index e7227ee..c5738e0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "axios": "^1.15.2", "omorphia": "^0.9.5", - "sass": "^1.99.0" + "sass": "^1.100.0" }, "packageManager": "pnpm@8.6.1" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2627826..f8dd403 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,13 +12,13 @@ dependencies: specifier: ^0.9.5 version: 0.9.5(@nuxt/kit@4.4.2)(vue@3.5.34) sass: - specifier: ^1.99.0 - version: 1.99.0 + specifier: ^1.100.0 + version: 1.100.0 devDependencies: '@nuxt/devtools': specifier: ^2.7.0 - version: 2.7.0(vite@7.3.3)(vue@3.5.34) + version: 2.7.0(vite@7.3.5)(vue@3.5.34) '@nuxt/image': specifier: ^1.11.0 version: 1.11.0 @@ -27,10 +27,10 @@ devDependencies: version: 4.0.0 '@nuxtjs/i18n': specifier: 10.2.1 - version: 10.2.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(eslint@10.3.0)(rollup@4.60.3)(vite@7.3.3)(vue@3.5.34) + version: 10.2.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(eslint@10.4.1)(rollup@4.61.0)(vite@7.3.5)(vue@3.5.34) nuxt: specifier: ^4.4.2 - version: 4.4.2(@babel/core@7.29.0)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.3.0)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vite@7.3.3) + version: 4.4.2(@babel/core@7.29.7)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.4.1)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vite@7.3.5) vue: specifier: ^3.5.34 version: 3.5.34(typescript@5.9.3) @@ -49,11 +49,25 @@ packages: picocolors: 1.1.1 dev: true + /@babel/code-frame@7.29.7: + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.29.7 + js-tokens: 4.0.0 + picocolors: 1.1.1 + dev: true + /@babel/compat-data@7.29.3: resolution: {integrity: sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==} engines: {node: '>=6.9.0'} dev: true + /@babel/compat-data@7.29.7: + resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/core@7.29.0: resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} engines: {node: '>=6.9.0'} @@ -77,6 +91,29 @@ packages: - supports-color dev: true + /@babel/core@7.29.7: + resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helpers': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/remapping': 2.3.5 + convert-source-map: 2.0.0 + debug: 4.4.3 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/generator@7.29.1: resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} engines: {node: '>=6.9.0'} @@ -88,6 +125,17 @@ packages: jsesc: 3.1.0 dev: true + /@babel/generator@7.29.7: + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.1.0 + dev: true + /@babel/helper-annotate-as-pure@7.27.3: resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -106,6 +154,17 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-compilation-targets@7.29.7: + resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + browserslist: 4.28.2 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: true + /@babel/helper-create-class-features-plugin@7.29.3(@babel/core@7.29.0): resolution: {integrity: sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==} engines: {node: '>=6.9.0'} @@ -129,6 +188,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-globals@7.29.7: + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-member-expression-to-functions@7.28.5: resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} engines: {node: '>=6.9.0'} @@ -149,6 +213,16 @@ packages: - supports-color dev: true + /@babel/helper-module-imports@7.29.7: + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0): resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} engines: {node: '>=6.9.0'} @@ -163,6 +237,20 @@ packages: - supports-color dev: true + /@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7): + resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-optimise-call-expression@7.27.1: resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -203,15 +291,30 @@ packages: resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} + /@babel/helper-string-parser@7.29.7: + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-validator-identifier@7.28.5: resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.29.7: + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-validator-option@7.27.1: resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} dev: true + /@babel/helper-validator-option@7.29.7: + resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helpers@7.29.2: resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} engines: {node: '>=6.9.0'} @@ -220,6 +323,14 @@ packages: '@babel/types': 7.29.0 dev: true + /@babel/helpers@7.29.7: + resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + dev: true + /@babel/parser@7.29.3: resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} engines: {node: '>=6.0.0'} @@ -227,6 +338,14 @@ packages: dependencies: '@babel/types': 7.29.0 + /@babel/parser@7.29.7: + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.29.7 + dev: true + /@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0): resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==} engines: {node: '>=6.9.0'} @@ -247,6 +366,16 @@ packages: '@babel/helper-plugin-utils': 7.28.6 dev: true + /@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.7): + resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.28.6 + dev: true + /@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0): resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} engines: {node: '>=6.9.0'} @@ -272,6 +401,15 @@ packages: '@babel/types': 7.29.0 dev: true + /@babel/template@7.29.7: + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + dev: true + /@babel/traverse@7.29.0: resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} @@ -287,6 +425,21 @@ packages: - supports-color dev: true + /@babel/traverse@7.29.7: + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + debug: 4.4.3 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/types@7.29.0: resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} @@ -294,6 +447,14 @@ packages: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 + /@babel/types@7.29.7: + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + dev: true + /@bomb.sh/tab@0.0.15(citty@0.2.2): resolution: {integrity: sha512-Y90ub44TAvbdO9P8mcD/XPyQjFhiR5xmd4Fk7JErmWmEWEUimNnjWiBrVZ16Tj3GA1rLZ+uvCN2V/pzLawv31g==} hasBin: true @@ -1186,13 +1347,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.9.1(eslint@10.3.0): + /@eslint-community/eslint-utils@4.9.1(eslint@10.4.1): resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 10.3.0 + eslint: 10.4.1 eslint-visitor-keys: 3.4.3 dev: true @@ -1212,8 +1373,8 @@ packages: - supports-color dev: true - /@eslint/config-helpers@0.5.5: - resolution: {integrity: sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==} + /@eslint/config-helpers@0.6.0: + resolution: {integrity: sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} dependencies: '@eslint/core': 1.2.1 @@ -1231,8 +1392,8 @@ packages: engines: {node: ^20.19.0 || ^22.13.0 || >=24} dev: true - /@eslint/plugin-kit@0.7.1: - resolution: {integrity: sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==} + /@eslint/plugin-kit@0.7.2: + resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} dependencies: '@eslint/core': 1.2.1 @@ -1362,7 +1523,7 @@ packages: engines: {node: '>= 16'} dev: true - /@intlify/unplugin-vue-i18n@11.1.2(eslint@10.3.0)(rollup@4.60.3)(typescript@5.9.3)(vite@7.3.3)(vue-i18n@11.4.2)(vue@3.5.34): + /@intlify/unplugin-vue-i18n@11.1.2(eslint@10.4.1)(rollup@4.61.0)(typescript@5.9.3)(vite@7.3.5)(vue-i18n@11.4.2)(vue@3.5.34): resolution: {integrity: sha512-3RUsT7ss+dzl12bu0MW6sWdy8fZ2rsysH+4fZnMF+ANK5UQ2nhGSw1795YoHtH0rZTDI198PdfodZfyrdt4KYw==} engines: {node: '>= 20'} peerDependencies: @@ -1378,11 +1539,11 @@ packages: vue-i18n: optional: true dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0) + '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1) '@intlify/bundle-utils': 11.1.2(vue-i18n@11.4.2) '@intlify/shared': 11.4.2 '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.4.2)(vue-i18n@11.4.2)(vue@3.5.34) - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) + '@rollup/pluginutils': 5.3.0(rollup@4.61.0) '@typescript-eslint/scope-manager': 8.59.2 '@typescript-eslint/typescript-estree': 8.59.2(typescript@5.9.3) debug: 4.4.3 @@ -1390,7 +1551,7 @@ packages: pathe: 2.0.3 picocolors: 1.1.1 unplugin: 2.3.11 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.5(sass@1.100.0) vue: 3.5.34(typescript@5.9.3) vue-i18n: 11.4.2(vue@3.5.34) transitivePeerDependencies: @@ -1565,14 +1726,14 @@ packages: resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==} dev: false - /@miyaneee/rollup-plugin-json5@1.2.0(rollup@4.60.3): + /@miyaneee/rollup-plugin-json5@1.2.0(rollup@4.61.0): resolution: {integrity: sha512-JjTIaXZp9WzhUHpElrqPnl1AzBi/rvRs065F71+aTmlqvTMVkdbjZ8vfFl4nRlgJy+TPBw69ZK4pwFdmOAt4aA==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) + '@rollup/pluginutils': 5.3.0(rollup@4.61.0) json5: 2.2.3 - rollup: 4.60.3 + rollup: 4.61.0 dev: true /@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): @@ -1659,26 +1820,26 @@ packages: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} dev: true - /@nuxt/devtools-kit@2.7.0(magicast@0.3.5)(vite@7.3.3): + /@nuxt/devtools-kit@2.7.0(magicast@0.3.5)(vite@7.3.5): resolution: {integrity: sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==} peerDependencies: vite: '>=6.0' dependencies: '@nuxt/kit': 3.21.5(magicast@0.3.5) execa: 8.0.1 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.5(sass@1.100.0) transitivePeerDependencies: - magicast dev: true - /@nuxt/devtools-kit@3.2.4(magicast@0.5.2)(vite@7.3.3): + /@nuxt/devtools-kit@3.2.4(magicast@0.5.2)(vite@7.3.5): resolution: {integrity: sha512-Yxy2Xgmq5hf3dQy983V0xh0OJV2mYwRZz9eVIGc3EaribdFGPDNGMMbYqX9qCty3Pbxn/bCF3J0UyPaNlHVayQ==} peerDependencies: vite: '>=6.0' dependencies: '@nuxt/kit': 4.4.2(magicast@0.5.2) execa: 8.0.1 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.5(sass@1.100.0) transitivePeerDependencies: - magicast dev: true @@ -1711,16 +1872,16 @@ packages: semver: 7.8.0 dev: true - /@nuxt/devtools@2.7.0(vite@7.3.3)(vue@3.5.34): + /@nuxt/devtools@2.7.0(vite@7.3.5)(vue@3.5.34): resolution: {integrity: sha512-BtIklVYny14Ykek4SHeexAHoa28MEV9kz223ZzvoNYqE0f+YVV+cJP69ovZHf+HUVpxaAMJfWKLHXinWXiCZ4Q==} hasBin: true peerDependencies: vite: '>=6.0' dependencies: - '@nuxt/devtools-kit': 2.7.0(magicast@0.3.5)(vite@7.3.3) + '@nuxt/devtools-kit': 2.7.0(magicast@0.3.5)(vite@7.3.5) '@nuxt/devtools-wizard': 2.7.0 '@nuxt/kit': 3.21.5(magicast@0.3.5) - '@vue/devtools-core': 7.7.9(vite@7.3.3)(vue@3.5.34) + '@vue/devtools-core': 7.7.9(vite@7.3.5)(vue@3.5.34) '@vue/devtools-kit': 7.7.9 birpc: 2.9.0 consola: 3.4.2 @@ -1745,9 +1906,9 @@ packages: sirv: 3.0.2 structured-clone-es: 1.0.0 tinyglobby: 0.2.16 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-plugin-inspect: 11.3.3(@nuxt/kit@3.21.5)(vite@7.3.3) - vite-plugin-vue-tracer: 1.3.0(vite@7.3.3)(vue@3.5.34) + vite: 7.3.5(sass@1.100.0) + vite-plugin-inspect: 11.3.3(@nuxt/kit@3.21.5)(vite@7.3.5) + vite-plugin-vue-tracer: 1.3.0(vite@7.3.5)(vue@3.5.34) which: 5.0.0 ws: 8.20.0 transitivePeerDependencies: @@ -1757,7 +1918,7 @@ packages: - vue dev: true - /@nuxt/devtools@3.2.4(vite@7.3.3)(vue@3.5.34): + /@nuxt/devtools@3.2.4(vite@7.3.5)(vue@3.5.34): resolution: {integrity: sha512-VPbFy7hlPzWpEZk4BsuVpNuHq1ZYGV9xezjb7/NGuePuNLqeNn74YZugU+PCtva7OwKhEeTXmMK0Mqo/6+nwNA==} hasBin: true peerDependencies: @@ -1767,7 +1928,7 @@ packages: '@vitejs/devtools': optional: true dependencies: - '@nuxt/devtools-kit': 3.2.4(magicast@0.5.2)(vite@7.3.3) + '@nuxt/devtools-kit': 3.2.4(magicast@0.5.2)(vite@7.3.5) '@nuxt/devtools-wizard': 3.2.4 '@nuxt/kit': 4.4.2(magicast@0.5.2) '@vue/devtools-core': 8.1.2(vue@3.5.34) @@ -1795,9 +1956,9 @@ packages: sirv: 3.0.2 structured-clone-es: 2.0.0 tinyglobby: 0.2.16 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-plugin-inspect: 11.3.3(@nuxt/kit@4.4.2)(vite@7.3.3) - vite-plugin-vue-tracer: 1.3.0(vite@7.3.3)(vue@3.5.34) + vite: 7.3.5(sass@1.100.0) + vite-plugin-inspect: 11.3.3(@nuxt/kit@4.4.2)(vite@7.3.5) + vite-plugin-vue-tracer: 1.3.0(vite@7.3.5)(vue@3.5.34) which: 6.0.1 ws: 8.20.0 transitivePeerDependencies: @@ -1963,7 +2124,7 @@ packages: - magicast dev: true - /@nuxt/nitro-server@4.4.2(@babel/core@7.29.0)(nuxt@4.4.2)(oxc-parser@0.117.0)(typescript@5.9.3): + /@nuxt/nitro-server@4.4.2(@babel/core@7.29.7)(nuxt@4.4.2)(oxc-parser@0.117.0)(typescript@5.9.3): resolution: {integrity: sha512-iMTfraWcpA0MuEnnEI8JFK/4DODY4ss1CfB8m3sBVOqW9jpY1Z6hikxzrtN+CadtepW2aOI5d8TdX5hab+Sb4Q==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: @@ -1976,7 +2137,7 @@ packages: '@rollup/plugin-babel': optional: true dependencies: - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.7) '@nuxt/devalue': 2.0.2 '@nuxt/kit': 4.4.2(magicast@0.5.2) '@unhead/vue': 2.1.15(vue@3.5.34) @@ -1993,7 +2154,7 @@ packages: klona: 2.0.6 mocked-exports: 0.1.1 nitropack: 2.13.4(oxc-parser@0.117.0) - nuxt: 4.4.2(@babel/core@7.29.0)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.3.0)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vite@7.3.3) + nuxt: 4.4.2(@babel/core@7.29.7)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.4.1)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vite@7.3.5) nypm: 0.6.6 ohash: 2.0.11 pathe: 2.0.3 @@ -2072,7 +2233,7 @@ packages: std-env: 4.1.0 dev: true - /@nuxt/vite-builder@4.4.2(eslint@10.3.0)(nuxt@4.4.2)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vue@3.5.34): + /@nuxt/vite-builder@4.4.2(eslint@10.4.1)(nuxt@4.4.2)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vue@3.5.34): resolution: {integrity: sha512-fJaIwMA8ID6BU5EqmoDvnhq4qYDJeWjdHk4jfqy8D3Nm7CoUW0BvX7Ee92XoO05rtUiClGlk/NQ1Ii8hs3ZIbw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: @@ -2093,7 +2254,7 @@ packages: optional: true dependencies: '@nuxt/kit': 4.4.2(magicast@0.5.2) - '@rollup/plugin-replace': 6.0.3(rollup@4.60.3) + '@rollup/plugin-replace': 6.0.3(rollup@4.61.0) '@vitejs/plugin-vue': 6.0.6(vite@7.3.3)(vue@3.5.34) '@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.3)(vue@3.5.34) autoprefixer: 10.5.0(postcss@8.5.14) @@ -2108,7 +2269,7 @@ packages: magic-string: 0.30.21 mlly: 1.8.2 mocked-exports: 0.1.1 - nuxt: 4.4.2(@babel/core@7.29.0)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.3.0)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vite@7.3.3) + nuxt: 4.4.2(@babel/core@7.29.7)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.4.1)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vite@7.3.5) nypm: 0.6.6 pathe: 2.0.3 pkg-types: 2.3.1 @@ -2117,9 +2278,9 @@ packages: std-env: 4.1.0 ufo: 1.6.4 unenv: 2.0.0-rc.24 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-node: 5.3.0(jiti@2.7.0)(sass@1.99.0) - vite-plugin-checker: 0.12.0(eslint@10.3.0)(typescript@5.9.3)(vite@7.3.3) + vite: 7.3.3(jiti@2.7.0)(sass@1.100.0) + vite-node: 5.3.0(jiti@2.7.0)(sass@1.100.0) + vite-plugin-checker: 0.12.0(eslint@10.4.1)(typescript@5.9.3)(vite@7.3.3) vue: 3.5.34(typescript@5.9.3) vue-bundle-renderer: 2.2.0 transitivePeerDependencies: @@ -2160,18 +2321,18 @@ packages: - magicast dev: true - /@nuxtjs/i18n@10.2.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(eslint@10.3.0)(rollup@4.60.3)(vite@7.3.3)(vue@3.5.34): + /@nuxtjs/i18n@10.2.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(eslint@10.4.1)(rollup@4.61.0)(vite@7.3.5)(vue@3.5.34): resolution: {integrity: sha512-/CHAIpYbFgobxeMsnKcD8xBUHxBpqipRMjaI3ol9MVZKscJM+IetYdNL9lGNFdEtlxzkV8COxnoa60rE4sPjuQ==} engines: {node: '>=20.11.1'} dependencies: '@intlify/core': 11.4.2 '@intlify/h3': 0.7.4 '@intlify/shared': 11.4.2 - '@intlify/unplugin-vue-i18n': 11.1.2(eslint@10.3.0)(rollup@4.60.3)(typescript@5.9.3)(vite@7.3.3)(vue-i18n@11.4.2)(vue@3.5.34) + '@intlify/unplugin-vue-i18n': 11.1.2(eslint@10.4.1)(rollup@4.61.0)(typescript@5.9.3)(vite@7.3.5)(vue-i18n@11.4.2)(vue@3.5.34) '@intlify/utils': 0.13.0 - '@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.60.3) + '@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.61.0) '@nuxt/kit': 4.4.5 - '@rollup/plugin-yaml': 4.1.2(rollup@4.60.3) + '@rollup/plugin-yaml': 4.1.2(rollup@4.61.0) '@vue/compiler-sfc': 3.5.34 defu: 6.1.7 devalue: 5.8.0 @@ -3328,6 +3489,20 @@ packages: rollup: 4.60.3 dev: true + /@rollup/plugin-replace@6.0.3(rollup@4.61.0): + resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.3.0(rollup@4.61.0) + magic-string: 0.30.21 + rollup: 4.61.0 + dev: true + /@rollup/plugin-terser@1.0.0(rollup@4.60.3): resolution: {integrity: sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==} engines: {node: '>=20.0.0'} @@ -3343,7 +3518,7 @@ packages: terser: 5.47.1 dev: true - /@rollup/plugin-yaml@4.1.2(rollup@4.60.3): + /@rollup/plugin-yaml@4.1.2(rollup@4.61.0): resolution: {integrity: sha512-RpupciIeZMUqhgFE97ba0s98mOFS7CWzN3EJNhJkqSv9XLlWYtwVdtE6cDw6ASOF/sZVFS7kRJXftaqM2Vakdw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3352,9 +3527,9 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) + '@rollup/pluginutils': 5.3.0(rollup@4.61.0) js-yaml: 4.1.1 - rollup: 4.60.3 + rollup: 4.61.0 tosource: 2.0.0-alpha.3 dev: true @@ -3373,6 +3548,21 @@ packages: rollup: 4.60.3 dev: true + /@rollup/pluginutils@5.3.0(rollup@4.61.0): + resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.9 + estree-walker: 2.0.2 + picomatch: 4.0.4 + rollup: 4.61.0 + dev: true + /@rollup/rollup-android-arm-eabi@4.60.3: resolution: {integrity: sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw==} cpu: [arm] @@ -3381,6 +3571,14 @@ packages: dev: true optional: true + /@rollup/rollup-android-arm-eabi@4.61.0: + resolution: {integrity: sha512-dnxczajOqt0gesZlN5pGQ1s1imQVrsmCw5G2Ci4oM+0WvNz3pyRnlWrT7McoZIb8VlFwCawdmbWRmxRn7HI+VQ==} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-android-arm64@4.60.3: resolution: {integrity: sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw==} cpu: [arm64] @@ -3389,6 +3587,14 @@ packages: dev: true optional: true + /@rollup/rollup-android-arm64@4.61.0: + resolution: {integrity: sha512-Bp3JpGP00Vu3f238ivRrjf7z3xSzVPXqCmaJYA9t2c+c8vKYvOzmXF7LkkeUalTEGd6cZcSWe+PFIP3Vy48fRg==} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-darwin-arm64@4.60.3: resolution: {integrity: sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g==} cpu: [arm64] @@ -3397,6 +3603,14 @@ packages: dev: true optional: true + /@rollup/rollup-darwin-arm64@4.61.0: + resolution: {integrity: sha512-zaYIpr670mUmmZ1tVzUFplbQbG7h3Gugx3L5FoqhsC2m/YnLlR1a7zVLmXNPy+iY1tFPEbNG+HHBXZGyId0G5w==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-darwin-x64@4.60.3: resolution: {integrity: sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw==} cpu: [x64] @@ -3405,6 +3619,14 @@ packages: dev: true optional: true + /@rollup/rollup-darwin-x64@4.61.0: + resolution: {integrity: sha512-+P49fvkv2dSoeevUW+lgZ/I2JHSsJCK1Lyjj7Cu6E4UHG4tS9XIefzIjo5qhgELjAclnen1rLzK2PMKJdo+Dyg==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-freebsd-arm64@4.60.3: resolution: {integrity: sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ==} cpu: [arm64] @@ -3413,6 +3635,14 @@ packages: dev: true optional: true + /@rollup/rollup-freebsd-arm64@4.61.0: + resolution: {integrity: sha512-l3FAAOyKJXH2ea6KNFN+MMgC/rnE94YGLXs2ehYqDcCoHt1DpvgWX75BhUJxN38XojP7Ul+4H8PRn7EdyqSDrw==} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-freebsd-x64@4.60.3: resolution: {integrity: sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA==} cpu: [x64] @@ -3421,6 +3651,14 @@ packages: dev: true optional: true + /@rollup/rollup-freebsd-x64@4.61.0: + resolution: {integrity: sha512-VokPN3TSctKj65cyCNPaUh4vMFA8awxOot/0sp+4J7ZlNRKQEhXhawqPwajoi8H5ZFt61i0ugZJuTKXBjGJ17Q==} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-arm-gnueabihf@4.60.3: resolution: {integrity: sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==} cpu: [arm] @@ -3429,6 +3667,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-arm-gnueabihf@4.61.0: + resolution: {integrity: sha512-DxH0P3wxm+Yzs/p3zrk9dw1rURu8p0Nv5+MRK/L7OtnLNg5rLZraSBFZ8iUXOd9f2BlhJyEpIZUH/emjq4UJ4g==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-arm-musleabihf@4.60.3: resolution: {integrity: sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==} cpu: [arm] @@ -3437,6 +3683,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-arm-musleabihf@4.61.0: + resolution: {integrity: sha512-T6ZvMNe84kAz6TBWHC7hGAoEtzP1LWYw/AqayGWEF6uISt3Abk/st06LqRD9THd7Xz3NxzurUpzAuEAUbZf+nw==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-arm64-gnu@4.60.3: resolution: {integrity: sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==} cpu: [arm64] @@ -3445,6 +3699,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-arm64-gnu@4.61.0: + resolution: {integrity: sha512-q/4hzvQkDs8b4jIBab1pnLiiM0ayTZsN2amBFPDzuyZxjEd4wDwx0UJFYM3cOZzSf5Kw8fnWSprJzIBMkcR44Q==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-arm64-musl@4.60.3: resolution: {integrity: sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==} cpu: [arm64] @@ -3453,6 +3715,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-arm64-musl@4.61.0: + resolution: {integrity: sha512-vvYWX3akdEAY6km+9wAqFDnk6pQsbJKVnj7xawcvs/+fdlYBGp+U+Qq/lLfpIxYIZvZLHMAKD9HLdacSx/r3dw==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-loong64-gnu@4.60.3: resolution: {integrity: sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==} cpu: [loong64] @@ -3461,6 +3731,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-loong64-gnu@4.61.0: + resolution: {integrity: sha512-DePa5cqOxDP/Zp0VOXpeWaGew5iIv5DXp9NYbzkX5PFQyWVX9184WCTh3hvr/7lhXo8ZVlbFLkz8+o/q1dU6gA==} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-loong64-musl@4.60.3: resolution: {integrity: sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==} cpu: [loong64] @@ -3469,6 +3747,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-loong64-musl@4.61.0: + resolution: {integrity: sha512-LV8aWMB8UChglMCEzs7RkN0GsH29RJaLLqwm9fCIjlqwxQTiWAqNcc7wjBkH31hV0PU/yVxGYvrYsgfea2qw6g==} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-ppc64-gnu@4.60.3: resolution: {integrity: sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==} cpu: [ppc64] @@ -3477,6 +3763,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-ppc64-gnu@4.61.0: + resolution: {integrity: sha512-QoNSnwQtaeNu5grdBbsL0tt1uyl5EnS8DA8Mr3nluMXbhdQNyhN+G4tBax7VCdxLKj8YJ0/4OO9Ho84jMnJtKA==} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-ppc64-musl@4.60.3: resolution: {integrity: sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==} cpu: [ppc64] @@ -3485,6 +3779,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-ppc64-musl@4.61.0: + resolution: {integrity: sha512-/zZp5MKapIIApE8trN8qLGNSiRN9TUoaUZ1cmVu4XnVdd5LQLOXTtyi+vtfUbNnT3iyjzpPqYeKXmvJ+gJGYWw==} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-riscv64-gnu@4.60.3: resolution: {integrity: sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==} cpu: [riscv64] @@ -3493,6 +3795,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-riscv64-gnu@4.61.0: + resolution: {integrity: sha512-RbrzcD3aJ1k3UbtMRRBNwojdVVyXjuVAFTfn/xPa6EEl6GE9Sm/akPgFTb9aAC9pMKGJ6CtWxaGrqWcabH+ySg==} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-riscv64-musl@4.60.3: resolution: {integrity: sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==} cpu: [riscv64] @@ -3501,6 +3811,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-riscv64-musl@4.61.0: + resolution: {integrity: sha512-ZF+onDsBso8PJf1XaG9lB+O9RnBpKGnY6OrzC4CSHrtC1jb6jWLTKK4bRqdoCXHd22gyr2hiYmEAm8Wns/BOCw==} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-s390x-gnu@4.60.3: resolution: {integrity: sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==} cpu: [s390x] @@ -3509,6 +3827,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-s390x-gnu@4.61.0: + resolution: {integrity: sha512-Atk0aSIk5Zx2Wuh9dgRQgLP0Koc8hOeYpbWryMXyk8G8/HmPkwPPkMqIIDhrXHHYqfUzSJA/I7IWSBv8xSmRBA==} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-x64-gnu@4.60.3: resolution: {integrity: sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==} cpu: [x64] @@ -3517,6 +3843,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-x64-gnu@4.61.0: + resolution: {integrity: sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-linux-x64-musl@4.60.3: resolution: {integrity: sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==} cpu: [x64] @@ -3525,6 +3859,14 @@ packages: dev: true optional: true + /@rollup/rollup-linux-x64-musl@4.61.0: + resolution: {integrity: sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-openbsd-x64@4.60.3: resolution: {integrity: sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==} cpu: [x64] @@ -3533,6 +3875,14 @@ packages: dev: true optional: true + /@rollup/rollup-openbsd-x64@4.61.0: + resolution: {integrity: sha512-z9b9+aTxvt8n2rNltMPvyaUfB8NJ+CVyOrGK/MdIKHx7B+lXmZpm/XbRsU7Rpf3fRqJ2uS6mBJiJveCtq8LHDg==} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-openharmony-arm64@4.60.3: resolution: {integrity: sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg==} cpu: [arm64] @@ -3541,6 +3891,14 @@ packages: dev: true optional: true + /@rollup/rollup-openharmony-arm64@4.61.0: + resolution: {integrity: sha512-jXaXFqKMehsOc+g8R6oo33RRC6w07G9jDBxAE5eAKX7mOcCbZloYIPNhfG9Wl+P9O9IWHFO4OJgPi1Ml2qkt7w==} + cpu: [arm64] + os: [openharmony] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-win32-arm64-msvc@4.60.3: resolution: {integrity: sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg==} cpu: [arm64] @@ -3549,6 +3907,14 @@ packages: dev: true optional: true + /@rollup/rollup-win32-arm64-msvc@4.61.0: + resolution: {integrity: sha512-OXNWVFocS2IA4+QplhTZZ2a+8hPZR7T8KuozsNmJKK8y7cp83StHvGksfHzPG3wczWTczyWHVQuqeiTUbjiyBg==} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-win32-ia32-msvc@4.60.3: resolution: {integrity: sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA==} cpu: [ia32] @@ -3557,6 +3923,14 @@ packages: dev: true optional: true + /@rollup/rollup-win32-ia32-msvc@4.61.0: + resolution: {integrity: sha512-AlAbNtBO637LxSldqV43z0FfXoGfl2TW1DgAg/bs7aQswFbDewz2SJm3BUhiGfbOVtW571xbc9p+REdxhyN/Eg==} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-win32-x64-gnu@4.60.3: resolution: {integrity: sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A==} cpu: [x64] @@ -3565,6 +3939,14 @@ packages: dev: true optional: true + /@rollup/rollup-win32-x64-gnu@4.61.0: + resolution: {integrity: sha512-QRSrQXyJ1M4tjNXdR0/G/IgV6lzfQQJYBjlWIEYkY2Xs86DRl/iEpQ4blMDjJxSl7n19eDKKXMg0AmuBVYy8pQ==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@rollup/rollup-win32-x64-msvc@4.60.3: resolution: {integrity: sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA==} cpu: [x64] @@ -3573,6 +3955,14 @@ packages: dev: true optional: true + /@rollup/rollup-win32-x64-msvc@4.61.0: + resolution: {integrity: sha512-tkuFxhvKO/HlGd0VsINF6vHSYH8AF8W0TcNxKDK6JZmrehngFj78pToc8iemtnvwilDjs2G/qSzYFhe9U8q+fw==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@simple-git/args-pathspec@1.0.3: resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==} dev: true @@ -3733,7 +4123,7 @@ packages: '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) '@rolldown/pluginutils': 1.0.0 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0) - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.3(jiti@2.7.0)(sass@1.100.0) vue: 3.5.34(typescript@5.9.3) transitivePeerDependencies: - supports-color @@ -3747,7 +4137,7 @@ packages: vue: ^3.2.25 dependencies: '@rolldown/pluginutils': 1.0.0-rc.13 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.3(jiti@2.7.0)(sass@1.100.0) vue: 3.5.34(typescript@5.9.3) dev: true @@ -3862,7 +4252,7 @@ packages: '@vue/devtools-kit': 8.1.2 dev: true - /@vue/devtools-core@7.7.9(vite@7.3.3)(vue@3.5.34): + /@vue/devtools-core@7.7.9(vite@7.3.5)(vue@3.5.34): resolution: {integrity: sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==} peerDependencies: vue: ^3.0.0 @@ -3872,7 +4262,7 @@ packages: mitt: 3.0.1 nanoid: 5.1.11 pathe: 2.0.3 - vite-hot-client: 2.2.0(vite@7.3.3) + vite-hot-client: 2.2.0(vite@7.3.5) vue: 3.5.34(typescript@5.9.3) transitivePeerDependencies: - vite @@ -4178,8 +4568,8 @@ packages: optional: true dev: true - /bare-fs@4.7.1: - resolution: {integrity: sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==} + /bare-fs@4.7.2: + resolution: {integrity: sha512-aTvMFUWkBmjzKtEQMDGGDNF8bkfpD5N1b/FCwt7A3wrU4t1o/e/85Wzkluh6JlODCjqVESYCkQCdTXqZ9G7VFg==} engines: {bare: '>=1.16.0'} peerDependencies: bare-buffer: '*' @@ -4188,7 +4578,7 @@ packages: optional: true dependencies: bare-events: 2.8.2 - bare-path: 3.0.0 + bare-path: 3.0.1 bare-stream: 2.13.1(bare-events@2.8.2) bare-url: 2.4.3 fast-fifo: 1.3.2 @@ -4202,8 +4592,8 @@ packages: engines: {bare: '>=1.14.0'} dev: true - /bare-path@3.0.0: - resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} + /bare-path@3.0.1: + resolution: {integrity: sha512-ghj2DSK/2e99a1anTVPCV4m4YIYtrbXhfM7V3D7XZLOTsybnYyaJloymGqssQc8l/or0UoDyRtNQkmkEF/ysgQ==} dependencies: bare-os: 3.9.1 dev: true @@ -4232,7 +4622,7 @@ packages: /bare-url@2.4.3: resolution: {integrity: sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==} dependencies: - bare-path: 3.0.0 + bare-path: 3.0.1 dev: true /base64-js@1.5.1: @@ -4411,6 +4801,7 @@ packages: engines: {node: '>= 14.16.0'} dependencies: readdirp: 4.1.2 + dev: true /chokidar@5.0.0: resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} @@ -5138,8 +5529,8 @@ packages: engines: {node: ^20.19.0 || ^22.13.0 || >=24} dev: true - /eslint@10.3.0: - resolution: {integrity: sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==} + /eslint@10.4.1: + resolution: {integrity: sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} hasBin: true peerDependencies: @@ -5148,12 +5539,12 @@ packages: jiti: optional: true dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0) + '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1) '@eslint-community/regexpp': 4.12.2 '@eslint/config-array': 0.23.5 - '@eslint/config-helpers': 0.5.5 + '@eslint/config-helpers': 0.6.0 '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.1 + '@eslint/plugin-kit': 0.7.2 '@humanfs/node': 0.16.8 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 @@ -5695,8 +6086,8 @@ packages: resolution: {integrity: sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==} dev: true - /immutable@5.1.5: - resolution: {integrity: sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==} + /immutable@5.1.6: + resolution: {integrity: sha512-q1swsS8K7L8usSHuOqF2TAoCCkonYz0SG38wLAggaa4Wml70zixIvt2ql4coQ2C2B3hTjltJry4r6bULwgAXLQ==} /impound@1.1.5: resolution: {integrity: sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==} @@ -6536,7 +6927,7 @@ packages: resolution: {integrity: sha512-CYZ2WjU+KCyCDVzjYUM4eEpMF0rkPmkpiFrybTqqQCRpUbPt2h3snswWIpFPXTi+osRCY6Og0W/XLAQgDL4FfQ==} dev: true - /nuxt@4.4.2(@babel/core@7.29.0)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.3.0)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vite@7.3.3): + /nuxt@4.4.2(@babel/core@7.29.7)(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@vue/compiler-sfc@3.5.34)(eslint@10.4.1)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vite@7.3.5): resolution: {integrity: sha512-iWVFpr/YEqVU/CenqIHMnIkvb2HE/9f+q8oxZ+pj2et+60NljGRClCgnmbvGPdmNFE0F1bEhoBCYfqbDOCim3Q==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -6551,12 +6942,12 @@ packages: dependencies: '@dxup/nuxt': 0.4.1(typescript@5.9.3) '@nuxt/cli': 3.35.2(@nuxt/schema@4.4.2) - '@nuxt/devtools': 3.2.4(vite@7.3.3)(vue@3.5.34) + '@nuxt/devtools': 3.2.4(vite@7.3.5)(vue@3.5.34) '@nuxt/kit': 4.4.2(magicast@0.5.2) - '@nuxt/nitro-server': 4.4.2(@babel/core@7.29.0)(nuxt@4.4.2)(oxc-parser@0.117.0)(typescript@5.9.3) + '@nuxt/nitro-server': 4.4.2(@babel/core@7.29.7)(nuxt@4.4.2)(oxc-parser@0.117.0)(typescript@5.9.3) '@nuxt/schema': 4.4.2 '@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.2) - '@nuxt/vite-builder': 4.4.2(eslint@10.3.0)(nuxt@4.4.2)(rollup@4.60.3)(sass@1.99.0)(typescript@5.9.3)(vue@3.5.34) + '@nuxt/vite-builder': 4.4.2(eslint@10.4.1)(nuxt@4.4.2)(rollup@4.61.0)(sass@1.100.0)(typescript@5.9.3)(vue@3.5.34) '@unhead/vue': 2.1.15(vue@3.5.34) '@vue/shared': 3.5.34 c12: 3.3.4(magicast@0.5.2) @@ -7357,6 +7748,15 @@ packages: picocolors: 1.1.1 source-map-js: 1.2.1 + /postcss@8.5.15: + resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.12 + picocolors: 1.1.1 + source-map-js: 1.2.1 + dev: true + /powershell-utils@0.1.0: resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} engines: {node: '>=20'} @@ -7512,6 +7912,7 @@ packages: /readdirp@4.1.2: resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} engines: {node: '>= 14.18.0'} + dev: true /readdirp@5.0.0: resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} @@ -7614,6 +8015,41 @@ packages: fsevents: 2.3.3 dev: true + /rollup@4.61.0: + resolution: {integrity: sha512-T9mWdbWfQtp0B5lv/HX+wrhYsmXRlcWnXXmJbXqKJhlRaoS6KMhq0gpyzW4UJfclcxrEdLnTgjT2NjruLONu0g==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + dependencies: + '@types/estree': 1.0.9 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.61.0 + '@rollup/rollup-android-arm64': 4.61.0 + '@rollup/rollup-darwin-arm64': 4.61.0 + '@rollup/rollup-darwin-x64': 4.61.0 + '@rollup/rollup-freebsd-arm64': 4.61.0 + '@rollup/rollup-freebsd-x64': 4.61.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.61.0 + '@rollup/rollup-linux-arm-musleabihf': 4.61.0 + '@rollup/rollup-linux-arm64-gnu': 4.61.0 + '@rollup/rollup-linux-arm64-musl': 4.61.0 + '@rollup/rollup-linux-loong64-gnu': 4.61.0 + '@rollup/rollup-linux-loong64-musl': 4.61.0 + '@rollup/rollup-linux-ppc64-gnu': 4.61.0 + '@rollup/rollup-linux-ppc64-musl': 4.61.0 + '@rollup/rollup-linux-riscv64-gnu': 4.61.0 + '@rollup/rollup-linux-riscv64-musl': 4.61.0 + '@rollup/rollup-linux-s390x-gnu': 4.61.0 + '@rollup/rollup-linux-x64-gnu': 4.61.0 + '@rollup/rollup-linux-x64-musl': 4.61.0 + '@rollup/rollup-openbsd-x64': 4.61.0 + '@rollup/rollup-openharmony-arm64': 4.61.0 + '@rollup/rollup-win32-arm64-msvc': 4.61.0 + '@rollup/rollup-win32-ia32-msvc': 4.61.0 + '@rollup/rollup-win32-x64-gnu': 4.61.0 + '@rollup/rollup-win32-x64-msvc': 4.61.0 + fsevents: 2.3.3 + dev: true + /rou3@0.8.1: resolution: {integrity: sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==} dev: true @@ -7637,13 +8073,13 @@ packages: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} dev: true - /sass@1.99.0: - resolution: {integrity: sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==} - engines: {node: '>=14.0.0'} + /sass@1.100.0: + resolution: {integrity: sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==} + engines: {node: '>=20.19.0'} hasBin: true dependencies: - chokidar: 4.0.3 - immutable: 5.1.5 + chokidar: 5.0.0 + immutable: 5.1.6 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.6 @@ -8089,8 +8525,8 @@ packages: pump: 3.0.4 tar-stream: 3.2.0 optionalDependencies: - bare-fs: 4.7.1 - bare-path: 3.0.0 + bare-fs: 4.7.2 + bare-path: 3.0.1 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -8114,7 +8550,7 @@ packages: resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==} dependencies: b4a: 1.8.1 - bare-fs: 4.7.1 + bare-fs: 4.7.2 fast-fifo: 1.3.2 streamx: 2.25.0 transitivePeerDependencies: @@ -8183,6 +8619,14 @@ packages: fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 + /tinyglobby@0.2.17: + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} + engines: {node: '>=12.0.0'} + dependencies: + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 + dev: true + /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -8520,25 +8964,25 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true - /vite-dev-rpc@1.1.0(vite@7.3.3): + /vite-dev-rpc@1.1.0(vite@7.3.5): resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 dependencies: birpc: 2.9.0 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-hot-client: 2.2.0(vite@7.3.3) + vite: 7.3.5(sass@1.100.0) + vite-hot-client: 2.2.0(vite@7.3.5) dev: true - /vite-hot-client@2.2.0(vite@7.3.3): + /vite-hot-client@2.2.0(vite@7.3.5): resolution: {integrity: sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==} peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0 dependencies: - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.5(sass@1.100.0) dev: true - /vite-node@5.3.0(jiti@2.7.0)(sass@1.99.0): + /vite-node@5.3.0(jiti@2.7.0)(sass@1.100.0): resolution: {integrity: sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -8547,7 +8991,7 @@ packages: es-module-lexer: 2.1.0 obug: 2.1.1 pathe: 2.0.3 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.3(jiti@2.7.0)(sass@1.100.0) transitivePeerDependencies: - '@types/node' - jiti @@ -8562,7 +9006,7 @@ packages: - yaml dev: true - /vite-plugin-checker@0.12.0(eslint@10.3.0)(typescript@5.9.3)(vite@7.3.3): + /vite-plugin-checker@0.12.0(eslint@10.4.1)(typescript@5.9.3)(vite@7.3.3): resolution: {integrity: sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==} engines: {node: '>=16.11'} peerDependencies: @@ -8601,18 +9045,18 @@ packages: dependencies: '@babel/code-frame': 7.29.0 chokidar: 4.0.3 - eslint: 10.3.0 + eslint: 10.4.1 npm-run-path: 6.0.0 picocolors: 1.1.1 picomatch: 4.0.4 tiny-invariant: 1.3.3 tinyglobby: 0.2.16 typescript: 5.9.3 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.3(jiti@2.7.0)(sass@1.100.0) vscode-uri: 3.1.0 dev: true - /vite-plugin-inspect@11.3.3(@nuxt/kit@3.21.5)(vite@7.3.3): + /vite-plugin-inspect@11.3.3(@nuxt/kit@3.21.5)(vite@7.3.5): resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==} engines: {node: '>=14'} peerDependencies: @@ -8631,13 +9075,13 @@ packages: perfect-debounce: 2.1.0 sirv: 3.0.2 unplugin-utils: 0.3.1 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-dev-rpc: 1.1.0(vite@7.3.3) + vite: 7.3.5(sass@1.100.0) + vite-dev-rpc: 1.1.0(vite@7.3.5) transitivePeerDependencies: - supports-color dev: true - /vite-plugin-inspect@11.3.3(@nuxt/kit@4.4.2)(vite@7.3.3): + /vite-plugin-inspect@11.3.3(@nuxt/kit@4.4.2)(vite@7.3.5): resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==} engines: {node: '>=14'} peerDependencies: @@ -8656,13 +9100,13 @@ packages: perfect-debounce: 2.1.0 sirv: 3.0.2 unplugin-utils: 0.3.1 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) - vite-dev-rpc: 1.1.0(vite@7.3.3) + vite: 7.3.5(sass@1.100.0) + vite-dev-rpc: 1.1.0(vite@7.3.5) transitivePeerDependencies: - supports-color dev: true - /vite-plugin-vue-tracer@1.3.0(vite@7.3.3)(vue@3.5.34): + /vite-plugin-vue-tracer@1.3.0(vite@7.3.5)(vue@3.5.34): resolution: {integrity: sha512-Cgfce6VikzOw5MUJTpeg50s5rRjzU1Vr61ZjuHunVVHLjZZ5AUlgyExHthZ3r59vtoz9W2rDt23FYG81avYBKw==} peerDependencies: vite: ^6.0.0 || ^7.0.0 @@ -8673,11 +9117,11 @@ packages: magic-string: 0.30.21 pathe: 2.0.3 source-map-js: 1.2.1 - vite: 7.3.3(jiti@2.7.0)(sass@1.99.0) + vite: 7.3.5(sass@1.100.0) vue: 3.5.34(typescript@5.9.3) dev: true - /vite@7.3.3(jiti@2.7.0)(sass@1.99.0): + /vite@7.3.3(jiti@2.7.0)(sass@1.100.0): resolution: {integrity: sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -8723,12 +9167,63 @@ packages: picomatch: 4.0.4 postcss: 8.5.14 rollup: 4.60.3 - sass: 1.99.0 + sass: 1.100.0 tinyglobby: 0.2.16 optionalDependencies: fsevents: 2.3.3 dev: true + /vite@7.3.5(sass@1.100.0): + resolution: {integrity: sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + dependencies: + esbuild: 0.27.7 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 + postcss: 8.5.15 + rollup: 4.61.0 + sass: 1.100.0 + tinyglobby: 0.2.17 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vscode-uri@3.1.0: resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} dev: true