diff --git a/frontend/package.json b/frontend/package.json index ba6eb875..25018ef2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "eslint-plugin-import": "^2.23.3", "eslint-plugin-vue": "^9.19.2", "sass": "^1.34.0", - "vite": "^5.0.10", + "vite": "^5.0.12", "vue-eslint-parser": "^9.3.2", "vue-template-compiler": "^2.6.12" } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d9339184..1fae9ce1 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3380,10 +3380,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vite@^5.0.10: - version "5.0.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.10.tgz#1e13ef5c3cf5aa4eed81f5df6d107b3c3f1f6356" - integrity sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw== +vite@^5.0.12: + 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== dependencies: esbuild "^0.19.3" postcss "^8.4.32"