diff --git a/frontend/package.json b/frontend/package.json index 60d6807..aaee099 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "devDependencies": { "eslint": "^8.36.0", "eslint-plugin-vue": "^9.10.0", - "vite": "^4.2.1", + "vite": "^4.2.3", "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.14.6", "vite-plugin-vue2": "^2.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 803de5f..9de98c2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3539,10 +3539,10 @@ vite-plugin-vue2@^2.0.3: source-map "^0.7.3" vue-template-babel-compiler "^1.2.0" -vite@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.1.tgz#6c2eb337b0dfd80a9ded5922163b94949d7fc254" - integrity sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg== +vite@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.3.tgz#067ada47ebd52e078d014bf1f92badda9d10564d" + integrity sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A== dependencies: esbuild "^0.17.5" postcss "^8.4.21"