diff --git a/client/package.json b/client/package.json index 2e6c95dfb..eeb6006c8 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "react-hook-form": "^7.44.3", "react-router-dom": "^5.1.2", "validator": "^13.7.0", - "vite": "^4.5.6", + "vite": "^4.5.12", "vite-plugin-svgr": "^3.2.0" }, "scripts": { diff --git a/client/yarn.lock b/client/yarn.lock index 65715cf67..5b4dc1e5e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5079,10 +5079,10 @@ vite-plugin-svgr@^3.2.0: "@svgr/core" "^8.1.0" "@svgr/plugin-jsx" "^8.1.0" -vite@^4.5.6: - version "4.5.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.6.tgz#48bbd97fe06e8241df2e625b31c581707e10b57d" - integrity sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg== +vite@^4.5.12: + version "4.5.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.12.tgz#48f48dbcf789722765e91bc32a99cb66c628eadc" + integrity sha512-qrMwavANtSz91nDy3zEiUHMtL09x0mniQsSMvDkNxuCBM1W5vriJ22hEmwTth6DhLSWsZnHBT0yHFAQXt6efGA== dependencies: esbuild "^0.18.10" postcss "^8.4.27"