diff --git a/client/package-lock.json b/client/package-lock.json index 45569d5..9bdcae3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -33,7 +33,7 @@ "react-toastify": "^9.1.2", "reactstrap": "^9.1.6", "typescript": "^5.2.2", - "vite": "^4.5.1", + "vite": "^4.5.3", "web-vitals": "^2.1.4", "xlsx": "^0.18.5" }, @@ -9069,9 +9069,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", - "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", diff --git a/client/package.json b/client/package.json index e45fdd2..8861f47 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "react-toastify": "^9.1.2", "reactstrap": "^9.1.6", "typescript": "^5.2.2", - "vite": "^4.5.1", + "vite": "^4.5.3", "web-vitals": "^2.1.4", "xlsx": "^0.18.5" },