diff --git a/client/package.json b/client/package.json index 3910f7bedab7..c99a9c5a8f4c 100644 --- a/client/package.json +++ b/client/package.json @@ -136,7 +136,7 @@ "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5.0.4", - "vite": "^5.1.1", + "vite": "^5.4.12", "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-pwa": "^0.20.5" } diff --git a/package-lock.json b/package-lock.json index 74536ed1bb69..caefb548cfc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1416,7 +1416,7 @@ "tailwindcss": "^3.4.1", "ts-jest": "^29.1.0", "typescript": "^5.0.4", - "vite": "^5.1.1", + "vite": "^5.4.12", "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-pwa": "^0.20.5" } @@ -34962,10 +34962,11 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", + "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43",