diff --git a/client/package.json b/client/package.json index 7c6ca46..e898201 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.7" + "vite": "^4.3.8" } } diff --git a/client/yarn.lock b/client/yarn.lock index ee726c3..6c466d4 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1957,10 +1957,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.7.tgz#04f98ab0f4689490545b2f6fa0515e95072bb298" - integrity sha512-MTIFpbIm9v7Hh5b0wSBgkcWzSBz7SAa6K/cBTwS4kUiQJfQLFlZZRJRQgqunCVzhTPCk674tW+0Qaqh3Q00dBg== +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== dependencies: esbuild "^0.17.5" postcss "^8.4.23"