diff --git a/examples/react-hydration/package.json b/examples/react-hydration/package.json index aae5c513..06e314cd 100644 --- a/examples/react-hydration/package.json +++ b/examples/react-hydration/package.json @@ -30,6 +30,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.35.2", - "vite": "^5.1.8" + "vite": "^5.4.4" } } diff --git a/examples/react-next/package.json b/examples/react-next/package.json index b4b42fd8..c02d1a24 100644 --- a/examples/react-next/package.json +++ b/examples/react-next/package.json @@ -33,6 +33,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.35.2", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/react-streaming/package.json b/examples/react-streaming/package.json index 4d746c5b..1802370e 100644 --- a/examples/react-streaming/package.json +++ b/examples/react-streaming/package.json @@ -30,6 +30,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.35.2", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/react-vanilla-spa/package.json b/examples/react-vanilla-spa/package.json index 7eabce9b..329efcd1 100644 --- a/examples/react-vanilla-spa/package.json +++ b/examples/react-vanilla-spa/package.json @@ -25,6 +25,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.35.2", - "vite": "^5.1.8" + "vite": "^5.4.4" } } diff --git a/examples/react-vanilla/package.json b/examples/react-vanilla/package.json index f9e968b4..cc1c80e8 100644 --- a/examples/react-vanilla/package.json +++ b/examples/react-vanilla/package.json @@ -28,6 +28,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.35.2", - "vite": "^5.1.8" + "vite": "^5.4.4" } } diff --git a/examples/solid-hydration/package.json b/examples/solid-hydration/package.json index f084337f..372421c3 100644 --- a/examples/solid-hydration/package.json +++ b/examples/solid-hydration/package.json @@ -27,7 +27,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-solid": "^0.9.4", - "vite": "^5.1.8", + "vite": "^5.4.4", "vite-plugin-solid": "^2.10.2" } } \ No newline at end of file diff --git a/examples/solid-vanilla/package.json b/examples/solid-vanilla/package.json index 768e2c54..818245f3 100644 --- a/examples/solid-vanilla/package.json +++ b/examples/solid-vanilla/package.json @@ -25,7 +25,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-solid": "^0.9.4", - "vite": "^5.1.8", + "vite": "^5.4.4", "vite-plugin-solid": "^2.10.2" } } \ No newline at end of file diff --git a/examples/svelte-hydration/package.json b/examples/svelte-hydration/package.json index 74ee68f8..a22a4aa2 100644 --- a/examples/svelte-hydration/package.json +++ b/examples/svelte-hydration/package.json @@ -27,6 +27,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-svelte": "^2.43.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/svelte-vanilla/package.json b/examples/svelte-vanilla/package.json index 4f0401b8..da6584d6 100644 --- a/examples/svelte-vanilla/package.json +++ b/examples/svelte-vanilla/package.json @@ -25,6 +25,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-svelte": "^2.43.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/typescript-vanilla/package.json b/examples/typescript-vanilla/package.json index 5efd3f35..0f7c13a8 100644 --- a/examples/typescript-vanilla/package.json +++ b/examples/typescript-vanilla/package.json @@ -17,6 +17,6 @@ "@types/node": "^20.14.11", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.5.3", - "vite": "^5.1.8" + "vite": "^5.3.4" } } \ No newline at end of file diff --git a/examples/vue-hydration/package.json b/examples/vue-hydration/package.json index ef42393d..6a2cfd25 100644 --- a/examples/vue-hydration/package.json +++ b/examples/vue-hydration/package.json @@ -29,6 +29,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^9.28.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/vue-next/package.json b/examples/vue-next/package.json index 55662b18..7851bde1 100644 --- a/examples/vue-next/package.json +++ b/examples/vue-next/package.json @@ -30,6 +30,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^9.28.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/vue-streaming/package.json b/examples/vue-streaming/package.json index 1ace116b..82a3e274 100644 --- a/examples/vue-streaming/package.json +++ b/examples/vue-streaming/package.json @@ -27,6 +27,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^9.28.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/examples/vue-vanilla-spa/package.json b/examples/vue-vanilla-spa/package.json index f57919c5..4e29a371 100644 --- a/examples/vue-vanilla-spa/package.json +++ b/examples/vue-vanilla-spa/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } diff --git a/examples/vue-vanilla/package.json b/examples/vue-vanilla/package.json index 3ff44e55..5a546e63 100644 --- a/examples/vue-vanilla/package.json +++ b/examples/vue-vanilla/package.json @@ -25,6 +25,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^9.28.0", - "vite": "^5.1.8" + "vite": "^5.4.4" } } \ No newline at end of file diff --git a/packages/fastify-vite/package.json b/packages/fastify-vite/package.json index e804925d..472f9014 100644 --- a/packages/fastify-vite/package.json +++ b/packages/fastify-vite/package.json @@ -49,7 +49,7 @@ "@fastify/htmx": "workspace:^", "@fastify/react": "workspace:^", "@fastify/vue": "workspace:^", - "vite": "^5.1.8" + "vite": "^5.4.8" }, "dependencies": { "@fastify/middie": "^9.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f3c526f..9b4b1df1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -118,7 +118,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -141,8 +141,8 @@ importers: specifier: ^7.35.2 version: 7.35.2(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/react-next: dependencies: @@ -188,7 +188,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -211,8 +211,8 @@ importers: specifier: ^7.35.2 version: 7.35.2(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/react-streaming: dependencies: @@ -249,7 +249,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -272,8 +272,8 @@ importers: specifier: ^7.35.2 version: 7.35.2(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/react-vanilla: dependencies: @@ -304,7 +304,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -327,8 +327,8 @@ importers: specifier: ^7.35.2 version: 7.35.2(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/react-vanilla-spa: dependencies: @@ -356,7 +356,7 @@ importers: version: 7.24.7(@babel/core@7.25.2) '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -379,8 +379,8 @@ importers: specifier: ^7.35.2 version: 7.35.2(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/solid-hydration: dependencies: @@ -431,11 +431,11 @@ importers: specifier: ^0.9.4 version: 0.9.4(eslint@8.57.0)(typescript@5.6.2) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) vite-plugin-solid: specifier: ^2.10.2 - version: 2.10.2(solid-js@1.8.22)(vite@5.4.8(@types/node@20.16.9)) + version: 2.10.2(solid-js@1.8.22)(vite@5.4.4(@types/node@20.16.9)) examples/solid-vanilla: dependencies: @@ -480,11 +480,11 @@ importers: specifier: ^0.9.4 version: 0.9.4(eslint@8.57.0)(typescript@5.6.2) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) vite-plugin-solid: specifier: ^2.10.2 - version: 2.10.2(solid-js@1.8.22)(vite@5.4.8(@types/node@20.16.9)) + version: 2.10.2(solid-js@1.8.22)(vite@5.4.4(@types/node@20.16.9)) examples/svelte-hydration: dependencies: @@ -512,7 +512,7 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@sveltejs/vite-plugin-svelte': specifier: ^2.5.3 - version: 2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)) + version: 2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -535,14 +535,14 @@ importers: specifier: ^2.43.0 version: 2.43.0(eslint@8.57.0)(svelte@3.59.2) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/svelte-vanilla: dependencies: '@sveltejs/vite-plugin-svelte': specifier: ^2.5.3 - version: 2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)) + version: 2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)) fastify: specifier: 5.0.0 version: 5.0.0 @@ -581,8 +581,8 @@ importers: specifier: ^2.43.0 version: 2.43.0(eslint@8.57.0)(svelte@3.59.2) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/typescript-vanilla: dependencies: @@ -601,13 +601,13 @@ importers: version: 20.16.5 '@vitejs/plugin-react': specifier: ^4.3.1 - version: 4.3.1(vite@5.4.8(@types/node@20.16.5)) + version: 4.3.1(vite@5.4.4(@types/node@20.16.5)) typescript: specifier: ^5.5.3 version: 5.6.2 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.5) + specifier: ^5.3.4 + version: 5.4.4(@types/node@20.16.5) examples/vue-hydration: dependencies: @@ -641,7 +641,7 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.4.8(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) + version: 4.6.2(vite@5.4.4(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -664,8 +664,8 @@ importers: specifier: ^9.28.0 version: 9.28.0(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/vue-next: dependencies: @@ -702,7 +702,7 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.4.8(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) + version: 4.6.2(vite@5.4.4(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -725,8 +725,8 @@ importers: specifier: ^9.28.0 version: 9.28.0(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/vue-streaming: dependencies: @@ -754,7 +754,7 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.4.8(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) + version: 4.6.2(vite@5.4.4(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -777,8 +777,8 @@ importers: specifier: ^9.28.0 version: 9.28.0(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/vue-vanilla: dependencies: @@ -800,7 +800,7 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.4.8(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) + version: 4.6.2(vite@5.4.4(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -823,8 +823,8 @@ importers: specifier: ^9.28.0 version: 9.28.0(eslint@8.57.0) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) examples/vue-vanilla-spa: dependencies: @@ -843,10 +843,10 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^3.1.0 - version: 3.1.0(vite@5.4.8(@types/node@20.16.9)) + version: 3.1.0(vite@5.4.4(@types/node@20.16.9)) vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.4 + version: 5.4.4(@types/node@20.16.9) packages/fastify-htmx: dependencies: @@ -944,7 +944,7 @@ importers: specifier: workspace:^ version: link:../fastify-vue vite: - specifier: ^5.1.8 + specifier: ^5.4.8 version: 5.4.8(@types/node@20.16.9) devDependencies: '@biomejs/biome': @@ -1046,8 +1046,8 @@ importers: specifier: ^1.9.10 version: 1.9.10 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.16.9) devDependencies: postcss: specifier: ^8.4.31 @@ -1089,8 +1089,8 @@ importers: specifier: ^1.9.10 version: 1.9.10 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.16.9) devDependencies: postcss: specifier: ^8.4.31 @@ -1132,8 +1132,8 @@ importers: specifier: ^1.9.10 version: 1.9.10 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.16.9) devDependencies: postcss: specifier: ^8.4.31 @@ -1189,7 +1189,7 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.2.0(vite@5.4.8(@types/node@20.16.9)) + version: 4.2.0(vite@5.0.2(@types/node@20.16.9)) postcss: specifier: ^8.4.31 version: 8.4.35 @@ -1203,8 +1203,8 @@ importers: specifier: ^3.4.1 version: 3.4.1 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.16.9) starters/react-kitchensink: dependencies: @@ -1261,7 +1261,7 @@ importers: specifier: ^3.4.13 version: 3.4.13 vite: - specifier: ^5.1.8 + specifier: ^5.4.8 version: 5.4.8(@types/node@20.16.9) starters/vue-base: @@ -1293,7 +1293,7 @@ importers: version: 7.23.3(@babel/core@7.25.2)(eslint@7.32.0) '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@5.4.8(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2)) + version: 4.5.0(vite@5.4.7(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2)) eslint: specifier: ^7.32.0 version: 7.32.0 @@ -1325,8 +1325,8 @@ importers: specifier: ^3.4.1 version: 3.4.1 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.7 + version: 5.4.7(@types/node@20.16.9) starters/vue-kitchensink: dependencies: @@ -1363,7 +1363,7 @@ importers: version: 7.23.3(@babel/core@7.25.2)(eslint@7.32.0) '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.4.8(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2)) + version: 5.0.4(vite@5.4.7(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2)) eslint: specifier: ^7.32.0 version: 7.32.0 @@ -1395,8 +1395,8 @@ importers: specifier: ^3.4.1 version: 3.4.1 vite: - specifier: ^5.1.8 - version: 5.4.8(@types/node@20.16.9) + specifier: ^5.4.7 + version: 5.4.7(@types/node@20.16.9) packages: @@ -1991,6 +1991,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.19.6': + resolution: {integrity: sha512-KQ/hbe9SJvIJ4sR+2PcZ41IBV+LPJyYp6V1K1P1xcMRup9iYsBoQn4MzE3mhMLOld27Au2eDcLlIREeKGUXpHQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm64@0.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} @@ -2003,6 +2009,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.19.6': + resolution: {integrity: sha512-muPzBqXJKCbMYoNbb1JpZh/ynl0xS6/+pLjrofcR3Nad82SbsCogYzUE6Aq9QT3cLP0jR/IVK/NHC9b90mSHtg==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} @@ -2015,6 +2027,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.19.6': + resolution: {integrity: sha512-VVJVZQ7p5BBOKoNxd0Ly3xUM78Y4DyOoFKdkdAe2m11jbh0LEU4bPles4e/72EMl4tapko8o915UalN/5zhspg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + '@esbuild/android-x64@0.21.5': resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} @@ -2027,6 +2045,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.19.6': + resolution: {integrity: sha512-91LoRp/uZAKx6ESNspL3I46ypwzdqyDLXZH7x2QYCLgtnaU08+AXEbabY2yExIz03/am0DivsTtbdxzGejfXpA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} @@ -2039,6 +2063,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.19.6': + resolution: {integrity: sha512-QCGHw770ubjBU1J3ZkFJh671MFajGTYMZumPs9E/rqU52md6lIil97BR0CbPq6U+vTh3xnTNDHKRdR8ggHnmxQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + '@esbuild/darwin-x64@0.21.5': resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} @@ -2051,6 +2081,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.19.6': + resolution: {integrity: sha512-J53d0jGsDcLzWk9d9SPmlyF+wzVxjXpOH7jVW5ae7PvrDst4kiAz6sX+E8btz0GB6oH12zC+aHRD945jdjF2Vg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} @@ -2063,6 +2099,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.19.6': + resolution: {integrity: sha512-hn9qvkjHSIB5Z9JgCCjED6YYVGCNpqB7dEGavBdG6EjBD8S/UcNUIlGcB35NCkMETkdYwfZSvD9VoDJX6VeUVA==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + '@esbuild/freebsd-x64@0.21.5': resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} @@ -2075,6 +2117,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.19.6': + resolution: {integrity: sha512-HQCOrk9XlH3KngASLaBfHpcoYEGUt829A9MyxaI8RMkfRA8SakG6YQEITAuwmtzFdEu5GU4eyhKcpv27dFaOBg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm64@0.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} @@ -2087,6 +2135,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.19.6': + resolution: {integrity: sha512-G8IR5zFgpXad/Zp7gr7ZyTKyqZuThU6z1JjmRyN1vSF8j0bOlGzUwFSMTbctLAdd7QHpeyu0cRiuKrqK1ZTwvQ==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + '@esbuild/linux-arm@0.21.5': resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} @@ -2099,6 +2153,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.19.6': + resolution: {integrity: sha512-22eOR08zL/OXkmEhxOfshfOGo8P69k8oKHkwkDrUlcB12S/sw/+COM4PhAPT0cAYW/gpqY2uXp3TpjQVJitz7w==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-ia32@0.21.5': resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} @@ -2111,6 +2171,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.19.6': + resolution: {integrity: sha512-82RvaYAh/SUJyjWA8jDpyZCHQjmEggL//sC7F3VKYcBMumQjUL3C5WDl/tJpEiKtt7XrWmgjaLkrk205zfvwTA==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-loong64@0.21.5': resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} engines: {node: '>=12'} @@ -2123,6 +2189,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.19.6': + resolution: {integrity: sha512-8tvnwyYJpR618vboIv2l8tK2SuK/RqUIGMfMENkeDGo3hsEIrpGldMGYFcWxWeEILe5Fi72zoXLmhZ7PR23oQA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-mips64el@0.21.5': resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} @@ -2135,6 +2207,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.19.6': + resolution: {integrity: sha512-Qt+D7xiPajxVNk5tQiEJwhmarNnLPdjXAoA5uWMpbfStZB0+YU6a3CtbWYSy+sgAsnyx4IGZjWsTzBzrvg/fMA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-ppc64@0.21.5': resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} @@ -2147,6 +2225,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.19.6': + resolution: {integrity: sha512-lxRdk0iJ9CWYDH1Wpnnnc640ajF4RmQ+w6oHFZmAIYu577meE9Ka/DCtpOrwr9McMY11ocbp4jirgGgCi7Ls/g==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-riscv64@0.21.5': resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} @@ -2159,6 +2243,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.19.6': + resolution: {integrity: sha512-MopyYV39vnfuykHanRWHGRcRC3AwU7b0QY4TI8ISLfAGfK+tMkXyFuyT1epw/lM0pflQlS53JoD22yN83DHZgA==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-s390x@0.21.5': resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} @@ -2171,6 +2261,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.19.6': + resolution: {integrity: sha512-UWcieaBzsN8WYbzFF5Jq7QULETPcQvlX7KL4xWGIB54OknXJjBO37sPqk7N82WU13JGWvmDzFBi1weVBajPovg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + '@esbuild/linux-x64@0.21.5': resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} @@ -2183,6 +2279,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.19.6': + resolution: {integrity: sha512-EpWiLX0fzvZn1wxtLxZrEW+oQED9Pwpnh+w4Ffv8ZLuMhUoqR9q9rL4+qHW8F4Mg5oQEKxAoT0G+8JYNqCiR6g==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} @@ -2195,6 +2297,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.19.6': + resolution: {integrity: sha512-fFqTVEktM1PGs2sLKH4M5mhAVEzGpeZJuasAMRnvDZNCV0Cjvm1Hu35moL2vC0DOrAQjNTvj4zWrol/lwQ8Deg==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} @@ -2207,6 +2315,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.19.6': + resolution: {integrity: sha512-M+XIAnBpaNvaVAhbe3uBXtgWyWynSdlww/JNZws0FlMPSBy+EpatPXNIlKAdtbFVII9OpX91ZfMb17TU3JKTBA==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} @@ -2219,6 +2333,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.19.6': + resolution: {integrity: sha512-2DchFXn7vp/B6Tc2eKdTsLzE0ygqKkNUhUBCNtMx2Llk4POIVMUq5rUYjdcedFlGLeRe1uLCpVvCmE+G8XYybA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-arm64@0.21.5': resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} @@ -2231,6 +2351,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.19.6': + resolution: {integrity: sha512-PBo/HPDQllyWdjwAVX+Gl2hH0dfBydL97BAH/grHKC8fubqp02aL4S63otZ25q3sBdINtOBbz1qTZQfXbP4VBg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-ia32@0.21.5': resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} @@ -2243,6 +2369,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.19.6': + resolution: {integrity: sha512-OE7yIdbDif2kKfrGa+V0vx/B3FJv2L4KnIiLlvtibPyO9UkgO3rzYE0HhpREo2vmJ1Ixq1zwm9/0er+3VOSZJA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + '@esbuild/win32-x64@0.21.5': resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} @@ -2348,6 +2480,7 @@ packages: '@fastify/vite@6.0.7': resolution: {integrity: sha512-+dRo9KUkvmbqdmBskG02SwigWl06Mwkw8SBDK1zTNH6vd4DyXbRvI7RmJEmBkLouSU81KTzy1+OzwHSffqSD6w==} + bundledDependencies: [] '@fastify/vue@0.5.0': resolution: {integrity: sha512-PzFg4c68gW2yTaICjQr++8OK6wgRY9ONldk6oaTB+8at8UCxFnf2tuAYSs1YbNzJ+tW0oAsVyIurIERSvQxkAA==} @@ -2538,86 +2671,226 @@ packages: rollup: optional: true + '@rollup/rollup-android-arm-eabi@4.21.2': + resolution: {integrity: sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm-eabi@4.22.4': resolution: {integrity: sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==} cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.5.0': + resolution: {integrity: sha512-OINaBGY+Wc++U0rdr7BLuFClxcoWaVW3vQYqmQq6B3bqQ/2olkaoz+K8+af/Mmka/C2yN5j+L9scBkv4BtKsDA==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.21.2': + resolution: {integrity: sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==} + cpu: [arm64] + os: [android] + '@rollup/rollup-android-arm64@4.22.4': resolution: {integrity: sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.5.0': + resolution: {integrity: sha512-UdMf1pOQc4ZmUA/NTmKhgJTBimbSKnhPS2zJqucqFyBRFPnPDtwA8MzrGNTjDeQbIAWfpJVAlxejw+/lQyBK/w==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.21.2': + resolution: {integrity: sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-arm64@4.22.4': resolution: {integrity: sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.5.0': + resolution: {integrity: sha512-L0/CA5p/idVKI+c9PcAPGorH6CwXn6+J0Ys7Gg1axCbTPgI8MeMlhA6fLM9fK+ssFhqogMHFC8HDvZuetOii7w==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.21.2': + resolution: {integrity: sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.22.4': resolution: {integrity: sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.5.0': + resolution: {integrity: sha512-QZCbVqU26mNlLn8zi/XDDquNmvcr4ON5FYAHQQsyhrHx8q+sQi/6xduoznYXwk/KmKIXG5dLfR0CvY+NAWpFYQ==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.22.4': resolution: {integrity: sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.5.0': + resolution: {integrity: sha512-VpSQ+xm93AeV33QbYslgf44wc5eJGYfYitlQzAi3OObu9iwrGXEnmu5S3ilkqE3Pr/FkgOiJKV/2p0ewf4Hrtg==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.21.2': + resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.22.4': resolution: {integrity: sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.21.2': + resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.22.4': resolution: {integrity: sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.5.0': + resolution: {integrity: sha512-OrEyIfpxSsMal44JpEVx9AEcGpdBQG1ZuWISAanaQTSMeStBW+oHWwOkoqR54bw3x8heP8gBOyoJiGg+fLY8qQ==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.21.2': + resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.22.4': resolution: {integrity: sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.5.0': + resolution: {integrity: sha512-1H7wBbQuE6igQdxMSTjtFfD+DGAudcYWhp106z/9zBA8OQhsJRnemO4XGavdzHpGhRtRxbgmUGdO3YQgrWf2RA==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': resolution: {integrity: sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.21.2': + resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.22.4': resolution: {integrity: sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.21.2': + resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.22.4': resolution: {integrity: sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.21.2': + resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.22.4': resolution: {integrity: sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.5.0': + resolution: {integrity: sha512-FVyFI13tXw5aE65sZdBpNjPVIi4Q5mARnL/39UIkxvSgRAIqCo5sCpCELk0JtXHGee2owZz5aNLbWNfBHzr71Q==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.21.2': + resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.22.4': resolution: {integrity: sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.5.0': + resolution: {integrity: sha512-eBPYl2sLpH/o8qbSz6vPwWlDyThnQjJfcDOGFbNjmjb44XKC1F5dQfakOsADRVrXCNzM6ZsSIPDG5dc6HHLNFg==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.21.2': + resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.22.4': resolution: {integrity: sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.5.0': + resolution: {integrity: sha512-xaOHIfLOZypoQ5U2I6rEaugS4IYtTgP030xzvrBf5js7p9WI9wik07iHmsKaej8Z83ZDxN5GyypfoyKV5O5TJA==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.21.2': + resolution: {integrity: sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.22.4': resolution: {integrity: sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.5.0': + resolution: {integrity: sha512-Al6quztQUrHwcOoU2TuFblUQ5L+/AmPBXFR6dUvyo4nRj2yQRK0WIUaGMF/uwKulvRcXkpHe3k9A8Vf93VDktA==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.21.2': + resolution: {integrity: sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.22.4': resolution: {integrity: sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==} cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.5.0': + resolution: {integrity: sha512-8kdW+brNhI/NzJ4fxDufuJUjepzINqJKLGHuxyAtpPG9bMbn8P5mtaCcbOm0EzLJ+atg+kF9dwg8jpclkVqx5w==} + cpu: [x64] + os: [win32] + '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} @@ -3893,6 +4166,11 @@ packages: engines: {node: '>=12'} hasBin: true + esbuild@0.19.6: + resolution: {integrity: sha512-Xl7dntjA2OEIvpr9j0DVxxnog2fyTGnyVoQXAMQI6eR3mf9zCQds7VIKUDCotDgE/p4ncTgeRqgX8t5d6oP4Gw==} + engines: {node: '>=12'} + hasBin: true + esbuild@0.21.5: resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} engines: {node: '>=12'} @@ -6059,11 +6337,21 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true + rollup@4.21.2: + resolution: {integrity: sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.5.0: + resolution: {integrity: sha512-41xsWhzxqjMDASCxH5ibw1mXk+3c4TNI2UjKbLxe6iEzrSQnqOzmmK8/3mufCPbzHNJ2e04Fc1ddI35hHy+8zg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} @@ -6780,6 +7068,96 @@ packages: terser: optional: true + vite@5.0.2: + resolution: {integrity: sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vite@5.4.4: + resolution: {integrity: sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vite@5.4.7: + resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + vite@5.4.8: resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -7844,132 +8222,198 @@ snapshots: '@esbuild/android-arm64@0.18.20': optional: true + '@esbuild/android-arm64@0.19.6': + optional: true + '@esbuild/android-arm64@0.21.5': optional: true '@esbuild/android-arm@0.18.20': optional: true + '@esbuild/android-arm@0.19.6': + optional: true + '@esbuild/android-arm@0.21.5': optional: true '@esbuild/android-x64@0.18.20': optional: true + '@esbuild/android-x64@0.19.6': + optional: true + '@esbuild/android-x64@0.21.5': optional: true '@esbuild/darwin-arm64@0.18.20': optional: true + '@esbuild/darwin-arm64@0.19.6': + optional: true + '@esbuild/darwin-arm64@0.21.5': optional: true '@esbuild/darwin-x64@0.18.20': optional: true + '@esbuild/darwin-x64@0.19.6': + optional: true + '@esbuild/darwin-x64@0.21.5': optional: true '@esbuild/freebsd-arm64@0.18.20': optional: true + '@esbuild/freebsd-arm64@0.19.6': + optional: true + '@esbuild/freebsd-arm64@0.21.5': optional: true '@esbuild/freebsd-x64@0.18.20': optional: true + '@esbuild/freebsd-x64@0.19.6': + optional: true + '@esbuild/freebsd-x64@0.21.5': optional: true '@esbuild/linux-arm64@0.18.20': optional: true + '@esbuild/linux-arm64@0.19.6': + optional: true + '@esbuild/linux-arm64@0.21.5': optional: true '@esbuild/linux-arm@0.18.20': optional: true + '@esbuild/linux-arm@0.19.6': + optional: true + '@esbuild/linux-arm@0.21.5': optional: true '@esbuild/linux-ia32@0.18.20': optional: true + '@esbuild/linux-ia32@0.19.6': + optional: true + '@esbuild/linux-ia32@0.21.5': optional: true '@esbuild/linux-loong64@0.18.20': optional: true + '@esbuild/linux-loong64@0.19.6': + optional: true + '@esbuild/linux-loong64@0.21.5': optional: true '@esbuild/linux-mips64el@0.18.20': optional: true + '@esbuild/linux-mips64el@0.19.6': + optional: true + '@esbuild/linux-mips64el@0.21.5': optional: true '@esbuild/linux-ppc64@0.18.20': optional: true + '@esbuild/linux-ppc64@0.19.6': + optional: true + '@esbuild/linux-ppc64@0.21.5': optional: true '@esbuild/linux-riscv64@0.18.20': optional: true + '@esbuild/linux-riscv64@0.19.6': + optional: true + '@esbuild/linux-riscv64@0.21.5': optional: true '@esbuild/linux-s390x@0.18.20': optional: true + '@esbuild/linux-s390x@0.19.6': + optional: true + '@esbuild/linux-s390x@0.21.5': optional: true '@esbuild/linux-x64@0.18.20': optional: true + '@esbuild/linux-x64@0.19.6': + optional: true + '@esbuild/linux-x64@0.21.5': optional: true '@esbuild/netbsd-x64@0.18.20': optional: true + '@esbuild/netbsd-x64@0.19.6': + optional: true + '@esbuild/netbsd-x64@0.21.5': optional: true '@esbuild/openbsd-x64@0.18.20': optional: true + '@esbuild/openbsd-x64@0.19.6': + optional: true + '@esbuild/openbsd-x64@0.21.5': optional: true '@esbuild/sunos-x64@0.18.20': optional: true + '@esbuild/sunos-x64@0.19.6': + optional: true + '@esbuild/sunos-x64@0.21.5': optional: true '@esbuild/win32-arm64@0.18.20': optional: true + '@esbuild/win32-arm64@0.19.6': + optional: true + '@esbuild/win32-arm64@0.21.5': optional: true '@esbuild/win32-ia32@0.18.20': optional: true + '@esbuild/win32-ia32@0.19.6': + optional: true + '@esbuild/win32-ia32@0.21.5': optional: true '@esbuild/win32-x64@0.18.20': optional: true + '@esbuild/win32-x64@0.19.6': + optional: true + '@esbuild/win32-x64@0.21.5': optional: true @@ -8398,54 +8842,138 @@ snapshots: optionalDependencies: rollup: 4.22.4 + '@rollup/rollup-android-arm-eabi@4.21.2': + optional: true + '@rollup/rollup-android-arm-eabi@4.22.4': optional: true + '@rollup/rollup-android-arm-eabi@4.5.0': + optional: true + + '@rollup/rollup-android-arm64@4.21.2': + optional: true + '@rollup/rollup-android-arm64@4.22.4': optional: true + '@rollup/rollup-android-arm64@4.5.0': + optional: true + + '@rollup/rollup-darwin-arm64@4.21.2': + optional: true + '@rollup/rollup-darwin-arm64@4.22.4': optional: true + '@rollup/rollup-darwin-arm64@4.5.0': + optional: true + + '@rollup/rollup-darwin-x64@4.21.2': + optional: true + '@rollup/rollup-darwin-x64@4.22.4': optional: true + '@rollup/rollup-darwin-x64@4.5.0': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.22.4': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.5.0': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.21.2': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.22.4': optional: true + '@rollup/rollup-linux-arm64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.22.4': optional: true + '@rollup/rollup-linux-arm64-gnu@4.5.0': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.21.2': + optional: true + '@rollup/rollup-linux-arm64-musl@4.22.4': optional: true + '@rollup/rollup-linux-arm64-musl@4.5.0': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.22.4': optional: true + '@rollup/rollup-linux-s390x-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.22.4': optional: true + '@rollup/rollup-linux-x64-gnu@4.21.2': + optional: true + '@rollup/rollup-linux-x64-gnu@4.22.4': optional: true + '@rollup/rollup-linux-x64-gnu@4.5.0': + optional: true + + '@rollup/rollup-linux-x64-musl@4.21.2': + optional: true + '@rollup/rollup-linux-x64-musl@4.22.4': optional: true + '@rollup/rollup-linux-x64-musl@4.5.0': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.21.2': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.22.4': optional: true + '@rollup/rollup-win32-arm64-msvc@4.5.0': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.21.2': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.22.4': optional: true + '@rollup/rollup-win32-ia32-msvc@4.5.0': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.21.2': + optional: true + '@rollup/rollup-win32-x64-msvc@4.22.4': optional: true + '@rollup/rollup-win32-x64-msvc@4.5.0': + optional: true + '@rtsao/scc@1.1.0': {} '@sinclair/typebox@0.27.8': {} @@ -8454,26 +8982,26 @@ snapshots: dependencies: solid-js: 1.8.22 - '@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)))(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9))': + '@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)))(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9))': dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)) + '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)) debug: 4.3.4 svelte: 3.59.2 - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.4(@types/node@20.16.9) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9))': + '@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)))(svelte@3.59.2)(vite@5.4.8(@types/node@20.16.9)) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.3(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)))(svelte@3.59.2)(vite@5.4.4(@types/node@20.16.9)) debug: 4.3.7 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.11 svelte: 3.59.2 svelte-hmr: 0.15.3(svelte@3.59.2) - vite: 5.4.8(@types/node@20.16.9) - vitefu: 0.2.5(vite@5.4.8(@types/node@20.16.9)) + vite: 5.4.4(@types/node@20.16.9) + vitefu: 0.2.5(vite@5.4.4(@types/node@20.16.9)) transitivePeerDependencies: - supports-color @@ -8623,36 +9151,36 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@3.1.0(vite@5.4.8(@types/node@20.16.9))': + '@vitejs/plugin-react@3.1.0(vite@5.4.4(@types/node@20.16.9))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.25.2) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.4(@types/node@20.16.9) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.2.0(vite@5.4.8(@types/node@20.16.9))': + '@vitejs/plugin-react@4.2.0(vite@5.0.2(@types/node@20.16.9))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.25.2) '@types/babel__core': 7.20.4 react-refresh: 0.14.0 - vite: 5.4.8(@types/node@20.16.9) + vite: 5.0.2(@types/node@20.16.9) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.3.1(vite@5.4.8(@types/node@20.16.5))': + '@vitejs/plugin-react@4.3.1(vite@5.4.4(@types/node@20.16.5))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.8(@types/node@20.16.5) + vite: 5.4.4(@types/node@20.16.5) transitivePeerDependencies: - supports-color @@ -8672,9 +9200,9 @@ snapshots: vite: 4.5.3(@types/node@20.16.9) vue: 3.5.4(typescript@5.6.2) - '@vitejs/plugin-vue@4.5.0(vite@5.4.8(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2))': + '@vitejs/plugin-vue@4.5.0(vite@5.4.7(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2))': dependencies: - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.7(@types/node@20.16.9) vue: 3.5.8(typescript@5.6.2) '@vitejs/plugin-vue@4.6.2(vite@4.5.3(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2))': @@ -8682,14 +9210,14 @@ snapshots: vite: 4.5.3(@types/node@20.16.9) vue: 3.5.4(typescript@5.6.2) - '@vitejs/plugin-vue@4.6.2(vite@5.4.8(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2))': + '@vitejs/plugin-vue@4.6.2(vite@5.4.4(@types/node@20.16.9))(vue@3.5.4(typescript@5.6.2))': dependencies: - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.4(@types/node@20.16.9) vue: 3.5.4(typescript@5.6.2) - '@vitejs/plugin-vue@5.0.4(vite@5.4.8(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2))': + '@vitejs/plugin-vue@5.0.4(vite@5.4.7(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2))': dependencies: - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.7(@types/node@20.16.9) vue: 3.5.8(typescript@5.6.2) '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@20.16.9))(vue@3.5.8(typescript@5.6.2))': @@ -10143,6 +10671,31 @@ snapshots: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 + esbuild@0.19.6: + optionalDependencies: + '@esbuild/android-arm': 0.19.6 + '@esbuild/android-arm64': 0.19.6 + '@esbuild/android-x64': 0.19.6 + '@esbuild/darwin-arm64': 0.19.6 + '@esbuild/darwin-x64': 0.19.6 + '@esbuild/freebsd-arm64': 0.19.6 + '@esbuild/freebsd-x64': 0.19.6 + '@esbuild/linux-arm': 0.19.6 + '@esbuild/linux-arm64': 0.19.6 + '@esbuild/linux-ia32': 0.19.6 + '@esbuild/linux-loong64': 0.19.6 + '@esbuild/linux-mips64el': 0.19.6 + '@esbuild/linux-ppc64': 0.19.6 + '@esbuild/linux-riscv64': 0.19.6 + '@esbuild/linux-s390x': 0.19.6 + '@esbuild/linux-x64': 0.19.6 + '@esbuild/netbsd-x64': 0.19.6 + '@esbuild/openbsd-x64': 0.19.6 + '@esbuild/sunos-x64': 0.19.6 + '@esbuild/win32-arm64': 0.19.6 + '@esbuild/win32-ia32': 0.19.6 + '@esbuild/win32-x64': 0.19.6 + esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 @@ -13090,6 +13643,28 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + rollup@4.21.2: + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.21.2 + '@rollup/rollup-android-arm64': 4.21.2 + '@rollup/rollup-darwin-arm64': 4.21.2 + '@rollup/rollup-darwin-x64': 4.21.2 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.2 + '@rollup/rollup-linux-arm-musleabihf': 4.21.2 + '@rollup/rollup-linux-arm64-gnu': 4.21.2 + '@rollup/rollup-linux-arm64-musl': 4.21.2 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.2 + '@rollup/rollup-linux-riscv64-gnu': 4.21.2 + '@rollup/rollup-linux-s390x-gnu': 4.21.2 + '@rollup/rollup-linux-x64-gnu': 4.21.2 + '@rollup/rollup-linux-x64-musl': 4.21.2 + '@rollup/rollup-win32-arm64-msvc': 4.21.2 + '@rollup/rollup-win32-ia32-msvc': 4.21.2 + '@rollup/rollup-win32-x64-msvc': 4.21.2 + fsevents: 2.3.3 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -13112,6 +13687,22 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.22.4 fsevents: 2.3.3 + rollup@4.5.0: + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.5.0 + '@rollup/rollup-android-arm64': 4.5.0 + '@rollup/rollup-darwin-arm64': 4.5.0 + '@rollup/rollup-darwin-x64': 4.5.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.5.0 + '@rollup/rollup-linux-arm64-gnu': 4.5.0 + '@rollup/rollup-linux-arm64-musl': 4.5.0 + '@rollup/rollup-linux-x64-gnu': 4.5.0 + '@rollup/rollup-linux-x64-musl': 4.5.0 + '@rollup/rollup-win32-arm64-msvc': 4.5.0 + '@rollup/rollup-win32-ia32-msvc': 4.5.0 + '@rollup/rollup-win32-x64-msvc': 4.5.0 + fsevents: 2.3.3 + rrweb-cssom@0.6.0: {} run-parallel@1.2.0: @@ -13915,7 +14506,7 @@ snapshots: - supports-color - terser - vite-plugin-solid@2.10.2(solid-js@1.8.22)(vite@5.4.8(@types/node@20.16.9)): + vite-plugin-solid@2.10.2(solid-js@1.8.22)(vite@5.4.4(@types/node@20.16.9)): dependencies: '@babel/core': 7.25.2 '@types/babel__core': 7.20.5 @@ -13923,8 +14514,8 @@ snapshots: merge-anything: 5.1.7 solid-js: 1.8.22 solid-refresh: 0.6.3(solid-js@1.8.22) - vite: 5.4.8(@types/node@20.16.9) - vitefu: 0.2.5(vite@5.4.8(@types/node@20.16.9)) + vite: 5.4.4(@types/node@20.16.9) + vitefu: 0.2.5(vite@5.4.4(@types/node@20.16.9)) transitivePeerDependencies: - supports-color @@ -13937,15 +14528,42 @@ snapshots: '@types/node': 20.16.9 fsevents: 2.3.3 - vite@5.4.8(@types/node@20.16.5): + vite@5.0.2(@types/node@20.16.9): + dependencies: + esbuild: 0.19.6 + postcss: 8.4.35 + rollup: 4.5.0 + optionalDependencies: + '@types/node': 20.16.9 + fsevents: 2.3.3 + + vite@5.4.4(@types/node@20.16.5): dependencies: esbuild: 0.21.5 postcss: 8.4.47 - rollup: 4.22.4 + rollup: 4.21.2 optionalDependencies: '@types/node': 20.16.5 fsevents: 2.3.3 + vite@5.4.4(@types/node@20.16.9): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.47 + rollup: 4.21.2 + optionalDependencies: + '@types/node': 20.16.9 + fsevents: 2.3.3 + + vite@5.4.7(@types/node@20.16.9): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.47 + rollup: 4.21.2 + optionalDependencies: + '@types/node': 20.16.9 + fsevents: 2.3.3 + vite@5.4.8(@types/node@20.16.9): dependencies: esbuild: 0.21.5 @@ -13955,9 +14573,9 @@ snapshots: '@types/node': 20.16.9 fsevents: 2.3.3 - vitefu@0.2.5(vite@5.4.8(@types/node@20.16.9)): + vitefu@0.2.5(vite@5.4.4(@types/node@20.16.9)): optionalDependencies: - vite: 5.4.8(@types/node@20.16.9) + vite: 5.4.4(@types/node@20.16.9) vitepress-plugin-mermaid@2.0.15(mermaid@10.6.1)(vitepress@1.0.0-rc.25(@algolia/client-search@4.22.1)(@types/node@20.16.9)(axios@1.7.7(debug@4.3.4))(change-case@4.1.2)(drauu@0.3.7)(fuse.js@6.6.2)(markdown-it-mathjax3@4.3.2)(postcss@8.4.47)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.13.0)(typescript@5.6.2)): dependencies: diff --git a/starters/htmx-base-ts/package.json b/starters/htmx-base-ts/package.json index 8c1e38de..5c01f614 100644 --- a/starters/htmx-base-ts/package.json +++ b/starters/htmx-base-ts/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.1.8" + "vite": "^5.0.2" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/starters/htmx-base/package.json b/starters/htmx-base/package.json index 4c7942b0..1aa9c545 100644 --- a/starters/htmx-base/package.json +++ b/starters/htmx-base/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.1.8" + "vite": "^5.0.2" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/starters/htmx-kitchensink/package.json b/starters/htmx-kitchensink/package.json index c992a946..6fd551e6 100644 --- a/starters/htmx-kitchensink/package.json +++ b/starters/htmx-kitchensink/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.1.8" + "vite": "^5.0.2" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/starters/react-base/package.json b/starters/react-base/package.json index 2aa4db2d..a550bc65 100644 --- a/starters/react-base/package.json +++ b/starters/react-base/package.json @@ -28,6 +28,6 @@ "postcss-nesting": "^12.0.2", "postcss-preset-env": "^7.7.1", "tailwindcss": "^3.4.1", - "vite": "^5.1.8" + "vite": "^5.0.2" } } \ No newline at end of file diff --git a/starters/react-kitchensink/package.json b/starters/react-kitchensink/package.json index 58f16601..55cb23d5 100644 --- a/starters/react-kitchensink/package.json +++ b/starters/react-kitchensink/package.json @@ -29,6 +29,6 @@ "postcss-nesting": "^12.1.5", "postcss-preset-env": "^7.8.3", "tailwindcss": "^3.4.13", - "vite": "^5.1.8" + "vite": "^5.4.8" } } \ No newline at end of file diff --git a/starters/vue-base/package.json b/starters/vue-base/package.json index b747cf99..7317189e 100644 --- a/starters/vue-base/package.json +++ b/starters/vue-base/package.json @@ -28,7 +28,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-vue": "^8.7.1", - "vite": "^5.1.8", + "vite": "^5.4.7", "postcss": "^8.4.31", "postcss-nesting": "^12.0.2", "postcss-preset-env": "^7.7.1", diff --git a/starters/vue-kitchensink/package.json b/starters/vue-kitchensink/package.json index ca475f87..01d9ce5a 100644 --- a/starters/vue-kitchensink/package.json +++ b/starters/vue-kitchensink/package.json @@ -34,6 +34,6 @@ "postcss-nesting": "^12.0.2", "postcss-preset-env": "^7.7.1", "tailwindcss": "^3.4.1", - "vite": "^5.1.8" + "vite": "^5.4.7" } } \ No newline at end of file