diff --git a/package.json b/package.json index 2ee452e95befdc..b404ccea3edb3c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "tsx": "^4.19.4", "typescript": "~5.8.3", "typescript-eslint": "^8.34.0", - "vite": "6.3.5", + "vite": "6.4.2", "vitest": "^3.2.3" }, "simple-git-hooks": { diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 9a399bb7abe9da..c8431bf94a25f1 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -59,6 +59,6 @@ "acorn": "^8.15.0", "picocolors": "^1.1.1", "unbuild": "3.5.0", - "vite": "6.3.5" + "vite": "6.4.2" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 3f3de28facd631..5ed2d239f1e143 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -123,7 +123,7 @@ "dotenv": "^16.5.0", "dotenv-expand": "^12.0.2", "es-module-lexer": "^1.7.0", - "esbuild": "^0.25.5", + "esbuild": "^0.28.1", "escape-html": "^1.0.3", "estree-walker": "^3.0.3", "etag": "^1.8.1", @@ -161,7 +161,7 @@ }, "peerDependencies": { "@types/node": "^24.0.0", - "esbuild": "^0.25.5", + "esbuild": "^0.28.1", "jiti": ">=2.4.2", "less": "*", "sass": "*", diff --git a/playground/external/package.json b/playground/external/package.json index 8af7faf0e79828..aac8894f7c35d4 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -16,7 +16,7 @@ "devDependencies": { "slash3": "npm:slash@^5.1.0", "slash5": "npm:slash@^5.1.0", - "vite": "6.3.5", + "vite": "6.4.2", "vue": "^3.5.16", "vue34": "npm:vue@~3.5.16" } diff --git a/playground/legacy/package.json b/playground/legacy/package.json index 621840333ce0c4..cbad624e4f00fe 100644 --- a/playground/legacy/package.json +++ b/playground/legacy/package.json @@ -15,7 +15,7 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "6.3.5", + "vite": "6.4.2", "@vitejs/plugin-legacy": "6.1.1", "express": "^5.1.0", "terser": "^5.42.0"