diff --git a/client/package.json b/client/package.json index b2ea1e8..bc4a575 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "prettier": "^3.2.4", - "vite": "^5.0.8" + "vite": "^5.0.13" }, "prettier": { "trailingComma": "all", diff --git a/client/yarn.lock b/client/yarn.lock index 1f83433..98093d2 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2443,10 +2443,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^5.0.8: - version "5.0.12" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.12.tgz#8a2ffd4da36c132aec4adafe05d7adde38333c47" - integrity sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w== +vite@^5.0.13: + version "5.0.13" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.13.tgz#605865b0e482506163e3f04f91665238f3be8cf1" + integrity sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg== dependencies: esbuild "^0.19.3" postcss "^8.4.32"