diff options
author | 2025-04-04 20:31:23 +0900 | |
---|---|---|
committer | 2025-04-04 13:31:23 +0200 | |
commit | 360cb9199a4314f90825c5639ff4396760e9cfcc (patch) | |
tree | 5943d9c195d4de50b34d9404da65fe40d624ac36 | |
parent | 2c30b073f77823d1e5b80dc6951989213d60a38e (diff) | |
download | astro-360cb9199a4314f90825c5639ff4396760e9cfcc.tar.gz astro-360cb9199a4314f90825c5639ff4396760e9cfcc.tar.zst astro-360cb9199a4314f90825c5639ff4396760e9cfcc.zip |
fix: update vite to latest version (#13547)
* fix: update vite to latest version
* add changeset
* Update pretty-games-walk.md
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
-rw-r--r-- | .changeset/pretty-games-walk.md | 17 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | packages/db/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/alpinejs/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/preact/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/solid/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 | ||||
-rw-r--r-- | packages/studio/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 551 |
15 files changed, 193 insertions, 401 deletions
diff --git a/.changeset/pretty-games-walk.md b/.changeset/pretty-games-walk.md new file mode 100644 index 000000000..9fe0398ff --- /dev/null +++ b/.changeset/pretty-games-walk.md @@ -0,0 +1,17 @@ +--- +'@astrojs/cloudflare': patch +'@astrojs/alpinejs': patch +'@astrojs/markdoc': patch +'@astrojs/netlify': patch +'@astrojs/preact': patch +'@astrojs/svelte': patch +'@astrojs/react': patch +'@astrojs/solid-js': patch +'@astrojs/mdx': patch +'@astrojs/vue': patch +'@astrojs/studio': patch +'astro': patch +'@astrojs/db': patch +--- + +Updates vite to the latest version diff --git a/packages/astro/package.json b/packages/astro/package.json index 890df89f7..a608e7855 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -167,7 +167,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", - "vite": "^6.2.4", + "vite": "^6.2.5", "vitefu": "^1.0.6", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/packages/db/package.json b/packages/db/package.json index 5bdfb6470..ccec2331b 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -91,6 +91,6 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "typescript": "^5.8.2", - "vite": "^6.2.4" + "vite": "^6.2.5" } } diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index d4b38f6f0..b18ea170d 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -41,7 +41,7 @@ "@playwright/test": "1.51.1", "astro": "workspace:*", "astro-scripts": "workspace:*", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "publishConfig": { "provenance": true diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index dc83e662e..e5dc18eaa 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -42,7 +42,7 @@ "magic-string": "^0.30.17", "miniflare": "^4.20250321.1", "tinyglobby": "^0.2.12", - "vite": "^6.2.4", + "vite": "^6.2.5", "wrangler": "^4.5.1" }, "peerDependencies": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index d40884bf8..7f5031564 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -79,7 +79,7 @@ "astro-scripts": "workspace:*", "devalue": "^5.1.1", "linkedom": "^0.18.9", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index d58360329..f9d6347fc 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -70,7 +70,7 @@ "remark-toc": "^9.0.0", "shiki": "^3.2.1", "unified": "^11.0.5", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index a971923e0..831b279ec 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -44,7 +44,7 @@ "@vercel/nft": "^0.29.2", "esbuild": "^0.25.0", "tinyglobby": "^0.2.12", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "peerDependencies": { "astro": "^5.3.0" diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 8c94b655e..50c1fad75 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -41,7 +41,7 @@ "@preact/signals": "^2.0.2", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 49b1907b8..c078585ae 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -51,7 +51,7 @@ "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "devDependencies": { "@types/react": "^18.3.20", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 235873dc3..7ebd55df1 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -35,7 +35,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "vite": "^6.2.4", + "vite": "^6.2.5", "vite-plugin-solid": "^2.11.6" }, "devDependencies": { diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index ebc32e0a3..21ce2a4b4 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -42,7 +42,7 @@ "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.35", - "vite": "^6.2.4" + "vite": "^6.2.5" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 639e6a24f..372d75051 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.2.4", + "vite": "^6.2.5", "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { diff --git a/packages/studio/package.json b/packages/studio/package.json index 722fa906b..301eafb16 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -42,6 +42,6 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "typescript": "^5.8.2", - "vite": "^6.2.4" + "vite": "^6.2.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 390636039..24d6fca45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,7 +102,7 @@ importers: devDependencies: '@codspeed/vitest-plugin': specifier: 4.0.1 - version: 4.0.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) vitest: specifier: ^3.0.9 version: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) @@ -435,7 +435,7 @@ importers: version: link:../../packages/integrations/mdx '@tailwindcss/vite': specifier: ^4.0.17 - version: 4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) '@types/canvas-confetti': specifier: ^1.9.0 version: 1.9.0 @@ -608,11 +608,11 @@ importers: specifier: ^6.0.3 version: 6.0.3 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vitefu: specifier: ^1.0.6 - version: 1.0.6(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 1.0.6(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) xxhash-wasm: specifier: ^1.1.0 version: 1.1.0 @@ -1547,7 +1547,7 @@ importers: dependencies: '@tailwindcss/vite': specifier: ^4.0.17 - version: 4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) astro: specifier: workspace:* version: link:../../.. @@ -2319,7 +2319,7 @@ importers: dependencies: '@tailwindcss/vite': specifier: ^4.0.17 - version: 4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) astro: specifier: workspace:* version: link:../../.. @@ -3388,7 +3388,7 @@ importers: dependencies: '@tailwindcss/vite': specifier: ^4.0.17 - version: 4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) astro: specifier: workspace:* version: link:../../.. @@ -4127,7 +4127,7 @@ importers: version: link:../../../../integrations/mdx '@tailwindcss/vite': specifier: ^4.0.17 - version: 4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) astro: specifier: workspace:* version: link:../../.. @@ -4346,8 +4346,8 @@ importers: specifier: ^5.8.2 version: 5.8.2 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) packages/db/test/fixtures/basics: dependencies: @@ -4502,8 +4502,8 @@ importers: specifier: workspace:* version: link:../../../scripts vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) packages/integrations/alpinejs/test/fixtures/basics: dependencies: @@ -4577,8 +4577,8 @@ importers: specifier: ^0.2.12 version: 0.2.12 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) wrangler: specifier: ^4.5.1 version: 4.6.0(@cloudflare/workers-types@4.20250327.0) @@ -4792,8 +4792,8 @@ importers: specifier: ^0.18.9 version: 0.18.9 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) packages/integrations/markdoc/test/fixtures/content-collections: dependencies: @@ -5042,8 +5042,8 @@ importers: specifier: ^11.0.5 version: 11.0.5 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) packages/integrations/mdx/test/fixtures/css-head-mdx: dependencies: @@ -5225,8 +5225,8 @@ importers: specifier: ^0.2.12 version: 0.2.12 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) devDependencies: '@netlify/edge-functions': specifier: ^2.11.1 @@ -5515,7 +5515,7 @@ importers: version: 7.25.9(@babel/core@7.26.10) '@preact/preset-vite': specifier: ^2.10.1 - version: 2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) '@preact/signals': specifier: ^2.0.2 version: 2.0.2(preact@10.26.4) @@ -5526,8 +5526,8 @@ importers: specifier: ^6.5.13 version: 6.5.13(preact@10.26.4) vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) devDependencies: astro: specifier: workspace:* @@ -5543,13 +5543,13 @@ importers: dependencies: '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 4.3.4(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) ultrahtml: specifier: ^1.5.3 version: 1.5.3 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) devDependencies: '@types/react': specifier: ^18.3.20 @@ -5658,11 +5658,11 @@ importers: packages/integrations/solid: dependencies: vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vite-plugin-solid: specifier: ^2.11.6 - version: 2.11.6(solid-js@1.9.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 2.11.6(solid-js@1.9.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) devDependencies: astro: specifier: workspace:* @@ -5678,13 +5678,13 @@ importers: dependencies: '@sveltejs/vite-plugin-svelte': specifier: ^5.0.3 - version: 5.0.3(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + version: 5.0.3(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) svelte2tsx: specifier: ^0.7.35 version: 0.7.35(svelte@5.25.5)(typescript@5.8.2) vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) devDependencies: astro: specifier: workspace:* @@ -5908,19 +5908,19 @@ importers: dependencies: '@vitejs/plugin-vue': specifier: 5.2.1 - version: 5.2.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) '@vue/compiler-sfc': specifier: ^3.5.13 version: 3.5.13 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) devDependencies: astro: specifier: workspace:* @@ -6172,8 +6172,8 @@ importers: specifier: ^5.8.2 version: 5.8.2 vite: - specifier: ^6.2.4 - version: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + specifier: ^6.2.5 + version: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) packages/telemetry: dependencies: @@ -6341,34 +6341,18 @@ packages: '@astrojs/yaml2ts@0.2.1': resolution: {integrity: sha512-CBaNwDQJz20E5WxzQh4thLVfhB3JEEGz72wRA+oJp6fQR37QLAqXZJU0mHC+yqMOQ6oj0GfRPJrz6hjf+zm6zA==} - '@babel/code-frame@7.26.0': - resolution: {integrity: sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.26.2': resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.0': - resolution: {integrity: sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.8': resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.0': - resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} - engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.0': - resolution: {integrity: sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.27.0': resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} engines: {node: '>=6.9.0'} @@ -6377,20 +6361,10 @@ packages: resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.25.9': - resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.0': resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.9': - resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.27.0': resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} engines: {node: '>=6.9.0'} @@ -6419,20 +6393,10 @@ packages: resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.25.9': - resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.26.5': resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} engines: {node: '>=6.9.0'} - '@babel/helper-replace-supers@7.25.9': - resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.26.5': resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} engines: {node: '>=6.9.0'} @@ -6455,19 +6419,10 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.0': - resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.27.0': resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.1': - resolution: {integrity: sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.27.0': resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} engines: {node: '>=6.0.0'} @@ -6532,12 +6487,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.26.3': - resolution: {integrity: sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.0': resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==} engines: {node: '>=6.9.0'} @@ -6548,26 +6497,14 @@ packages: resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} engines: {node: '>=6.9.0'} - '@babel/template@7.25.9': - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} - engines: {node: '>=6.9.0'} - '@babel/template@7.27.0': resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.9': - resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.0': resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.0': - resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} - engines: {node: '>=6.9.0'} - '@babel/types@7.27.0': resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} @@ -8090,9 +8027,6 @@ packages: '@types/estree-jsx@1.0.5': resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} - '@types/estree@1.0.6': - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} @@ -10016,6 +9950,7 @@ packages: libsql@0.5.4: resolution: {integrity: sha512-GEFeWca4SDAQFxjHWJBE6GK52LEtSskiujbG3rqmmeTO9t4sfSBKIURNLLpKDDF7fb7jmTuuRkDAn9BZGITQNw==} + cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lightningcss-darwin-arm64@1.29.2: @@ -12047,8 +11982,8 @@ packages: peerDependencies: vue: '>=3.2.13' - vite@6.2.4: - resolution: {integrity: sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==} + vite@6.2.5: + resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -12543,42 +12478,14 @@ snapshots: dependencies: yaml: 2.5.1 - '@babel/code-frame@7.26.0': - dependencies: - '@babel/helper-validator-identifier': 7.25.9 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/code-frame@7.26.2': dependencies: '@babel/helper-validator-identifier': 7.25.9 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.0': {} - '@babel/compat-data@7.26.8': {} - '@babel/core@7.26.0': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.0 - '@babel/generator': 7.26.0 - '@babel/helper-compilation-targets': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) - '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.1 - '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 - convert-source-map: 2.0.0 - debug: 4.4.0 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.26.10': dependencies: '@ampproject/remapping': 2.3.0 @@ -12599,14 +12506,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.26.0': - dependencies: - '@babel/parser': 7.26.1 - '@babel/types': 7.26.0 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.0.2 - '@babel/generator@7.27.0': dependencies: '@babel/parser': 7.27.0 @@ -12617,15 +12516,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-compilation-targets@7.25.9': - dependencies: - '@babel/compat-data': 7.26.0 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 - lru-cache: 5.1.1 - semver: 6.3.1 + '@babel/types': 7.27.0 '@babel/helper-compilation-targets@7.27.0': dependencies: @@ -12635,19 +12526,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.25.9 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 @@ -12663,28 +12541,19 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.18.6': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.27.0 '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -12693,27 +12562,16 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-plugin-utils@7.25.9': {} + '@babel/types': 7.27.0 '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.25.9 - transitivePeerDependencies: - - supports-color - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 @@ -12725,8 +12583,8 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -12736,67 +12594,48 @@ snapshots: '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.0': - dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.0 - '@babel/helpers@7.27.0': dependencies: '@babel/template': 7.27.0 '@babel/types': 7.27.0 - '@babel/parser@7.26.1': - dependencies: - '@babel/types': 7.26.0 - '@babel/parser@7.27.0': dependencies: '@babel/types': 7.27.0 - '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.26.0)': + '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.26.10) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.26.0)': + '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.10)': dependencies: @@ -12805,35 +12644,24 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/types': 7.26.0 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-typescript@7.26.3(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -12852,30 +12680,12 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 - '@babel/template@7.25.9': - dependencies: - '@babel/code-frame': 7.26.0 - '@babel/parser': 7.26.1 - '@babel/types': 7.26.0 - '@babel/template@7.27.0': dependencies: '@babel/code-frame': 7.26.2 '@babel/parser': 7.27.0 '@babel/types': 7.27.0 - '@babel/traverse@7.25.9': - dependencies: - '@babel/code-frame': 7.26.0 - '@babel/generator': 7.26.0 - '@babel/parser': 7.26.1 - '@babel/template': 7.25.9 - '@babel/types': 7.26.0 - debug: 4.4.0 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.27.0': dependencies: '@babel/code-frame': 7.26.2 @@ -12888,11 +12698,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.26.0': - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.27.0': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -13141,10 +12946,10 @@ snapshots: transitivePeerDependencies: - debug - '@codspeed/vitest-plugin@4.0.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@codspeed/vitest-plugin@4.0.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: '@codspeed/core': 4.0.1 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vitest: 3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - debug @@ -13990,17 +13795,17 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@preact/preset-vite@2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@preact/preset-vite@2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: '@babel/core': 7.26.10 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.10) '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.10) - '@prefresh/vite': 2.4.5(preact@10.26.4)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + '@prefresh/vite': 2.4.5(preact@10.26.4)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) '@rollup/pluginutils': 4.2.1 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.10) debug: 4.4.0 kolorist: 1.8.0 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vite-prerender-plugin: 0.5.6 transitivePeerDependencies: - preact @@ -14021,15 +13826,15 @@ snapshots: '@prefresh/utils@1.2.0': {} - '@prefresh/vite@2.4.5(preact@10.26.4)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@prefresh/vite@2.4.5(preact@10.26.4)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@prefresh/babel-plugin': 0.5.1 '@prefresh/core': 1.5.2(preact@10.26.4) '@prefresh/utils': 1.2.0 '@rollup/pluginutils': 4.2.1 preact: 10.26.4 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -14046,7 +13851,7 @@ snapshots: '@rollup/pluginutils@5.1.4(rollup@4.38.0)': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: @@ -14157,25 +13962,25 @@ snapshots: dependencies: acorn: 8.14.1 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)))(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)))(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) debug: 4.4.0 svelte: 5.25.5 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)))(svelte@5.25.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)))(svelte@5.25.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) debug: 4.4.0 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 svelte: 5.25.5 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) - vitefu: 1.0.6(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vitefu: 1.0.6(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) transitivePeerDependencies: - supports-color @@ -14232,13 +14037,13 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.0.17 '@tailwindcss/oxide-win32-x64-msvc': 4.0.17 - '@tailwindcss/vite@4.0.17(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@tailwindcss/vite@4.0.17(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: '@tailwindcss/node': 4.0.17 '@tailwindcss/oxide': 4.0.17 lightningcss: 1.29.2 tailwindcss: 4.0.17 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) '@trysound/sax@0.2.0': {} @@ -14252,24 +14057,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.1 - '@babel/types': 7.26.0 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.27.0 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.1 - '@babel/types': 7.26.0 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.27.0 '@types/canvas-confetti@1.9.0': {} @@ -14291,8 +14096,6 @@ snapshots: dependencies: '@types/estree': 1.0.7 - '@types/estree@1.0.6': {} - '@types/estree@1.0.7': {} '@types/hast@3.0.4': @@ -14543,30 +14346,30 @@ snapshots: optionalDependencies: ajv: 6.12.6 - '@vitejs/plugin-react@4.3.4(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@vitejs/plugin-react@4.3.4(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.10) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.10 '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vue: 3.5.13(typescript@5.8.2) '@vitest/expect@3.1.1': @@ -14576,13 +14379,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': + '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))': dependencies: '@vitest/spy': 3.1.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) '@vitest/pretty-format@3.1.1': dependencies: @@ -14661,31 +14464,14 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.5': {} - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.0)': - dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 - '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0) - html-tags: 3.3.1 - svg-tags: 1.0.0 - optionalDependencies: - '@babel/core': 7.26.0 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': dependencies: '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 '@vue/babel-helper-vue-transform-on': 1.2.5 '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) html-tags: 3.3.1 @@ -14695,31 +14481,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.0)': - dependencies: - '@babel/code-frame': 7.26.0 - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/parser': 7.26.1 - '@vue/compiler-sfc': 3.5.13 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': dependencies: - '@babel/code-frame': 7.26.0 + '@babel/code-frame': 7.26.2 '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/parser': 7.26.1 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/parser': 7.27.0 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.26.1 + '@babel/parser': 7.27.0 '@vue/shared': 3.5.13 entities: 4.5.0 estree-walker: 2.0.2 @@ -14732,7 +14507,7 @@ snapshots: '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.26.1 + '@babel/parser': 7.27.0 '@vue/compiler-core': 3.5.13 '@vue/compiler-dom': 3.5.13 '@vue/compiler-ssr': 3.5.13 @@ -14747,14 +14522,14 @@ snapshots: '@vue/compiler-dom': 3.5.13 '@vue/shared': 3.5.13 - '@vue/devtools-core@7.7.2(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + vite-hot-client: 0.2.4(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -14973,12 +14748,12 @@ snapshots: axobject-query@4.1.0: {} - babel-plugin-jsx-dom-expressions@0.38.5(@babel/core@7.26.0): + babel-plugin-jsx-dom-expressions@0.38.5(@babel/core@7.26.10): dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) + '@babel/types': 7.27.0 html-entities: 2.3.3 validate-html-nesting: 1.2.2 @@ -14986,10 +14761,10 @@ snapshots: dependencies: '@babel/core': 7.26.10 - babel-preset-solid@1.8.22(@babel/core@7.26.0): + babel-preset-solid@1.8.22(@babel/core@7.26.10): dependencies: - '@babel/core': 7.26.0 - babel-plugin-jsx-dom-expressions: 0.38.5(@babel/core@7.26.0) + '@babel/core': 7.26.10 + babel-plugin-jsx-dom-expressions: 0.38.5(@babel/core@7.26.10) bail@2.0.2: {} @@ -15695,7 +15470,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 esutils@2.0.3: {} @@ -16574,8 +16349,8 @@ snapshots: magicast@0.3.5: dependencies: - '@babel/parser': 7.26.1 - '@babel/types': 7.26.0 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 source-map-js: 1.2.1 manage-path@2.0.0: {} @@ -18341,9 +18116,9 @@ snapshots: solid-refresh@0.6.3(solid-js@1.9.5): dependencies: - '@babel/generator': 7.26.0 + '@babel/generator': 7.27.0 '@babel/helper-module-imports': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.27.0 solid-js: 1.9.5 transitivePeerDependencies: - supports-color @@ -18825,9 +18600,9 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-hot-client@0.2.4(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): + vite-hot-client@0.2.4(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): dependencies: - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vite-node@3.1.1(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1): dependencies: @@ -18835,7 +18610,7 @@ snapshots: debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - jiti @@ -18850,7 +18625,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): + vite-plugin-inspect@0.8.9(rollup@4.38.0)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.38.0) @@ -18861,52 +18636,52 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - rollup - supports-color - vite-plugin-solid@2.11.6(solid-js@1.9.5)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): + vite-plugin-solid@2.11.6(solid-js@1.9.5)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 - babel-preset-solid: 1.8.22(@babel/core@7.26.0) + babel-preset-solid: 1.8.22(@babel/core@7.26.10) merge-anything: 5.1.7 solid-js: 1.9.5 solid-refresh: 0.6.3(solid-js@1.9.5) - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) - vitefu: 1.0.6(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vitefu: 1.0.6(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) transitivePeerDependencies: - supports-color - vite-plugin-vue-devtools@7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.38.0)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) - vite-plugin-inspect: 0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite-plugin-inspect: 0.8.9(rollup@4.38.0)(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0) - '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.26.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) - '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.10) + '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.26.10) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) + '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -18923,7 +18698,7 @@ snapshots: svgo: 3.3.2 vue: 3.5.13(typescript@5.8.2) - vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1): + vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1): dependencies: esbuild: 0.25.0 postcss: 8.5.3 @@ -18936,14 +18711,14 @@ snapshots: sass: 1.86.1 yaml: 2.5.1 - vitefu@1.0.6(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): + vitefu@1.0.6(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)): optionalDependencies: - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vitest@3.1.1(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1): dependencies: '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) + '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1)) '@vitest/pretty-format': 3.1.1 '@vitest/runner': 3.1.1 '@vitest/snapshot': 3.1.1 @@ -18959,7 +18734,7 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.4(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) + vite: 6.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) vite-node: 3.1.1(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.1)(yaml@2.5.1) why-is-node-running: 2.3.0 optionalDependencies: |