diff --git a/package-lock.json b/package-lock.json index 7c2b213..7d15f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^5.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vite-plugin-env-compatible": "^2.0.1", "vite-plugin-svgr": "^4.5.0" } @@ -5312,9 +5312,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 46c203b..83f44d9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@vitejs/plugin-react": "^5.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vite-plugin-env-compatible": "^2.0.1", "vite-plugin-svgr": "^4.5.0" }