diff --git a/frontend/package.json b/frontend/package.json index eaca3fd97..2b2d4b9a7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.23.3", "eslint-plugin-vue": "^9.19.2", "sass": "^1.34.0", - "vite": "^5.1.8", + "vite": "^5.4.12", "vue-eslint-parser": "^9.3.2", "vue-template-compiler": "^2.6.12" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 926f1d99a..fd1f23c3e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3591,10 +3591,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vite@^5.1.8: - version "5.4.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5" - integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q== +vite@^5.4.12: + version "5.4.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7" + integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA== dependencies: esbuild "^0.21.3" postcss "^8.4.43"