From 7b6d131c27aac75c46cbfd42161ab14af3868641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:06:18 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- docs/package.json | 4 +- package.json | 6 +- packages/create-vite/src/index.ts | 2 +- .../template-preact-ts/package.json | 2 +- .../create-vite/template-qwik-ts/package.json | 2 +- .../template-react-ts/package.json | 6 +- .../create-vite/template-react/package.json | 4 +- .../template-solid-ts/package.json | 2 +- .../template-svelte-ts/package.json | 6 +- .../create-vite/template-svelte/package.json | 2 +- .../create-vite/template-vue-ts/package.json | 6 +- .../create-vite/template-vue/package.json | 4 +- packages/vite/package.json | 4 +- playground/alias/package.json | 4 +- playground/devtools/package.json | 4 +- playground/environment-react-ssr/package.json | 2 +- playground/extensions/package.json | 2 +- .../external/dep-that-imports/package.json | 2 +- .../external/dep-that-requires/package.json | 2 +- playground/external/package.json | 2 +- playground/json/package.json | 2 +- .../optimize-deps-no-discovery/package.json | 2 +- playground/optimize-deps/package.json | 2 +- playground/ssr-webworker/package.json | 2 +- pnpm-lock.yaml | 728 +++++++++--------- 25 files changed, 405 insertions(+), 399 deletions(-) diff --git a/docs/package.json b/docs/package.json index b5b14fd1518f3b..03c52d114c4f4e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,8 +16,8 @@ "oxc-minify": "^0.112.0", "vitepress": "^2.0.0-alpha.16", "vitepress-plugin-group-icons": "^1.7.1", - "vitepress-plugin-llms": "^1.10.0", - "vue": "^3.5.27", + "vitepress-plugin-llms": "^1.11.0", + "vue": "^3.5.28", "vue-tsc": "^3.2.4" } } diff --git a/package.json b/package.json index 6c894aee3bbcd3..7a91c36151e5e5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/estree": "^1.0.8", "@types/etag": "^1.8.4", "@types/less": "^3.0.8", - "@types/node": "^22.19.7", + "@types/node": "^22.19.10", "@types/picomatch": "^4.0.2", "@types/stylus": "^0.48.43", "@types/ws": "^8.18.1", @@ -62,7 +62,7 @@ "globals": "^17.3.0", "lint-staged": "^16.2.7", "picocolors": "^1.1.1", - "playwright-chromium": "^1.58.1", + "playwright-chromium": "^1.58.2", "prettier": "3.8.1", "rolldown": "1.0.0-rc.3", "rollup": "^4.43.0", @@ -90,7 +90,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@10.28.2", + "packageManager": "pnpm@10.29.2", "stackblitz": { "startCommand": "pnpm --filter='./packages/vite' run dev" } diff --git a/packages/create-vite/src/index.ts b/packages/create-vite/src/index.ts index e97d3934c4502b..1d260dc6694ce6 100755 --- a/packages/create-vite/src/index.ts +++ b/packages/create-vite/src/index.ts @@ -786,7 +786,7 @@ function pkgFromUserAgent(userAgent: string | undefined): PkgInfo | undefined { function setupReactSwc(root: string, isTs: boolean) { // renovate: datasource=npm depName=@vitejs/plugin-react-swc - const reactSwcPluginVersion = '4.2.2' + const reactSwcPluginVersion = '4.2.3' editFile(path.resolve(root, 'package.json'), (content) => { return content.replace( diff --git a/packages/create-vite/template-preact-ts/package.json b/packages/create-vite/template-preact-ts/package.json index dd3b521349ab1c..41aaf2d1319d82 100644 --- a/packages/create-vite/template-preact-ts/package.json +++ b/packages/create-vite/template-preact-ts/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@preact/preset-vite": "^2.10.3", - "@types/node": "^24.10.9", + "@types/node": "^24.10.12", "typescript": "~5.9.3", "vite": "^7.3.1" } diff --git a/packages/create-vite/template-qwik-ts/package.json b/packages/create-vite/template-qwik-ts/package.json index 505815920c42f8..061eb6c47f0373 100644 --- a/packages/create-vite/template-qwik-ts/package.json +++ b/packages/create-vite/template-qwik-ts/package.json @@ -9,7 +9,7 @@ "preview": "serve dist" }, "devDependencies": { - "@types/node": "^24.10.9", + "@types/node": "^24.10.12", "serve": "^14.2.5", "typescript": "~5.9.3", "vite": "^7.3.1" diff --git a/packages/create-vite/template-react-ts/package.json b/packages/create-vite/template-react-ts/package.json index 536a04632a9d20..271a685981a95c 100644 --- a/packages/create-vite/template-react-ts/package.json +++ b/packages/create-vite/template-react-ts/package.json @@ -15,10 +15,10 @@ }, "devDependencies": { "@eslint/js": "^9.39.2", - "@types/node": "^24.10.9", - "@types/react": "^19.2.10", + "@types/node": "^24.10.12", + "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.2", + "@vitejs/plugin-react": "^5.1.3", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", diff --git a/packages/create-vite/template-react/package.json b/packages/create-vite/template-react/package.json index f28fceeb70b898..7c104267442486 100644 --- a/packages/create-vite/template-react/package.json +++ b/packages/create-vite/template-react/package.json @@ -15,9 +15,9 @@ }, "devDependencies": { "@eslint/js": "^9.39.2", - "@types/react": "^19.2.10", + "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.2", + "@vitejs/plugin-react": "^5.1.3", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", diff --git a/packages/create-vite/template-solid-ts/package.json b/packages/create-vite/template-solid-ts/package.json index 8d2d52acc5d32c..acc75ada695d6a 100644 --- a/packages/create-vite/template-solid-ts/package.json +++ b/packages/create-vite/template-solid-ts/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.9.11" }, "devDependencies": { - "@types/node": "^24.10.9", + "@types/node": "^24.10.12", "typescript": "~5.9.3", "vite": "^7.3.1", "vite-plugin-solid": "^2.11.10" diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index 617366b8019b6f..cead22e31fb109 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -11,9 +11,9 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", - "@tsconfig/svelte": "^5.0.6", - "@types/node": "^24.10.9", - "svelte": "^5.49.1", + "@tsconfig/svelte": "^5.0.7", + "@types/node": "^24.10.12", + "svelte": "^5.50.0", "svelte-check": "^4.3.6", "typescript": "~5.9.3", "vite": "^7.3.1" diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json index 0a98a260ed6219..439e88f2462054 100644 --- a/packages/create-vite/template-svelte/package.json +++ b/packages/create-vite/template-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", - "svelte": "^5.49.1", + "svelte": "^5.50.0", "vite": "^7.3.1" } } diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index b5863be3c3a473..c04155c37109f8 100644 --- a/packages/create-vite/template-vue-ts/package.json +++ b/packages/create-vite/template-vue-ts/package.json @@ -9,11 +9,11 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.27" + "vue": "^3.5.28" }, "devDependencies": { - "@types/node": "^24.10.9", - "@vitejs/plugin-vue": "^6.0.3", + "@types/node": "^24.10.12", + "@vitejs/plugin-vue": "^6.0.4", "@vue/tsconfig": "^0.8.1", "typescript": "~5.9.3", "vite": "^7.3.1", diff --git a/packages/create-vite/template-vue/package.json b/packages/create-vite/template-vue/package.json index 77e84231d96c35..a293494e7fa91f 100644 --- a/packages/create-vite/template-vue/package.json +++ b/packages/create-vite/template-vue/package.json @@ -9,10 +9,10 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.27" + "vue": "^3.5.28" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.3", + "@vitejs/plugin-vue": "^6.0.4", "vite": "^7.3.1" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index de4fc0b1c7f8c5..58bf8223bd0a26 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -96,7 +96,7 @@ "@rollup/pluginutils": "^5.3.0", "@types/escape-html": "^1.0.4", "@types/pnpapi": "^0.0.5", - "@vitejs/devtools": "^0.0.0-alpha.24", + "@vitejs/devtools": "^0.0.0-alpha.29", "artichokie": "^0.4.2", "baseline-browser-mapping": "^2.9.19", "cac": "^6.7.14", @@ -108,7 +108,7 @@ "obug": "^1.0.2", "dotenv-expand": "^12.0.3", "es-module-lexer": "^1.7.0", - "esbuild": "^0.27.2", + "esbuild": "^0.27.3", "escape-html": "^1.0.3", "estree-walker": "^3.0.3", "etag": "^1.8.1", diff --git a/playground/alias/package.json b/playground/alias/package.json index 828b8cb73695aa..de22c649014244 100644 --- a/playground/alias/package.json +++ b/playground/alias/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "aliased-module": "file:./dir/module", - "vue": "^3.5.27", - "@vue/shared": "^3.5.27" + "vue": "^3.5.28", + "@vue/shared": "^3.5.28" }, "devDependencies": { "@vitejs/test-resolve-linked": "workspace:*" diff --git a/playground/devtools/package.json b/playground/devtools/package.json index eecd2a12b7629f..d01833a6248262 100644 --- a/playground/devtools/package.json +++ b/playground/devtools/package.json @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.25" + "vue": "^3.5.28" }, "devDependencies": { "vite": "workspace:*", - "@vitejs/devtools": "^0.0.0-alpha.24" + "@vitejs/devtools": "^0.0.0-alpha.29" } } diff --git a/playground/environment-react-ssr/package.json b/playground/environment-react-ssr/package.json index 95a4a0ac911396..3559d9c4b83667 100644 --- a/playground/environment-react-ssr/package.json +++ b/playground/environment-react-ssr/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "@types/react": "^19.2.10", + "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", "react": "^19.2.4", "react-fake-client": "npm:react@^19.2.4", diff --git a/playground/extensions/package.json b/playground/extensions/package.json index eb8bb65a6e086c..dd052b055586a2 100644 --- a/playground/extensions/package.json +++ b/playground/extensions/package.json @@ -10,6 +10,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.27" + "vue": "^3.5.28" } } diff --git a/playground/external/dep-that-imports/package.json b/playground/external/dep-that-imports/package.json index a0ba68f2cec635..4c492dee4bc664 100644 --- a/playground/external/dep-that-imports/package.json +++ b/playground/external/dep-that-imports/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.5.27" + "vue": "^3.5.28" } } diff --git a/playground/external/dep-that-requires/package.json b/playground/external/dep-that-requires/package.json index a7c3fe4842bb9e..3324150ab4d01e 100644 --- a/playground/external/dep-that-requires/package.json +++ b/playground/external/dep-that-requires/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.5.27" + "vue": "^3.5.28" } } diff --git a/playground/external/package.json b/playground/external/package.json index 57e5efe7296258..bdbc3c4dcab564 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -17,7 +17,7 @@ "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", "vite": "workspace:*", - "vue": "^3.5.27", + "vue": "^3.5.28", "vue34": "npm:vue@~3.4.38" } } diff --git a/playground/json/package.json b/playground/json/package.json index cb81b0fe0b1160..83172ee61db1d1 100644 --- a/playground/json/package.json +++ b/playground/json/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@vitejs/test-json-require": "file:./dep-json-require", "@vitejs/test-json-module": "file:./json-module", - "vue": "^3.5.27" + "vue": "^3.5.28" } } diff --git a/playground/optimize-deps-no-discovery/package.json b/playground/optimize-deps-no-discovery/package.json index b763ed9d05554f..2c8d7a9e3a42bc 100644 --- a/playground/optimize-deps-no-discovery/package.json +++ b/playground/optimize-deps-no-discovery/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vitejs/test-dep-no-discovery": "file:./dep-no-discovery", - "vue": "^3.5.27", + "vue": "^3.5.28", "vuex": "^4.1.0" } } diff --git a/playground/optimize-deps/package.json b/playground/optimize-deps/package.json index afd9af46895150..4a8228b8520df5 100644 --- a/playground/optimize-deps/package.json +++ b/playground/optimize-deps/package.json @@ -51,7 +51,7 @@ "react-dom": "^19.2.4", "@vitejs/test-resolve-linked": "workspace:0.0.0", "url": "^0.11.4", - "vue": "^3.5.27", + "vue": "^3.5.28", "vuex": "^4.1.0", "lodash": "^4.17.23", "lodash.clonedeep": "^4.5.0" diff --git a/playground/ssr-webworker/package.json b/playground/ssr-webworker/package.json index 9b1cc0dc5b0fda..dd89a9ffe908a0 100644 --- a/playground/ssr-webworker/package.json +++ b/playground/ssr-webworker/package.json @@ -13,7 +13,7 @@ "@vitejs/test-worker-exports": "file:./worker-exports" }, "devDependencies": { - "miniflare": "^4.20260128.0", + "miniflare": "^4.20260205.0", "@vitejs/test-resolve-linked": "workspace:*" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0210200d3a7b16..56630e7665c20f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ importers: specifier: ^3.0.8 version: 3.0.8 '@types/node': - specifier: ^22.19.7 - version: 22.19.8 + specifier: ^22.19.10 + version: 22.19.10 '@types/picomatch': specifier: ^4.0.2 version: 4.0.2 @@ -96,8 +96,8 @@ importers: specifier: ^1.1.1 version: 1.1.1 playwright-chromium: - specifier: ^1.58.1 - version: 1.58.1 + specifier: ^1.58.2 + version: 1.58.2 prettier: specifier: 3.8.1 version: 3.8.1 @@ -124,7 +124,7 @@ importers: version: link:packages/vite vitest: specifier: ^4.0.18 - version: 4.0.18(@types/node@22.19.8) + version: 4.0.18(@types/node@22.19.10) docs: devDependencies: @@ -136,7 +136,7 @@ importers: version: 5.0.6 '@voidzero-dev/vitepress-theme': specifier: ^4.5.0 - version: 4.5.0(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.112.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3)) + version: 4.5.0(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.112.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3)) feed: specifier: ^5.2.0 version: 5.2.0 @@ -153,11 +153,11 @@ importers: specifier: ^1.7.1 version: 1.7.1(vite@packages+vite) vitepress-plugin-llms: - specifier: ^1.10.0 + specifier: ^1.11.0 version: 1.11.0(ms@2.1.3) vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) vue-tsc: specifier: ^3.2.4 version: 3.2.4(typescript@5.9.3) @@ -293,8 +293,8 @@ importers: specifier: ^0.0.5 version: 0.0.5 '@vitejs/devtools': - specifier: ^0.0.0-alpha.24 - version: 0.0.0-alpha.26(vite@packages+vite)(vue@3.5.27(typescript@5.9.3)) + specifier: ^0.0.0-alpha.29 + version: 0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(vue@3.5.28(typescript@5.9.3)) artichokie: specifier: ^0.4.2 version: 0.4.2 @@ -326,8 +326,8 @@ importers: specifier: ^1.7.0 version: 1.7.0 esbuild: - specifier: ^0.27.2 - version: 0.27.2 + specifier: ^0.27.3 + version: 0.27.3 escape-html: specifier: ^1.0.3 version: 1.0.3 @@ -442,7 +442,7 @@ importers: version: file:packages/vite/src/node/__tests__/fixtures/test-dep-conditions vue: specifier: ^3.5.18 - version: 3.5.27(typescript@5.9.3) + version: 3.5.28(typescript@5.9.3) packages/vite/src/node/__tests__/fixtures/cjs-ssr-dep: {} @@ -561,14 +561,14 @@ importers: playground/alias: dependencies: '@vue/shared': - specifier: ^3.5.27 - version: 3.5.27 + specifier: ^3.5.28 + version: 3.5.28 aliased-module: specifier: file:./dir/module version: '@vitejs/test-aliased-module@file:playground/alias/dir/module' vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) devDependencies: '@vitejs/test-resolve-linked': specifier: workspace:* @@ -741,12 +741,12 @@ importers: playground/devtools: dependencies: vue: - specifier: ^3.5.25 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) devDependencies: '@vitejs/devtools': - specifier: ^0.0.0-alpha.24 - version: 0.0.0-alpha.26(vite@packages+vite)(vue@3.5.27(typescript@5.9.3)) + specifier: ^0.0.0-alpha.29 + version: 0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(vue@3.5.28(typescript@5.9.3)) vite: specifier: workspace:* version: link:../../packages/vite @@ -768,11 +768,11 @@ importers: playground/environment-react-ssr: devDependencies: '@types/react': - specifier: ^19.2.10 - version: 19.2.10 + specifier: ^19.2.13 + version: 19.2.13 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.10) + version: 19.2.3(@types/react@19.2.13) react: specifier: ^19.2.4 version: 19.2.4 @@ -789,8 +789,8 @@ importers: playground/extensions: dependencies: vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) playground/external: dependencies: @@ -811,8 +811,8 @@ importers: specifier: workspace:* version: link:../../packages/vite vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) vue34: specifier: npm:vue@~3.4.38 version: vue@3.4.38(typescript@5.9.3) @@ -826,8 +826,8 @@ importers: specifier: npm:slash@^5.1.0 version: slash@5.1.0 vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) playground/external/dep-that-requires: dependencies: @@ -838,8 +838,8 @@ importers: specifier: npm:slash@^5.1.0 version: slash@5.1.0 vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) playground/fs-serve: devDependencies: @@ -893,8 +893,8 @@ importers: specifier: file:./dep-json-require version: '@vitejs/require@file:playground/json/dep-json-require' vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) playground/json/dep-json-require: {} @@ -1128,11 +1128,11 @@ importers: specifier: ^0.11.4 version: 0.11.4 vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.27(typescript@5.9.3)) + version: 4.1.0(vue@3.5.28(typescript@5.9.3)) playground/optimize-deps-no-discovery: dependencies: @@ -1140,11 +1140,11 @@ importers: specifier: file:./dep-no-discovery version: file:playground/optimize-deps-no-discovery/dep-no-discovery vue: - specifier: ^3.5.27 - version: 3.5.27(typescript@5.9.3) + specifier: ^3.5.28 + version: 3.5.28(typescript@5.9.3) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.27(typescript@5.9.3)) + version: 4.1.0(vue@3.5.28(typescript@5.9.3)) playground/optimize-deps-no-discovery/dep-no-discovery: {} @@ -1718,8 +1718,8 @@ importers: specifier: workspace:* version: link:../resolve-linked miniflare: - specifier: ^4.20260128.0 - version: 4.20260131.0 + specifier: ^4.20260205.0 + version: 4.20260205.0 playground/ssr-webworker/browser-exports: {} @@ -2329,32 +2329,32 @@ packages: '@clack/prompts@1.0.0': resolution: {integrity: sha512-rWPXg9UaCFqErJVQ+MecOaWsozjaxol4yjnmYcGNipAWzdaWa2x+VJmKfGq7L0APwBohQOYdHC+9RO4qRXej+A==} - '@cloudflare/workerd-darwin-64@1.20260131.0': - resolution: {integrity: sha512-+1X4qErc715NUhJZNhtlpuCxajhD5YNre7Cz50WPMmj+BMUrh9h7fntKEadtrUo5SM2YONY7CDzK7wdWbJJBVA==} + '@cloudflare/workerd-darwin-64@1.20260205.0': + resolution: {integrity: sha512-ToOItqcirmWPwR+PtT+Q4bdjTn/63ZxhJKEfW4FNn7FxMTS1Tw5dml0T0mieOZbCpcvY8BdvPKFCSlJuI8IVHQ==} engines: {node: '>=16'} cpu: [x64] os: [darwin] - '@cloudflare/workerd-darwin-arm64@1.20260131.0': - resolution: {integrity: sha512-M84mXR8WEMEBuX4/dL2IQ4wHV/ALwYjx9if5ePZR8rdbD7if/fkEEoMBq0bGS/1gMLRqqCZLstabxHV+g92NNg==} + '@cloudflare/workerd-darwin-arm64@1.20260205.0': + resolution: {integrity: sha512-402ZqLz+LrG0NDXp7Hn7IZbI0DyhjNfjAlVenb0K3yod9KCuux0u3NksNBvqJx0mIGHvVR4K05h+jfT5BTHqGA==} engines: {node: '>=16'} cpu: [arm64] os: [darwin] - '@cloudflare/workerd-linux-64@1.20260131.0': - resolution: {integrity: sha512-SWzr48bCL9y5wjkj23tXS6t/6us99EAH9T5TAscMV0hfJFZQt97RY/gaHKyRRjFv6jfJZvk7d4g+OmGeYBnwcg==} + '@cloudflare/workerd-linux-64@1.20260205.0': + resolution: {integrity: sha512-rz9jBzazIA18RHY+osa19hvsPfr0LZI1AJzIjC6UqkKKphcTpHBEQ25Xt8cIA34ivMIqeENpYnnmpDFesLkfcQ==} engines: {node: '>=16'} cpu: [x64] os: [linux] - '@cloudflare/workerd-linux-arm64@1.20260131.0': - resolution: {integrity: sha512-mL0kLPGIBJRPeHS3+erJ2t5dJT3ODhsKvR9aA4BcsY7M30/QhlgJIF6wsgwNisTJ23q8PbobZNHBUKIe8l/E9A==} + '@cloudflare/workerd-linux-arm64@1.20260205.0': + resolution: {integrity: sha512-jr6cKpMM/DBEbL+ATJ9rYue758CKp0SfA/nXt5vR32iINVJrb396ye9iat2y9Moa/PgPKnTrFgmT6urUmG3IUg==} engines: {node: '>=16'} cpu: [arm64] os: [linux] - '@cloudflare/workerd-windows-64@1.20260131.0': - resolution: {integrity: sha512-hoQqTFBpP1zntP2OQSpt5dEWbd9vSBliK+G7LmDXjKitPkmkRFo2PB4P9aBRE1edPAIO/fpdoJv928k2HaAn4A==} + '@cloudflare/workerd-windows-64@1.20260205.0': + resolution: {integrity: sha512-SMPW5jCZYOG7XFIglSlsgN8ivcl0pCrSAYxCwxtWvZ88whhcDB/aISNtiQiDZujPH8tIo2hE5dEkxW7tGEwc3A==} engines: {node: '>=16'} cpu: [x64] os: [win32] @@ -2393,158 +2393,158 @@ packages: '@emnapi/wasi-threads@1.1.0': resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} - '@esbuild/aix-ppc64@0.27.2': - resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} + '@esbuild/aix-ppc64@0.27.3': + resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.27.2': - resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==} + '@esbuild/android-arm64@0.27.3': + resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==} engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm@0.27.2': - resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==} + '@esbuild/android-arm@0.27.3': + resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==} engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-x64@0.27.2': - resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==} + '@esbuild/android-x64@0.27.3': + resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==} engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.27.2': - resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==} + '@esbuild/darwin-arm64@0.27.3': + resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.27.2': - resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==} + '@esbuild/darwin-x64@0.27.3': + resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==} engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.27.2': - resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==} + '@esbuild/freebsd-arm64@0.27.3': + resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.27.2': - resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==} + '@esbuild/freebsd-x64@0.27.3': + resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.27.2': - resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==} + '@esbuild/linux-arm64@0.27.3': + resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==} engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.27.2': - resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==} + '@esbuild/linux-arm@0.27.3': + resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==} engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.27.2': - resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==} + '@esbuild/linux-ia32@0.27.3': + resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==} engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.27.2': - resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==} + '@esbuild/linux-loong64@0.27.3': + resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==} engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.27.2': - resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==} + '@esbuild/linux-mips64el@0.27.3': + resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.27.2': - resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==} + '@esbuild/linux-ppc64@0.27.3': + resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.27.2': - resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==} + '@esbuild/linux-riscv64@0.27.3': + resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.27.2': - resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==} + '@esbuild/linux-s390x@0.27.3': + resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==} engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.27.2': - resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==} + '@esbuild/linux-x64@0.27.3': + resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.27.2': - resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==} + '@esbuild/netbsd-arm64@0.27.3': + resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.27.2': - resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==} + '@esbuild/netbsd-x64@0.27.3': + resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.27.2': - resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==} + '@esbuild/openbsd-arm64@0.27.3': + resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.27.2': - resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==} + '@esbuild/openbsd-x64@0.27.3': + resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openharmony-arm64@0.27.2': - resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} + '@esbuild/openharmony-arm64@0.27.3': + resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==} engines: {node: '>=18'} cpu: [arm64] os: [openharmony] - '@esbuild/sunos-x64@0.27.2': - resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==} + '@esbuild/sunos-x64@0.27.3': + resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==} engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.27.2': - resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==} + '@esbuild/win32-arm64@0.27.3': + resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==} engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.27.2': - resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==} + '@esbuild/win32-ia32@0.27.3': + resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==} engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.27.2': - resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==} + '@esbuild/win32-x64@0.27.3': + resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -3327,8 +3327,8 @@ packages: cpu: [x64] os: [win32] - '@rolldown/debug@1.0.0-rc.2': - resolution: {integrity: sha512-xnJhorlahNygt1mHtZ+g6W3nTVSWj5LL4c/UCRMhtXOsIfhH8lpVv8halUP4sYfBDRJ6+tteB/xUYr2vutpbNA==} + '@rolldown/debug@1.0.0-rc.3': + resolution: {integrity: sha512-3E3XWLHyIjIbFYy11qaE9FUhd1gp3IEZj7xHUH6oH0wiVK/gFgCxcFzIlSluM4pyfo82KfNSFsVRkQvRAzrtTg==} '@rolldown/pluginutils@1.0.0-rc.2': resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==} @@ -3770,8 +3770,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@22.19.8': - resolution: {integrity: sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA==} + '@types/node@22.19.10': + resolution: {integrity: sha512-tF5VOugLS/EuDlTBijk0MqABfP8UxgYazTLo3uIn3b4yJgg26QRbVYJYsDtHrjdDUIRfP70+VfhTTc+CE1yskw==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3793,8 +3793,8 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.10': - resolution: {integrity: sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==} + '@types/react@19.2.13': + resolution: {integrity: sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==} '@types/send@1.2.1': resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==} @@ -3988,24 +3988,24 @@ packages: resolution: {integrity: sha512-Zfq6FbIcYl9gaAmVu6ROsqUiCNwpEj3Ljz/tMX5fl12Z95OFOxzf7vlO03WE5JBU/ri1tBDFHnW41dihMINOPQ==} engines: {node: '>=14'} - '@vitejs/devtools-kit@0.0.0-alpha.26': - resolution: {integrity: sha512-uM03WRBPFrSDFlAMUglTHDfI6vEBJJFOMt12RRDqHdaV2hBnBaWZnn8CgD2qnLeaHzcz7IcMTMocJpVRM7i/GQ==} + '@vitejs/devtools-kit@0.0.0-alpha.29': + resolution: {integrity: sha512-Juu5pzB2bkcMdFzzegE7A1L60WnPddUth9dGqS/E4S/cnFOdfhssi06jY0gpc6JJFuDKUZ80GhwIy3RgyL/a/A==} peerDependencies: vite: workspace:* - '@vitejs/devtools-rpc@0.0.0-alpha.26': - resolution: {integrity: sha512-gCkoHHqhgw9FBjoPMlNPGX/E6LvzDQtpnRp2mF31aNmzBd9dAxobq7NfslggBxDyJ5DgzqtMCSVz1N60JuFP4Q==} + '@vitejs/devtools-rolldown@0.0.0-alpha.29': + resolution: {integrity: sha512-PDLu3mWGJMopNMKpnnY+C6DcyvoFq/KL37d6H2pyFKtEBPpYJqWIP3Jrssr3hlPQ+DtBQet1Esb7fOnhxp5nYg==} + + '@vitejs/devtools-rpc@0.0.0-alpha.29': + resolution: {integrity: sha512-/Ic/+7YDR0yb2G0nnzUdsO22gCv4s2axwHE2cE5Ei8J2k46f1KvNJSbP5gEuK1ucbmOG68YHhfUGwyBp3tvtPw==} peerDependencies: ws: '*' peerDependenciesMeta: ws: optional: true - '@vitejs/devtools-vite@0.0.0-alpha.26': - resolution: {integrity: sha512-Gzc9fZKatzyigPuIHLGXQXkAq+/TICpg2OoD8GQTcAir8XU36A0yvYEPU5lkFcraDFesjju82u/zjr1FHLzTvg==} - - '@vitejs/devtools@0.0.0-alpha.26': - resolution: {integrity: sha512-xf4IJoVinpOFvJw1JyzMkgW0CVUZ4SrMFD1O3BAd1ismc4lbc+ip1T5QZk86UBYda20WXQfgUw3oo/HNpqV/Fw==} + '@vitejs/devtools@0.0.0-alpha.29': + resolution: {integrity: sha512-pSCMFPtciHkwX+hyncvT4igbm8g2+CrgjKkzV/7GFX1EpQiw5DTeicXV0qhob0qsyAloOsG2k8nvf4WuyrXzxQ==} hasBin: true peerDependencies: vite: workspace:* @@ -4373,26 +4373,26 @@ packages: '@vue/compiler-core@3.4.38': resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} - '@vue/compiler-core@3.5.27': - resolution: {integrity: sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==} + '@vue/compiler-core@3.5.28': + resolution: {integrity: sha512-kviccYxTgoE8n6OCw96BNdYlBg2GOWfBuOW4Vqwrt7mSKWKwFVvI8egdTltqRgITGPsTFYtKYfxIG8ptX2PJHQ==} '@vue/compiler-dom@3.4.38': resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==} - '@vue/compiler-dom@3.5.27': - resolution: {integrity: sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==} + '@vue/compiler-dom@3.5.28': + resolution: {integrity: sha512-/1ZepxAb159jKR1btkefDP+J2xuWL5V3WtleRmxaT+K2Aqiek/Ab/+Ebrw2pPj0sdHO8ViAyyJWfhXXOP/+LQA==} '@vue/compiler-sfc@3.4.38': resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==} - '@vue/compiler-sfc@3.5.27': - resolution: {integrity: sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==} + '@vue/compiler-sfc@3.5.28': + resolution: {integrity: sha512-6TnKMiNkd6u6VeVDhZn/07KhEZuBSn43Wd2No5zaP5s3xm8IqFTHBj84HJah4UepSUJTro5SoqqlOY22FKY96g==} '@vue/compiler-ssr@3.4.38': resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==} - '@vue/compiler-ssr@3.5.27': - resolution: {integrity: sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==} + '@vue/compiler-ssr@3.5.28': + resolution: {integrity: sha512-JCq//9w1qmC6UGLWJX7RXzrGpKkroubey/ZFqTpvEIDJEKGgntuDMqkuWiZvzTzTA5h2qZvFBFHY7fAAa9475g==} '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} @@ -4412,36 +4412,36 @@ packages: '@vue/reactivity@3.4.38': resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==} - '@vue/reactivity@3.5.27': - resolution: {integrity: sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==} + '@vue/reactivity@3.5.28': + resolution: {integrity: sha512-gr5hEsxvn+RNyu9/9o1WtdYdwDjg5FgjUSBEkZWqgTKlo/fvwZ2+8W6AfKsc9YN2k/+iHYdS9vZYAhpi10kNaw==} '@vue/runtime-core@3.4.38': resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==} - '@vue/runtime-core@3.5.27': - resolution: {integrity: sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==} + '@vue/runtime-core@3.5.28': + resolution: {integrity: sha512-POVHTdbgnrBBIpnbYU4y7pOMNlPn2QVxVzkvEA2pEgvzbelQq4ZOUxbp2oiyo+BOtiYlm8Q44wShHJoBvDPAjQ==} '@vue/runtime-dom@3.4.38': resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==} - '@vue/runtime-dom@3.5.27': - resolution: {integrity: sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==} + '@vue/runtime-dom@3.5.28': + resolution: {integrity: sha512-4SXxSF8SXYMuhAIkT+eBRqOkWEfPu6nhccrzrkioA6l0boiq7sp18HCOov9qWJA5HML61kW8p/cB4MmBiG9dSA==} '@vue/server-renderer@3.4.38': resolution: {integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==} peerDependencies: vue: 3.4.38 - '@vue/server-renderer@3.5.27': - resolution: {integrity: sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==} + '@vue/server-renderer@3.5.28': + resolution: {integrity: sha512-pf+5ECKGj8fX95bNincbzJ6yp6nyzuLDhYZCeFxUNp8EBrQpPpQaLX3nNCp49+UbgbPun3CeVE+5CXVV1Xydfg==} peerDependencies: - vue: 3.5.27 + vue: 3.5.28 '@vue/shared@3.4.38': resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} - '@vue/shared@3.5.27': - resolution: {integrity: sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==} + '@vue/shared@3.5.28': + resolution: {integrity: sha512-cfWa1fCGBxrvaHRhvV3Is0MgmrbSCxYTXCSCau2I0a1Xw1N1pHAvkWCiXPRAqjvToILvguNyEwjevUqAuBQWvQ==} '@vueuse/core@14.2.0': resolution: {integrity: sha512-tpjzVl7KCQNVd/qcaCE9XbejL38V6KJAEq/tVXj7mDPtl6JtzmUdnXelSS+ULRkkrDgzYVK7EerQJvd2jR794Q==} @@ -4639,18 +4639,12 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} - birpc-x@0.0.6: - resolution: {integrity: sha512-RkV4SX/6AeDAS2J8x9MdNCEdkAaBwlEQg4g7fzDNNvysnNWn7Rbys2PwWzXQS3qNNNW6dVaQQcDnc2dcppkvtw==} - birpc@0.2.19: resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} birpc@2.9.0: resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==} - birpc@3.0.0: - resolution: {integrity: sha512-by+04pHuxpCEQcucAXqzopqfhyI8TLK5Qg5MST0cB6MP+JhHna9ollrtK9moVh27aq6Q6MEJgebD0cVm//yBkg==} - birpc@4.0.0: resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==} @@ -5071,8 +5065,8 @@ packages: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} - esbuild@0.27.2: - resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} + esbuild@0.27.3: + resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} engines: {node: '>=18'} hasBin: true @@ -6153,8 +6147,8 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - miniflare@4.20260131.0: - resolution: {integrity: sha512-CtObRzlAzOUpCFH+MgImykxmDNKthrgIYtC+oLC3UGpve6bGLomKUW4u4EorTvzlQFHe66/9m/+AYbBbpzG0mQ==} + miniflare@4.20260205.0: + resolution: {integrity: sha512-jG1TknEDeFqcq/z5gsOm1rKeg4cNG7ruWxEuiPxl3pnQumavxo8kFpeQC6XKVpAhh2PI9ODGyIYlgd77sTHl5g==} engines: {node: '>=18.0.0'} hasBin: true @@ -6468,13 +6462,13 @@ packages: pkg-types@1.3.1: resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} - playwright-chromium@1.58.1: - resolution: {integrity: sha512-IZEji6VuJWIW+oCLp+sUSH7FCDNVGQxJSBMgHXKA/S0S5Ykdek9TO//mVsiWx9GwiOrApOb1WSxUJgK6zo/cUw==} + playwright-chromium@1.58.2: + resolution: {integrity: sha512-SCoQ3hjBs7FfO46CoOtgAUg77BuYwCni1bzQgm47IUyLBTipnGkLxLnaUNRKXvPYO4hAyt8++Z6wVShVnhrzmw==} engines: {node: '>=18'} hasBin: true - playwright-core@1.58.1: - resolution: {integrity: sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==} + playwright-core@1.58.2: + resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==} engines: {node: '>=18'} hasBin: true @@ -7642,6 +7636,14 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + valibot@1.2.0: + resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==} + peerDependencies: + typescript: '>=5' + peerDependenciesMeta: + typescript: + optional: true + validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -7765,8 +7767,8 @@ packages: typescript: optional: true - vue@3.5.27: - resolution: {integrity: sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==} + vue@3.5.28: + resolution: {integrity: sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -7809,8 +7811,8 @@ packages: wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - workerd@1.20260131.0: - resolution: {integrity: sha512-4zZxOdWeActbRfydQQlj7vZ2ay01AjjNC4K3stjmWC3xZHeXeN3EAROwsWE83SZHhtw4rn18srrhtXoQvQMw3Q==} + workerd@1.20260205.0: + resolution: {integrity: sha512-CcMH5clHwrH8VlY7yWS9C/G/C8g9czIz1yU3akMSP9Z3CkEMFSoC3GGdj5G7Alw/PHEeez1+1IrlYger4pwu+w==} engines: {node: '>=16'} hasBin: true @@ -8629,19 +8631,19 @@ snapshots: picocolors: 1.1.1 sisteransi: 1.0.5 - '@cloudflare/workerd-darwin-64@1.20260131.0': + '@cloudflare/workerd-darwin-64@1.20260205.0': optional: true - '@cloudflare/workerd-darwin-arm64@1.20260131.0': + '@cloudflare/workerd-darwin-arm64@1.20260205.0': optional: true - '@cloudflare/workerd-linux-64@1.20260131.0': + '@cloudflare/workerd-linux-64@1.20260205.0': optional: true - '@cloudflare/workerd-linux-arm64@1.20260131.0': + '@cloudflare/workerd-linux-arm64@1.20260205.0': optional: true - '@cloudflare/workerd-windows-64@1.20260131.0': + '@cloudflare/workerd-windows-64@1.20260205.0': optional: true '@conventional-changelog/git-client@2.5.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)': @@ -8679,82 +8681,82 @@ snapshots: tslib: 2.8.1 optional: true - '@esbuild/aix-ppc64@0.27.2': + '@esbuild/aix-ppc64@0.27.3': optional: true - '@esbuild/android-arm64@0.27.2': + '@esbuild/android-arm64@0.27.3': optional: true - '@esbuild/android-arm@0.27.2': + '@esbuild/android-arm@0.27.3': optional: true - '@esbuild/android-x64@0.27.2': + '@esbuild/android-x64@0.27.3': optional: true - '@esbuild/darwin-arm64@0.27.2': + '@esbuild/darwin-arm64@0.27.3': optional: true - '@esbuild/darwin-x64@0.27.2': + '@esbuild/darwin-x64@0.27.3': optional: true - '@esbuild/freebsd-arm64@0.27.2': + '@esbuild/freebsd-arm64@0.27.3': optional: true - '@esbuild/freebsd-x64@0.27.2': + '@esbuild/freebsd-x64@0.27.3': optional: true - '@esbuild/linux-arm64@0.27.2': + '@esbuild/linux-arm64@0.27.3': optional: true - '@esbuild/linux-arm@0.27.2': + '@esbuild/linux-arm@0.27.3': optional: true - '@esbuild/linux-ia32@0.27.2': + '@esbuild/linux-ia32@0.27.3': optional: true - '@esbuild/linux-loong64@0.27.2': + '@esbuild/linux-loong64@0.27.3': optional: true - '@esbuild/linux-mips64el@0.27.2': + '@esbuild/linux-mips64el@0.27.3': optional: true - '@esbuild/linux-ppc64@0.27.2': + '@esbuild/linux-ppc64@0.27.3': optional: true - '@esbuild/linux-riscv64@0.27.2': + '@esbuild/linux-riscv64@0.27.3': optional: true - '@esbuild/linux-s390x@0.27.2': + '@esbuild/linux-s390x@0.27.3': optional: true - '@esbuild/linux-x64@0.27.2': + '@esbuild/linux-x64@0.27.3': optional: true - '@esbuild/netbsd-arm64@0.27.2': + '@esbuild/netbsd-arm64@0.27.3': optional: true - '@esbuild/netbsd-x64@0.27.2': + '@esbuild/netbsd-x64@0.27.3': optional: true - '@esbuild/openbsd-arm64@0.27.2': + '@esbuild/openbsd-arm64@0.27.3': optional: true - '@esbuild/openbsd-x64@0.27.2': + '@esbuild/openbsd-x64@0.27.3': optional: true - '@esbuild/openharmony-arm64@0.27.2': + '@esbuild/openharmony-arm64@0.27.3': optional: true - '@esbuild/sunos-x64@0.27.2': + '@esbuild/sunos-x64@0.27.3': optional: true - '@esbuild/win32-arm64@0.27.2': + '@esbuild/win32-arm64@0.27.3': optional: true - '@esbuild/win32-ia32@0.27.2': + '@esbuild/win32-ia32@0.27.3': optional: true - '@esbuild/win32-x64@0.27.2': + '@esbuild/win32-x64@0.27.3': optional: true '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1)(ms@2.1.3))': @@ -8818,11 +8820,11 @@ snapshots: '@floating-ui/utils@0.2.10': {} - '@floating-ui/vue@1.1.10(vue@3.5.27(typescript@5.9.3))': + '@floating-ui/vue@1.1.10(vue@3.5.28(typescript@5.9.3))': dependencies: '@floating-ui/dom': 1.7.5 '@floating-ui/utils': 0.2.10 - vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.28(typescript@5.9.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9354,7 +9356,7 @@ snapshots: '@rolldown/binding-win32-x64-msvc@1.0.0-rc.3': optional: true - '@rolldown/debug@1.0.0-rc.2': {} + '@rolldown/debug@1.0.0-rc.3': {} '@rolldown/pluginutils@1.0.0-rc.2': {} @@ -9519,7 +9521,7 @@ snapshots: '@shikijs/vitepress-twoslash@3.22.0(ms@2.1.3)(typescript@5.9.3)': dependencies: '@shikijs/twoslash': 3.22.0(ms@2.1.3)(typescript@5.9.3) - floating-vue: 5.2.2(vue@3.5.27(typescript@5.9.3)) + floating-vue: 5.2.2(vue@3.5.28(typescript@5.9.3)) lz-string: 1.5.0 magic-string: 0.30.21 markdown-it: 14.1.0 @@ -9530,7 +9532,7 @@ snapshots: shiki: 3.22.0 twoslash: 0.3.6(ms@2.1.3)(typescript@5.9.3) twoslash-vue: 0.3.6(ms@2.1.3)(typescript@5.9.3) - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) transitivePeerDependencies: - '@nuxt/kit' - ms @@ -9541,11 +9543,11 @@ snapshots: '@simple-libs/child-process-utils@1.0.1': dependencies: '@simple-libs/stream-utils': 1.1.0 - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@simple-libs/stream-utils@1.1.0': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@sindresorhus/is@7.2.0': {} @@ -9642,10 +9644,10 @@ snapshots: '@tanstack/virtual-core@3.13.18': {} - '@tanstack/vue-virtual@3.13.18(vue@3.5.27(typescript@5.9.3))': + '@tanstack/vue-virtual@3.13.18(vue@3.5.28(typescript@5.9.3))': dependencies: '@tanstack/virtual-core': 3.13.18 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) '@tybys/wasm-util@0.10.1': dependencies: @@ -9680,7 +9682,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/chai@5.2.3': dependencies: @@ -9689,13 +9691,13 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/convert-source-map@2.0.3': {} '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/debug@4.1.12': dependencies: @@ -9709,11 +9711,11 @@ snapshots: '@types/etag@1.8.4': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -9753,7 +9755,7 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@22.19.8': + '@types/node@22.19.10': dependencies: undici-types: 6.21.0 @@ -9767,26 +9769,26 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.2.3(@types/react@19.2.10)': + '@types/react-dom@19.2.3(@types/react@19.2.13)': dependencies: - '@types/react': 19.2.10 + '@types/react': 19.2.13 - '@types/react@19.2.10': + '@types/react@19.2.13': dependencies: csstype: 3.2.3 '@types/send@1.2.1': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/stylus@0.48.43': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@types/unist@3.0.3': {} @@ -9794,7 +9796,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 '@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': dependencies: @@ -9957,30 +9959,23 @@ snapshots: '@vercel/detect-agent@1.1.0': {} - '@vitejs/devtools-kit@0.0.0-alpha.26(vite@packages+vite)(ws@8.19.0)': + '@vitejs/devtools-kit@0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0)': dependencies: - '@vitejs/devtools-rpc': 0.0.0-alpha.26(ws@8.19.0) + '@vitejs/devtools-rpc': 0.0.0-alpha.29(typescript@5.9.3)(ws@8.19.0) birpc: 4.0.0 - birpc-x: 0.0.6 immer: 11.1.3 vite: link:packages/vite transitivePeerDependencies: + - typescript - ws - '@vitejs/devtools-rpc@0.0.0-alpha.26(ws@8.19.0)': - dependencies: - birpc: 4.0.0 - structured-clone-es: 1.0.0 - optionalDependencies: - ws: 8.19.0 - - '@vitejs/devtools-vite@0.0.0-alpha.26(vite@packages+vite)(vue@3.5.27(typescript@5.9.3))': + '@vitejs/devtools-rolldown@0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(vue@3.5.28(typescript@5.9.3))': dependencies: '@floating-ui/dom': 1.7.5 '@pnpm/read-project-manifest': 1001.2.4 - '@rolldown/debug': 1.0.0-rc.2 - '@vitejs/devtools-kit': 0.0.0-alpha.26(vite@packages+vite)(ws@8.19.0) - '@vitejs/devtools-rpc': 0.0.0-alpha.26(ws@8.19.0) + '@rolldown/debug': 1.0.0-rc.3 + '@vitejs/devtools-kit': 0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) + '@vitejs/devtools-rpc': 0.0.0-alpha.29(typescript@5.9.3)(ws@8.19.0) ansis: 4.2.0 birpc: 4.0.0 cac: 6.7.14 @@ -10000,7 +9995,7 @@ snapshots: tinyglobby: 0.2.15 unconfig: 7.4.2 unstorage: 1.17.4 - vue-virtual-scroller: 2.0.0-beta.8(vue@3.5.27(typescript@5.9.3)) + vue-virtual-scroller: 2.0.0-beta.8(vue@3.5.28(typescript@5.9.3)) ws: 8.19.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -10023,18 +10018,30 @@ snapshots: - db0 - idb-keyval - ioredis + - typescript - uploadthing - utf-8-validate - vite - vue - '@vitejs/devtools@0.0.0-alpha.26(vite@packages+vite)(vue@3.5.27(typescript@5.9.3))': + '@vitejs/devtools-rpc@0.0.0-alpha.29(typescript@5.9.3)(ws@8.19.0)': dependencies: - '@vitejs/devtools-kit': 0.0.0-alpha.26(vite@packages+vite)(ws@8.19.0) - '@vitejs/devtools-rpc': 0.0.0-alpha.26(ws@8.19.0) - '@vitejs/devtools-vite': 0.0.0-alpha.26(vite@packages+vite)(vue@3.5.27(typescript@5.9.3)) birpc: 4.0.0 - birpc-x: 0.0.6 + ohash: 2.0.11 + p-limit: 7.3.0 + structured-clone-es: 1.0.0 + valibot: 1.2.0(typescript@5.9.3) + optionalDependencies: + ws: 8.19.0 + transitivePeerDependencies: + - typescript + + '@vitejs/devtools@0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(vue@3.5.28(typescript@5.9.3))': + dependencies: + '@vitejs/devtools-kit': 0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) + '@vitejs/devtools-rolldown': 0.0.0-alpha.29(typescript@5.9.3)(vite@packages+vite)(vue@3.5.28(typescript@5.9.3)) + '@vitejs/devtools-rpc': 0.0.0-alpha.29(typescript@5.9.3)(ws@8.19.0) + birpc: 4.0.0 cac: 6.7.14 h3: 1.15.5 immer: 11.1.3 @@ -10069,17 +10076,18 @@ snapshots: - db0 - idb-keyval - ioredis + - typescript - uploadthing - utf-8-validate - vue '@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@file:playground/optimize-deps/longfilename': {} - '@vitejs/plugin-vue@6.0.4(vite@packages+vite)(vue@3.5.27(typescript@5.9.3))': + '@vitejs/plugin-vue@6.0.4(vite@packages+vite)(vue@3.5.28(typescript@5.9.3))': dependencies: '@rolldown/pluginutils': 1.0.0-rc.2 vite: link:packages/vite - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) '@vitejs/release-scripts@1.6.0(conventional-commits-filter@5.0.0)': dependencies: @@ -10195,7 +10203,7 @@ snapshots: dependencies: slash3: slash@3.0.0 slash5: slash@5.1.0 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -10203,7 +10211,7 @@ snapshots: dependencies: slash3: slash@3.0.0 slash5: slash@5.1.0 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -10366,7 +10374,7 @@ snapshots: '@vitest/pretty-format': 4.0.18 tinyrainbow: 3.0.3 - '@voidzero-dev/vitepress-theme@4.5.0(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.112.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))': + '@voidzero-dev/vitepress-theme@4.5.0(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.112.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))': dependencies: '@docsearch/css': 4.5.4 '@docsearch/js': 4.5.4 @@ -10374,16 +10382,16 @@ snapshots: '@rive-app/canvas-lite': 2.34.3 '@tailwindcss/typography': 0.5.19(tailwindcss@4.1.18) '@tailwindcss/vite': 4.1.18(vite@packages+vite) - '@vue/shared': 3.5.27 - '@vueuse/core': 14.2.0(vue@3.5.27(typescript@5.9.3)) - '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.27(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.27(typescript@5.9.3)) + '@vue/shared': 3.5.28 + '@vueuse/core': 14.2.0(vue@3.5.28(typescript@5.9.3)) + '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.28(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.28(typescript@5.9.3)) mark.js: 8.11.1 minisearch: 7.2.0 - reka-ui: 2.8.0(vue@3.5.27(typescript@5.9.3)) + reka-ui: 2.8.0(vue@3.5.28(typescript@5.9.3)) tailwindcss: 4.1.18 vitepress: 2.0.0-alpha.16(oxc-minify@0.112.0)(postcss@8.5.6)(typescript@5.9.3) - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' - async-validator @@ -10420,10 +10428,10 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.27': + '@vue/compiler-core@3.5.28': dependencies: '@babel/parser': 7.29.0 - '@vue/shared': 3.5.27 + '@vue/shared': 3.5.28 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -10433,10 +10441,10 @@ snapshots: '@vue/compiler-core': 3.4.38 '@vue/shared': 3.4.38 - '@vue/compiler-dom@3.5.27': + '@vue/compiler-dom@3.5.28': dependencies: - '@vue/compiler-core': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/compiler-core': 3.5.28 + '@vue/shared': 3.5.28 '@vue/compiler-sfc@3.4.38': dependencies: @@ -10450,13 +10458,13 @@ snapshots: postcss: 8.5.6 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.27': + '@vue/compiler-sfc@3.5.28': dependencies: '@babel/parser': 7.29.0 - '@vue/compiler-core': 3.5.27 - '@vue/compiler-dom': 3.5.27 - '@vue/compiler-ssr': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/compiler-core': 3.5.28 + '@vue/compiler-dom': 3.5.28 + '@vue/compiler-ssr': 3.5.28 + '@vue/shared': 3.5.28 estree-walker: 2.0.2 magic-string: 0.30.21 postcss: 8.5.6 @@ -10467,10 +10475,10 @@ snapshots: '@vue/compiler-dom': 3.4.38 '@vue/shared': 3.4.38 - '@vue/compiler-ssr@3.5.27': + '@vue/compiler-ssr@3.5.28': dependencies: - '@vue/compiler-dom': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/compiler-dom': 3.5.28 + '@vue/shared': 3.5.28 '@vue/devtools-api@6.6.4': {} @@ -10495,8 +10503,8 @@ snapshots: '@vue/language-core@3.2.4': dependencies: '@volar/language-core': 2.4.27 - '@vue/compiler-dom': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/compiler-dom': 3.5.28 + '@vue/shared': 3.5.28 alien-signals: 3.1.2 muggle-string: 0.4.1 path-browserify: 1.0.1 @@ -10506,19 +10514,19 @@ snapshots: dependencies: '@vue/shared': 3.4.38 - '@vue/reactivity@3.5.27': + '@vue/reactivity@3.5.28': dependencies: - '@vue/shared': 3.5.27 + '@vue/shared': 3.5.28 '@vue/runtime-core@3.4.38': dependencies: '@vue/reactivity': 3.4.38 '@vue/shared': 3.4.38 - '@vue/runtime-core@3.5.27': + '@vue/runtime-core@3.5.28': dependencies: - '@vue/reactivity': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/reactivity': 3.5.28 + '@vue/shared': 3.5.28 '@vue/runtime-dom@3.4.38': dependencies: @@ -10527,49 +10535,49 @@ snapshots: '@vue/shared': 3.4.38 csstype: 3.2.3 - '@vue/runtime-dom@3.5.27': + '@vue/runtime-dom@3.5.28': dependencies: - '@vue/reactivity': 3.5.27 - '@vue/runtime-core': 3.5.27 - '@vue/shared': 3.5.27 + '@vue/reactivity': 3.5.28 + '@vue/runtime-core': 3.5.28 + '@vue/shared': 3.5.28 csstype: 3.2.3 - '@vue/server-renderer@3.4.38(vue@3.5.27(typescript@5.9.3))': + '@vue/server-renderer@3.4.38(vue@3.5.28(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.4.38 '@vue/shared': 3.4.38 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) - '@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.9.3))': + '@vue/server-renderer@3.5.28(vue@3.5.28(typescript@5.9.3))': dependencies: - '@vue/compiler-ssr': 3.5.27 - '@vue/shared': 3.5.27 - vue: 3.5.27(typescript@5.9.3) + '@vue/compiler-ssr': 3.5.28 + '@vue/shared': 3.5.28 + vue: 3.5.28(typescript@5.9.3) '@vue/shared@3.4.38': {} - '@vue/shared@3.5.27': {} + '@vue/shared@3.5.28': {} - '@vueuse/core@14.2.0(vue@3.5.27(typescript@5.9.3))': + '@vueuse/core@14.2.0(vue@3.5.28(typescript@5.9.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.2.0 - '@vueuse/shared': 14.2.0(vue@3.5.27(typescript@5.9.3)) - vue: 3.5.27(typescript@5.9.3) + '@vueuse/shared': 14.2.0(vue@3.5.28(typescript@5.9.3)) + vue: 3.5.28(typescript@5.9.3) - '@vueuse/integrations@14.2.0(focus-trap@7.8.0)(vue@3.5.27(typescript@5.9.3))': + '@vueuse/integrations@14.2.0(focus-trap@7.8.0)(vue@3.5.28(typescript@5.9.3))': dependencies: - '@vueuse/core': 14.2.0(vue@3.5.27(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.27(typescript@5.9.3)) - vue: 3.5.27(typescript@5.9.3) + '@vueuse/core': 14.2.0(vue@3.5.28(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.28(typescript@5.9.3)) + vue: 3.5.28(typescript@5.9.3) optionalDependencies: focus-trap: 7.8.0 '@vueuse/metadata@14.2.0': {} - '@vueuse/shared@14.2.0(vue@3.5.27(typescript@5.9.3))': + '@vueuse/shared@14.2.0(vue@3.5.28(typescript@5.9.3))': dependencies: - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) accepts@2.0.0: dependencies: @@ -10695,16 +10703,10 @@ snapshots: binary-extensions@2.3.0: {} - birpc-x@0.0.6: - dependencies: - birpc: 3.0.0 - birpc@0.2.19: {} birpc@2.9.0: {} - birpc@3.0.0: {} - birpc@4.0.0: {} body-parser@2.2.2(ms@2.1.3): @@ -11084,34 +11086,34 @@ snapshots: dependencies: es-errors: 1.3.0 - esbuild@0.27.2: + esbuild@0.27.3: optionalDependencies: - '@esbuild/aix-ppc64': 0.27.2 - '@esbuild/android-arm': 0.27.2 - '@esbuild/android-arm64': 0.27.2 - '@esbuild/android-x64': 0.27.2 - '@esbuild/darwin-arm64': 0.27.2 - '@esbuild/darwin-x64': 0.27.2 - '@esbuild/freebsd-arm64': 0.27.2 - '@esbuild/freebsd-x64': 0.27.2 - '@esbuild/linux-arm': 0.27.2 - '@esbuild/linux-arm64': 0.27.2 - '@esbuild/linux-ia32': 0.27.2 - '@esbuild/linux-loong64': 0.27.2 - '@esbuild/linux-mips64el': 0.27.2 - '@esbuild/linux-ppc64': 0.27.2 - '@esbuild/linux-riscv64': 0.27.2 - '@esbuild/linux-s390x': 0.27.2 - '@esbuild/linux-x64': 0.27.2 - '@esbuild/netbsd-arm64': 0.27.2 - '@esbuild/netbsd-x64': 0.27.2 - '@esbuild/openbsd-arm64': 0.27.2 - '@esbuild/openbsd-x64': 0.27.2 - '@esbuild/openharmony-arm64': 0.27.2 - '@esbuild/sunos-x64': 0.27.2 - '@esbuild/win32-arm64': 0.27.2 - '@esbuild/win32-ia32': 0.27.2 - '@esbuild/win32-x64': 0.27.2 + '@esbuild/aix-ppc64': 0.27.3 + '@esbuild/android-arm': 0.27.3 + '@esbuild/android-arm64': 0.27.3 + '@esbuild/android-x64': 0.27.3 + '@esbuild/darwin-arm64': 0.27.3 + '@esbuild/darwin-x64': 0.27.3 + '@esbuild/freebsd-arm64': 0.27.3 + '@esbuild/freebsd-x64': 0.27.3 + '@esbuild/linux-arm': 0.27.3 + '@esbuild/linux-arm64': 0.27.3 + '@esbuild/linux-ia32': 0.27.3 + '@esbuild/linux-loong64': 0.27.3 + '@esbuild/linux-mips64el': 0.27.3 + '@esbuild/linux-ppc64': 0.27.3 + '@esbuild/linux-riscv64': 0.27.3 + '@esbuild/linux-s390x': 0.27.3 + '@esbuild/linux-x64': 0.27.3 + '@esbuild/netbsd-arm64': 0.27.3 + '@esbuild/netbsd-x64': 0.27.3 + '@esbuild/openbsd-arm64': 0.27.3 + '@esbuild/openbsd-x64': 0.27.3 + '@esbuild/openharmony-arm64': 0.27.3 + '@esbuild/sunos-x64': 0.27.3 + '@esbuild/win32-arm64': 0.27.3 + '@esbuild/win32-ia32': 0.27.3 + '@esbuild/win32-x64': 0.27.3 escalade@3.2.0: {} @@ -11418,11 +11420,11 @@ snapshots: flatted@3.3.3: {} - floating-vue@5.2.2(vue@3.5.27(typescript@5.9.3)): + floating-vue@5.2.2(vue@3.5.28(typescript@5.9.3)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.5.27(typescript@5.9.3) - vue-resize: 2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)) + vue: 3.5.28(typescript@5.9.3) + vue-resize: 2.0.0-alpha.1(vue@3.5.28(typescript@5.9.3)) focus-trap@7.8.0: dependencies: @@ -12333,12 +12335,12 @@ snapshots: mimic-function@5.0.1: {} - miniflare@4.20260131.0: + miniflare@4.20260205.0: dependencies: '@cspotcode/source-map-support': 0.8.1 sharp: 0.34.5 undici: 7.18.2 - workerd: 1.20260131.0 + workerd: 1.20260205.0 ws: 8.18.0 youch: 4.1.0-beta.10 transitivePeerDependencies: @@ -12629,11 +12631,11 @@ snapshots: mlly: 1.8.0 pathe: 2.0.3 - playwright-chromium@1.58.1: + playwright-chromium@1.58.2: dependencies: - playwright-core: 1.58.1 + playwright-core: 1.58.2 - playwright-core@1.58.1: {} + playwright-core@1.58.2: {} postcss-import@15.1.0(postcss@8.5.6): dependencies: @@ -12940,19 +12942,19 @@ snapshots: dependencies: jsesc: 3.1.0 - reka-ui@2.8.0(vue@3.5.27(typescript@5.9.3)): + reka-ui@2.8.0(vue@3.5.28(typescript@5.9.3)): dependencies: '@floating-ui/dom': 1.7.5 - '@floating-ui/vue': 1.1.10(vue@3.5.27(typescript@5.9.3)) + '@floating-ui/vue': 1.1.10(vue@3.5.28(typescript@5.9.3)) '@internationalized/date': 3.11.0 '@internationalized/number': 3.6.5 - '@tanstack/vue-virtual': 3.13.18(vue@3.5.27(typescript@5.9.3)) - '@vueuse/core': 14.2.0(vue@3.5.27(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.27(typescript@5.9.3)) + '@tanstack/vue-virtual': 3.13.18(vue@3.5.28(typescript@5.9.3)) + '@vueuse/core': 14.2.0(vue@3.5.28(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.28(typescript@5.9.3)) aria-hidden: 1.2.6 defu: 6.1.4 ohash: 2.0.11 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' @@ -13687,7 +13689,7 @@ snapshots: tsx@4.21.0: dependencies: - esbuild: 0.27.2 + esbuild: 0.27.3 get-tsconfig: 4.13.1 optionalDependencies: fsevents: 2.3.3 @@ -13872,6 +13874,10 @@ snapshots: utils-merge@1.0.1: {} + valibot@1.2.0(typescript@5.9.3): + optionalDependencies: + typescript: 5.9.3 + validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 @@ -13928,17 +13934,17 @@ snapshots: '@shikijs/transformers': 3.22.0 '@shikijs/types': 3.22.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 6.0.4(vite@packages+vite)(vue@3.5.27(typescript@5.9.3)) + '@vitejs/plugin-vue': 6.0.4(vite@packages+vite)(vue@3.5.28(typescript@5.9.3)) '@vue/devtools-api': 8.0.5 - '@vue/shared': 3.5.27 - '@vueuse/core': 14.2.0(vue@3.5.27(typescript@5.9.3)) - '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.27(typescript@5.9.3)) + '@vue/shared': 3.5.28 + '@vueuse/core': 14.2.0(vue@3.5.28(typescript@5.9.3)) + '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.28(typescript@5.9.3)) focus-trap: 7.8.0 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 3.22.0 vite: link:packages/vite - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) optionalDependencies: oxc-minify: 0.112.0 postcss: 8.5.6 @@ -13956,7 +13962,7 @@ snapshots: - typescript - universal-cookie - vitest@4.0.18(@types/node@22.19.8): + vitest@4.0.18(@types/node@22.19.10): dependencies: '@vitest/expect': 4.0.18 '@vitest/mocker': 4.0.18(vite@packages+vite) @@ -13979,7 +13985,7 @@ snapshots: vite: link:packages/vite why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.19.8 + '@types/node': 22.19.10 transitivePeerDependencies: - msw @@ -13987,17 +13993,17 @@ snapshots: vscode-uri@3.1.0: {} - vue-demi@0.14.10(vue@3.5.27(typescript@5.9.3)): + vue-demi@0.14.10(vue@3.5.28(typescript@5.9.3)): dependencies: - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) - vue-observe-visibility@2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)): + vue-observe-visibility@2.0.0-alpha.1(vue@3.5.28(typescript@5.9.3)): dependencies: - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) - vue-resize@2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)): + vue-resize@2.0.0-alpha.1(vue@3.5.28(typescript@5.9.3)): dependencies: - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) vue-tsc@3.2.4(typescript@5.9.3): dependencies: @@ -14005,37 +14011,37 @@ snapshots: '@vue/language-core': 3.2.4 typescript: 5.9.3 - vue-virtual-scroller@2.0.0-beta.8(vue@3.5.27(typescript@5.9.3)): + vue-virtual-scroller@2.0.0-beta.8(vue@3.5.28(typescript@5.9.3)): dependencies: mitt: 2.1.0 - vue: 3.5.27(typescript@5.9.3) - vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)) - vue-resize: 2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)) + vue: 3.5.28(typescript@5.9.3) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.28(typescript@5.9.3)) + vue-resize: 2.0.0-alpha.1(vue@3.5.28(typescript@5.9.3)) vue@3.4.38(typescript@5.9.3): dependencies: '@vue/compiler-dom': 3.4.38 '@vue/compiler-sfc': 3.4.38 '@vue/runtime-dom': 3.4.38 - '@vue/server-renderer': 3.4.38(vue@3.5.27(typescript@5.9.3)) + '@vue/server-renderer': 3.4.38(vue@3.5.28(typescript@5.9.3)) '@vue/shared': 3.4.38 optionalDependencies: typescript: 5.9.3 - vue@3.5.27(typescript@5.9.3): + vue@3.5.28(typescript@5.9.3): dependencies: - '@vue/compiler-dom': 3.5.27 - '@vue/compiler-sfc': 3.5.27 - '@vue/runtime-dom': 3.5.27 - '@vue/server-renderer': 3.5.27(vue@3.5.27(typescript@5.9.3)) - '@vue/shared': 3.5.27 + '@vue/compiler-dom': 3.5.28 + '@vue/compiler-sfc': 3.5.28 + '@vue/runtime-dom': 3.5.28 + '@vue/server-renderer': 3.5.28(vue@3.5.28(typescript@5.9.3)) + '@vue/shared': 3.5.28 optionalDependencies: typescript: 5.9.3 - vuex@4.1.0(vue@3.5.27(typescript@5.9.3)): + vuex@4.1.0(vue@3.5.28(typescript@5.9.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.27(typescript@5.9.3) + vue: 3.5.28(typescript@5.9.3) walk-up-path@4.0.0: {} @@ -14066,13 +14072,13 @@ snapshots: wordwrap@1.0.0: {} - workerd@1.20260131.0: + workerd@1.20260205.0: optionalDependencies: - '@cloudflare/workerd-darwin-64': 1.20260131.0 - '@cloudflare/workerd-darwin-arm64': 1.20260131.0 - '@cloudflare/workerd-linux-64': 1.20260131.0 - '@cloudflare/workerd-linux-arm64': 1.20260131.0 - '@cloudflare/workerd-windows-64': 1.20260131.0 + '@cloudflare/workerd-darwin-64': 1.20260205.0 + '@cloudflare/workerd-darwin-arm64': 1.20260205.0 + '@cloudflare/workerd-linux-64': 1.20260205.0 + '@cloudflare/workerd-linux-arm64': 1.20260205.0 + '@cloudflare/workerd-windows-64': 1.20260205.0 wrap-ansi@7.0.0: dependencies: