diff --git a/client/package.json b/client/package.json index 35cf53795f0a..c9733bfc6287 100644 --- a/client/package.json +++ b/client/package.json @@ -131,7 +131,7 @@ "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5.0.4", - "vite": "^5.1.1", + "vite": "^5.2.14", "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-pwa": "^0.19.8" } diff --git a/package-lock.json b/package-lock.json index 5074826fdb27..95ee96ba9c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1216,7 +1216,7 @@ "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5.0.4", - "vite": "^5.1.1", + "vite": "^5.2.14", "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-pwa": "^0.19.8" } @@ -28006,9 +28006,9 @@ } }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.14.tgz", + "integrity": "sha512-TFQLuwWLPms+NBNlh0D9LZQ+HXW471COABxw/9TEUBrjuHMo9BrYBPrN/SYAwIuVL+rLerycxiLT41t4f5MZpA==", "dev": true, "dependencies": { "esbuild": "^0.20.1",