diff --git a/client/package.json b/client/package.json index 12f1fc1c9..3e6769549 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.5", + "vite": "^4.5.6", "vite-plugin-svgr": "^3.2.0" }, "scripts": { diff --git a/client/yarn.lock b/client/yarn.lock index 3cc81a637..b1aa692a6 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5050,10 +5050,10 @@ vite-plugin-svgr@^3.2.0: "@svgr/core" "^8.1.0" "@svgr/plugin-jsx" "^8.1.0" -vite@^4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e" - integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ== +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== dependencies: esbuild "^0.18.10" postcss "^8.4.27"