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/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"