diff --git a/examples/express/package.json b/examples/express/package.json index 4814a9c5..465a2bac 100644 --- a/examples/express/package.json +++ b/examples/express/package.json @@ -15,7 +15,7 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "express": "^4.21.1" diff --git a/examples/fastify-vike/package.json b/examples/fastify-vike/package.json index 509390a5..1ed10409 100644 --- a/examples/fastify-vike/package.json +++ b/examples/fastify-vike/package.json @@ -21,6 +21,6 @@ "typescript": "^5.7.2", "vavite": "5.1.0", "vike": "^0.4.205", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index ee6ab92f..cf27ccf2 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -14,7 +14,7 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "fastify": "^5.1.0" diff --git a/examples/hapi/package.json b/examples/hapi/package.json index 76fece65..6699e1e5 100644 --- a/examples/hapi/package.json +++ b/examples/hapi/package.json @@ -14,7 +14,7 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@hapi/hapi": "^21.3.12" diff --git a/examples/koa/package.json b/examples/koa/package.json index c8c5b54a..f152ba64 100644 --- a/examples/koa/package.json +++ b/examples/koa/package.json @@ -16,7 +16,7 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@koa/router": "^13.1.0", diff --git a/examples/nestjs-vike/package.json b/examples/nestjs-vike/package.json index 37308f36..f1c9d5df 100644 --- a/examples/nestjs-vike/package.json +++ b/examples/nestjs-vike/package.json @@ -21,7 +21,7 @@ "rollup-plugin-swc3": "^0.12.1", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11", + "vite": "^6.0.7", "vite-tsconfig-paths": "^5.1.3" }, "dependencies": { diff --git a/examples/nestjs/package.json b/examples/nestjs/package.json index 7506eba9..bf6ac07d 100644 --- a/examples/nestjs/package.json +++ b/examples/nestjs/package.json @@ -17,7 +17,7 @@ "rollup-plugin-swc3": "^0.12.1", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@nestjs/common": "^10.4.12", diff --git a/examples/simple-standalone/package.json b/examples/simple-standalone/package.json index 0fa1c6ce..8178bd41 100644 --- a/examples/simple-standalone/package.json +++ b/examples/simple-standalone/package.json @@ -11,6 +11,6 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/examples/socket-io/package.json b/examples/socket-io/package.json index 2e90ccfb..e0282c40 100644 --- a/examples/socket-io/package.json +++ b/examples/socket-io/package.json @@ -15,7 +15,7 @@ "@types/node": "^18.19.67", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "express": "^4.21.1", diff --git a/examples/ssr-react-express/package.json b/examples/ssr-react-express/package.json index d444b022..269e6088 100644 --- a/examples/ssr-react-express/package.json +++ b/examples/ssr-react-express/package.json @@ -15,7 +15,7 @@ "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "express": "^4.21.1", diff --git a/examples/ssr-vue-express/package.json b/examples/ssr-vue-express/package.json index b3d6acab..cd2a3163 100644 --- a/examples/ssr-vue-express/package.json +++ b/examples/ssr-vue-express/package.json @@ -13,7 +13,7 @@ "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "express": "^4.21.1", diff --git a/examples/vike/package.json b/examples/vike/package.json index 6ba521d2..b3ae7de3 100644 --- a/examples/vike/package.json +++ b/examples/vike/package.json @@ -21,6 +21,6 @@ "typescript": "^5.7.2", "vavite": "5.1.0", "vike": "^0.4.205", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/examples/ws/package.json b/examples/ws/package.json index 42b3f5c1..72b3a957 100644 --- a/examples/ws/package.json +++ b/examples/ws/package.json @@ -17,7 +17,7 @@ "@types/ws": "^8.5.13", "typescript": "^5.7.2", "vavite": "5.1.0", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "express": "^4.21.1", diff --git a/packages/connect/package.json b/packages/connect/package.json index a8b3c7be..a43df546 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -49,7 +49,7 @@ "sirv": "^3.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@types/node": "^18.19.67" diff --git a/packages/expose-vite-dev-server/package.json b/packages/expose-vite-dev-server/package.json index 5e95ece5..5603b72a 100644 --- a/packages/expose-vite-dev-server/package.json +++ b/packages/expose-vite-dev-server/package.json @@ -43,6 +43,6 @@ "eslint": "^9.16.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/packages/multibuild-cli/package.json b/packages/multibuild-cli/package.json index 395d5ede..5e16f1d3 100644 --- a/packages/multibuild-cli/package.json +++ b/packages/multibuild-cli/package.json @@ -31,7 +31,7 @@ "eslint": "^9.16.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@types/node": "^18.19.67", diff --git a/packages/multibuild/package.json b/packages/multibuild/package.json index b8e34685..d6a7318a 100644 --- a/packages/multibuild/package.json +++ b/packages/multibuild/package.json @@ -39,7 +39,7 @@ "eslint": "^9.16.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@types/node": "^18.19.67", diff --git a/packages/node-loader/package.json b/packages/node-loader/package.json index 7095b2e8..1d17d519 100644 --- a/packages/node-loader/package.json +++ b/packages/node-loader/package.json @@ -46,6 +46,6 @@ "sirv": "^3.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/packages/reloader/package.json b/packages/reloader/package.json index e7bb07cd..6433bbc5 100644 --- a/packages/reloader/package.json +++ b/packages/reloader/package.json @@ -43,6 +43,6 @@ "eslint": "^9.16.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" } } diff --git a/packages/vavite/package.json b/packages/vavite/package.json index 39e721fa..f9ae4469 100644 --- a/packages/vavite/package.json +++ b/packages/vavite/package.json @@ -55,7 +55,7 @@ "sirv": "^3.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.7" }, "dependencies": { "@vavite/connect": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b55c3ad..d489d456 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/fastify: dependencies: @@ -87,8 +87,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/fastify-vike: dependencies: @@ -106,7 +106,7 @@ importers: version: 18.3.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@5.4.11(@types/node@18.19.67)) + version: 4.3.4(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -130,10 +130,10 @@ importers: version: link:../../packages/vavite vike: specifier: ^0.4.205 - version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.11(@types/node@18.19.67)) + version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/hapi: dependencies: @@ -151,8 +151,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/koa: dependencies: @@ -179,8 +179,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/nestjs: dependencies: @@ -219,8 +219,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/nestjs-vike: dependencies: @@ -253,7 +253,7 @@ importers: version: 7.8.1 vike: specifier: ^0.4.205 - version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.11(@types/node@18.19.67)) + version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) devDependencies: '@swc/core': specifier: ^1.9.3 @@ -272,7 +272,7 @@ importers: version: 18.3.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@5.4.11(@types/node@18.19.67)) + version: 4.3.4(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -286,11 +286,11 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) vite-tsconfig-paths: specifier: ^5.1.3 - version: 5.1.3(typescript@5.7.2)(vite@5.4.11(@types/node@18.19.67)) + version: 5.1.3(typescript@5.7.2)(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) examples/simple-standalone: devDependencies: @@ -304,8 +304,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/socket-io: dependencies: @@ -329,8 +329,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/ssr-react-express: dependencies: @@ -358,7 +358,7 @@ importers: version: 18.3.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@5.4.11(@types/node@18.19.67)) + version: 4.3.4(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -366,8 +366,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/ssr-vue-express: dependencies: @@ -386,7 +386,7 @@ importers: version: 18.19.67 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@18.19.67))(vue@3.5.13(typescript@5.7.2)) + version: 5.2.1(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.2)) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -394,8 +394,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/vike: dependencies: @@ -413,7 +413,7 @@ importers: version: 18.3.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@5.4.11(@types/node@18.19.67)) + version: 4.3.4(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -437,10 +437,10 @@ importers: version: link:../../packages/vavite vike: specifier: ^0.4.205 - version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.11(@types/node@18.19.67)) + version: 0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)) vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) examples/ws: dependencies: @@ -473,8 +473,8 @@ importers: specifier: 5.1.0 version: link:../../packages/vavite vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/connect: dependencies: @@ -498,8 +498,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/expose-vite-dev-server: devDependencies: @@ -519,8 +519,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/multibuild: dependencies: @@ -547,8 +547,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/multibuild-cli: dependencies: @@ -578,8 +578,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/node-loader: devDependencies: @@ -602,8 +602,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/reloader: devDependencies: @@ -623,8 +623,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages/vavite: dependencies: @@ -672,8 +672,8 @@ importers: specifier: ^5.7.2 version: 5.7.2 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@18.19.67) + specifier: ^6.0.7 + version: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) packages: @@ -791,23 +791,17 @@ packages: '@dual-bundle/import-meta-resolve@4.1.0': resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} - '@esbuild/aix-ppc64@0.21.5': - resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.24.0': resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.21.5': - resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] + '@esbuild/aix-ppc64@0.24.2': + resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] '@esbuild/android-arm64@0.24.0': resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} @@ -815,10 +809,10 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.21.5': - resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/android-arm64@0.24.2': + resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} + engines: {node: '>=18'} + cpu: [arm64] os: [android] '@esbuild/android-arm@0.24.0': @@ -827,10 +821,10 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.21.5': - resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/android-arm@0.24.2': + resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} + engines: {node: '>=18'} + cpu: [arm] os: [android] '@esbuild/android-x64@0.24.0': @@ -839,11 +833,11 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.21.5': - resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] + '@esbuild/android-x64@0.24.2': + resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] '@esbuild/darwin-arm64@0.24.0': resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} @@ -851,10 +845,10 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.21.5': - resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/darwin-arm64@0.24.2': + resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} + engines: {node: '>=18'} + cpu: [arm64] os: [darwin] '@esbuild/darwin-x64@0.24.0': @@ -863,11 +857,11 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': - resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] + '@esbuild/darwin-x64@0.24.2': + resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] '@esbuild/freebsd-arm64@0.24.0': resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} @@ -875,10 +869,10 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': - resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/freebsd-arm64@0.24.2': + resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} + engines: {node: '>=18'} + cpu: [arm64] os: [freebsd] '@esbuild/freebsd-x64@0.24.0': @@ -887,11 +881,11 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.21.5': - resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] + '@esbuild/freebsd-x64@0.24.2': + resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] '@esbuild/linux-arm64@0.24.0': resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} @@ -899,10 +893,10 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.21.5': - resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/linux-arm64@0.24.2': + resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} + engines: {node: '>=18'} + cpu: [arm64] os: [linux] '@esbuild/linux-arm@0.24.0': @@ -911,10 +905,10 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.21.5': - resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/linux-arm@0.24.2': + resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} + engines: {node: '>=18'} + cpu: [arm] os: [linux] '@esbuild/linux-ia32@0.24.0': @@ -923,10 +917,10 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.21.5': - resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} - engines: {node: '>=12'} - cpu: [loong64] + '@esbuild/linux-ia32@0.24.2': + resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} + engines: {node: '>=18'} + cpu: [ia32] os: [linux] '@esbuild/linux-loong64@0.24.0': @@ -935,10 +929,10 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.21.5': - resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} - engines: {node: '>=12'} - cpu: [mips64el] + '@esbuild/linux-loong64@0.24.2': + resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} + engines: {node: '>=18'} + cpu: [loong64] os: [linux] '@esbuild/linux-mips64el@0.24.0': @@ -947,10 +941,10 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.21.5': - resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} - engines: {node: '>=12'} - cpu: [ppc64] + '@esbuild/linux-mips64el@0.24.2': + resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} + engines: {node: '>=18'} + cpu: [mips64el] os: [linux] '@esbuild/linux-ppc64@0.24.0': @@ -959,10 +953,10 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.21.5': - resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} - engines: {node: '>=12'} - cpu: [riscv64] + '@esbuild/linux-ppc64@0.24.2': + resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} + engines: {node: '>=18'} + cpu: [ppc64] os: [linux] '@esbuild/linux-riscv64@0.24.0': @@ -971,10 +965,10 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.21.5': - resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} - engines: {node: '>=12'} - cpu: [s390x] + '@esbuild/linux-riscv64@0.24.2': + resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} + engines: {node: '>=18'} + cpu: [riscv64] os: [linux] '@esbuild/linux-s390x@0.24.0': @@ -983,10 +977,10 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.21.5': - resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/linux-s390x@0.24.2': + resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} + engines: {node: '>=18'} + cpu: [s390x] os: [linux] '@esbuild/linux-x64@0.24.0': @@ -995,10 +989,16 @@ packages: cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.21.5': - resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} - engines: {node: '>=12'} + '@esbuild/linux-x64@0.24.2': + resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} + engines: {node: '>=18'} cpu: [x64] + os: [linux] + + '@esbuild/netbsd-arm64@0.24.2': + resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} + engines: {node: '>=18'} + cpu: [arm64] os: [netbsd] '@esbuild/netbsd-x64@0.24.0': @@ -1007,16 +1007,22 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.24.2': + resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.24.0': resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': - resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/openbsd-arm64@0.24.2': + resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} + engines: {node: '>=18'} + cpu: [arm64] os: [openbsd] '@esbuild/openbsd-x64@0.24.0': @@ -1025,11 +1031,11 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.21.5': - resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} - engines: {node: '>=12'} + '@esbuild/openbsd-x64@0.24.2': + resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} + engines: {node: '>=18'} cpu: [x64] - os: [sunos] + os: [openbsd] '@esbuild/sunos-x64@0.24.0': resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} @@ -1037,11 +1043,11 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.21.5': - resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] + '@esbuild/sunos-x64@0.24.2': + resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] '@esbuild/win32-arm64@0.24.0': resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} @@ -1049,10 +1055,10 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.21.5': - resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/win32-arm64@0.24.2': + resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} + engines: {node: '>=18'} + cpu: [arm64] os: [win32] '@esbuild/win32-ia32@0.24.0': @@ -1061,10 +1067,10 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.21.5': - resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/win32-ia32@0.24.2': + resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} + engines: {node: '>=18'} + cpu: [ia32] os: [win32] '@esbuild/win32-x64@0.24.0': @@ -1073,6 +1079,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.24.2': + resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.4.1': resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2481,16 +2493,16 @@ packages: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} - esbuild@0.21.5: - resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.24.0: resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} engines: {node: '>=18'} hasBin: true + esbuild@0.24.2: + resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -3424,11 +3436,6 @@ packages: mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - nanoid@3.3.7: - resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - nanoid@3.3.8: resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -3667,10 +3674,6 @@ packages: yaml: optional: true - postcss@8.4.47: - resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.49: resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} @@ -4382,22 +4385,27 @@ packages: vite: optional: true - vite@5.4.11: - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} + vite@6.0.1: + resolution: {integrity: sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' less: '*' lightningcss: ^1.21.0 sass: '*' sass-embedded: '*' stylus: '*' sugarss: '*' - terser: ^5.4.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: '@types/node': optional: true + jiti: + optional: true less: optional: true lightningcss: @@ -4412,9 +4420,13 @@ packages: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true - vite@6.0.1: - resolution: {integrity: sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==} + vite@6.0.7: + resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -4805,147 +4817,153 @@ snapshots: '@dual-bundle/import-meta-resolve@4.1.0': {} - '@esbuild/aix-ppc64@0.21.5': - optional: true - '@esbuild/aix-ppc64@0.24.0': optional: true - '@esbuild/android-arm64@0.21.5': + '@esbuild/aix-ppc64@0.24.2': optional: true '@esbuild/android-arm64@0.24.0': optional: true - '@esbuild/android-arm@0.21.5': + '@esbuild/android-arm64@0.24.2': optional: true '@esbuild/android-arm@0.24.0': optional: true - '@esbuild/android-x64@0.21.5': + '@esbuild/android-arm@0.24.2': optional: true '@esbuild/android-x64@0.24.0': optional: true - '@esbuild/darwin-arm64@0.21.5': + '@esbuild/android-x64@0.24.2': optional: true '@esbuild/darwin-arm64@0.24.0': optional: true - '@esbuild/darwin-x64@0.21.5': + '@esbuild/darwin-arm64@0.24.2': optional: true '@esbuild/darwin-x64@0.24.0': optional: true - '@esbuild/freebsd-arm64@0.21.5': + '@esbuild/darwin-x64@0.24.2': optional: true '@esbuild/freebsd-arm64@0.24.0': optional: true - '@esbuild/freebsd-x64@0.21.5': + '@esbuild/freebsd-arm64@0.24.2': optional: true '@esbuild/freebsd-x64@0.24.0': optional: true - '@esbuild/linux-arm64@0.21.5': + '@esbuild/freebsd-x64@0.24.2': optional: true '@esbuild/linux-arm64@0.24.0': optional: true - '@esbuild/linux-arm@0.21.5': + '@esbuild/linux-arm64@0.24.2': optional: true '@esbuild/linux-arm@0.24.0': optional: true - '@esbuild/linux-ia32@0.21.5': + '@esbuild/linux-arm@0.24.2': optional: true '@esbuild/linux-ia32@0.24.0': optional: true - '@esbuild/linux-loong64@0.21.5': + '@esbuild/linux-ia32@0.24.2': optional: true '@esbuild/linux-loong64@0.24.0': optional: true - '@esbuild/linux-mips64el@0.21.5': + '@esbuild/linux-loong64@0.24.2': optional: true '@esbuild/linux-mips64el@0.24.0': optional: true - '@esbuild/linux-ppc64@0.21.5': + '@esbuild/linux-mips64el@0.24.2': optional: true '@esbuild/linux-ppc64@0.24.0': optional: true - '@esbuild/linux-riscv64@0.21.5': + '@esbuild/linux-ppc64@0.24.2': optional: true '@esbuild/linux-riscv64@0.24.0': optional: true - '@esbuild/linux-s390x@0.21.5': + '@esbuild/linux-riscv64@0.24.2': optional: true '@esbuild/linux-s390x@0.24.0': optional: true - '@esbuild/linux-x64@0.21.5': + '@esbuild/linux-s390x@0.24.2': optional: true '@esbuild/linux-x64@0.24.0': optional: true - '@esbuild/netbsd-x64@0.21.5': + '@esbuild/linux-x64@0.24.2': + optional: true + + '@esbuild/netbsd-arm64@0.24.2': optional: true '@esbuild/netbsd-x64@0.24.0': optional: true + '@esbuild/netbsd-x64@0.24.2': + optional: true + '@esbuild/openbsd-arm64@0.24.0': optional: true - '@esbuild/openbsd-x64@0.21.5': + '@esbuild/openbsd-arm64@0.24.2': optional: true '@esbuild/openbsd-x64@0.24.0': optional: true - '@esbuild/sunos-x64@0.21.5': + '@esbuild/openbsd-x64@0.24.2': optional: true '@esbuild/sunos-x64@0.24.0': optional: true - '@esbuild/win32-arm64@0.21.5': + '@esbuild/sunos-x64@0.24.2': optional: true '@esbuild/win32-arm64@0.24.0': optional: true - '@esbuild/win32-ia32@0.21.5': + '@esbuild/win32-arm64@0.24.2': optional: true '@esbuild/win32-ia32@0.24.0': optional: true - '@esbuild/win32-x64@0.21.5': + '@esbuild/win32-ia32@0.24.2': optional: true '@esbuild/win32-x64@0.24.0': optional: true + '@esbuild/win32-x64@0.24.2': + optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.16.0)': dependencies: eslint: 9.16.0 @@ -5780,20 +5798,20 @@ snapshots: '@typescript-eslint/types': 8.16.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-react@4.3.4(vite@5.4.11(@types/node@18.19.67))': + '@vitejs/plugin-react@4.3.4(vite@6.0.7(@types/node@18.19.67)(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) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.11(@types/node@18.19.67) + vite: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@18.19.67))(vue@3.5.13(typescript@5.7.2))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.2))': dependencies: - vite: 5.4.11(@types/node@18.19.67) + vite: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) vue: 3.5.13(typescript@5.7.2) '@vitest/expect@2.1.6': @@ -6513,32 +6531,6 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 - esbuild@0.21.5: - optionalDependencies: - '@esbuild/aix-ppc64': 0.21.5 - '@esbuild/android-arm': 0.21.5 - '@esbuild/android-arm64': 0.21.5 - '@esbuild/android-x64': 0.21.5 - '@esbuild/darwin-arm64': 0.21.5 - '@esbuild/darwin-x64': 0.21.5 - '@esbuild/freebsd-arm64': 0.21.5 - '@esbuild/freebsd-x64': 0.21.5 - '@esbuild/linux-arm': 0.21.5 - '@esbuild/linux-arm64': 0.21.5 - '@esbuild/linux-ia32': 0.21.5 - '@esbuild/linux-loong64': 0.21.5 - '@esbuild/linux-mips64el': 0.21.5 - '@esbuild/linux-ppc64': 0.21.5 - '@esbuild/linux-riscv64': 0.21.5 - '@esbuild/linux-s390x': 0.21.5 - '@esbuild/linux-x64': 0.21.5 - '@esbuild/netbsd-x64': 0.21.5 - '@esbuild/openbsd-x64': 0.21.5 - '@esbuild/sunos-x64': 0.21.5 - '@esbuild/win32-arm64': 0.21.5 - '@esbuild/win32-ia32': 0.21.5 - '@esbuild/win32-x64': 0.21.5 - esbuild@0.24.0: optionalDependencies: '@esbuild/aix-ppc64': 0.24.0 @@ -6566,6 +6558,34 @@ snapshots: '@esbuild/win32-ia32': 0.24.0 '@esbuild/win32-x64': 0.24.0 + esbuild@0.24.2: + optionalDependencies: + '@esbuild/aix-ppc64': 0.24.2 + '@esbuild/android-arm': 0.24.2 + '@esbuild/android-arm64': 0.24.2 + '@esbuild/android-x64': 0.24.2 + '@esbuild/darwin-arm64': 0.24.2 + '@esbuild/darwin-x64': 0.24.2 + '@esbuild/freebsd-arm64': 0.24.2 + '@esbuild/freebsd-x64': 0.24.2 + '@esbuild/linux-arm': 0.24.2 + '@esbuild/linux-arm64': 0.24.2 + '@esbuild/linux-ia32': 0.24.2 + '@esbuild/linux-loong64': 0.24.2 + '@esbuild/linux-mips64el': 0.24.2 + '@esbuild/linux-ppc64': 0.24.2 + '@esbuild/linux-riscv64': 0.24.2 + '@esbuild/linux-s390x': 0.24.2 + '@esbuild/linux-x64': 0.24.2 + '@esbuild/netbsd-arm64': 0.24.2 + '@esbuild/netbsd-x64': 0.24.2 + '@esbuild/openbsd-arm64': 0.24.2 + '@esbuild/openbsd-x64': 0.24.2 + '@esbuild/sunos-x64': 0.24.2 + '@esbuild/win32-arm64': 0.24.2 + '@esbuild/win32-ia32': 0.24.2 + '@esbuild/win32-x64': 0.24.2 + escalade@3.2.0: {} escape-html@1.0.3: {} @@ -7707,8 +7727,6 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 - nanoid@3.3.7: {} - nanoid@3.3.8: {} natural-compare@1.4.0: {} @@ -7925,12 +7943,6 @@ snapshots: postcss: 8.4.49 yaml: 2.5.1 - postcss@8.4.47: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.4.49: dependencies: nanoid: 3.3.8 @@ -8752,7 +8764,7 @@ snapshots: vary@1.1.2: {} - vike@0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@5.4.11(@types/node@18.19.67)): + vike@0.4.205(react-streaming@0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)): dependencies: '@brillout/import': 0.2.3 '@brillout/json-serializer': 0.5.13 @@ -8766,7 +8778,7 @@ snapshots: fast-glob: 3.3.2 semver: 7.6.3 source-map-support: 0.5.21 - vite: 5.4.11(@types/node@18.19.67) + vite: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) optionalDependencies: react-streaming: 0.3.43(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -8776,7 +8788,7 @@ snapshots: debug: 4.3.7 es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 6.0.1(@types/node@18.19.67)(yaml@2.5.1) + vite: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - jiti @@ -8791,29 +8803,30 @@ snapshots: - tsx - yaml - vite-tsconfig-paths@5.1.3(typescript@5.7.2)(vite@5.4.11(@types/node@18.19.67)): + vite-tsconfig-paths@5.1.3(typescript@5.7.2)(vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1)): dependencies: debug: 4.3.7 globrex: 0.1.2 tsconfck: 3.1.4(typescript@5.7.2) optionalDependencies: - vite: 5.4.11(@types/node@18.19.67) + vite: 6.0.7(@types/node@18.19.67)(yaml@2.5.1) transitivePeerDependencies: - supports-color - typescript - vite@5.4.11(@types/node@18.19.67): + vite@6.0.1(@types/node@18.19.67)(yaml@2.5.1): dependencies: - esbuild: 0.21.5 - postcss: 8.4.47 - rollup: 4.24.3 + esbuild: 0.24.0 + postcss: 8.4.49 + rollup: 4.28.0 optionalDependencies: '@types/node': 18.19.67 fsevents: 2.3.3 + yaml: 2.5.1 - vite@6.0.1(@types/node@18.19.67)(yaml@2.5.1): + vite@6.0.7(@types/node@18.19.67)(yaml@2.5.1): dependencies: - esbuild: 0.24.0 + esbuild: 0.24.2 postcss: 8.4.49 rollup: 4.28.0 optionalDependencies: