diff --git a/client/package-lock.json b/client/package-lock.json index 0327bd83..4890f051 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -85,7 +85,7 @@ "semantic-ui-react": "^2.1.5", "socket.io-client": "^2.5.0", "validator": "^13.15.15", - "vite": "^6.3.6", + "vite": "^6.4.1", "vite-plugin-commonjs": "^0.10.4", "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-svgr": "^4.5.0", @@ -16676,9 +16676,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==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/client/package.json b/client/package.json index ee3ac32c..731232a3 100644 --- a/client/package.json +++ b/client/package.json @@ -156,7 +156,7 @@ "semantic-ui-react": "^2.1.5", "socket.io-client": "^2.5.0", "validator": "^13.15.15", - "vite": "^6.3.6", + "vite": "^6.4.1", "vite-plugin-commonjs": "^0.10.4", "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-svgr": "^4.5.0",