diff --git a/client/package.json b/client/package.json index 62946d2..81676a2 100644 --- a/client/package.json +++ b/client/package.json @@ -26,6 +26,6 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.1", - "vite": "^4.3.8" + "vite": "^4.3.9" } } diff --git a/client/yarn.lock b/client/yarn.lock index bd60ad2..64a09c7 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1951,10 +1951,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^4.3.8: - version "4.3.8" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.8.tgz#70cd6a294ab52d7fb8f37f5bc63d117dd19e9918" - integrity sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ== +vite@^4.3.9: + version "4.3.9" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.9.tgz#db896200c0b1aa13b37cdc35c9e99ee2fdd5f96d" + integrity sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg== dependencies: esbuild "^0.17.5" postcss "^8.4.23"