diff --git a/client/package.json b/client/package.json index c4fe5c1b..13b4fcb1 100644 --- a/client/package.json +++ b/client/package.json @@ -46,7 +46,7 @@ "sass": "^1.60.0", "typescript": "^5.0.0", "unplugin-fonts": "^1.0.3", - "vite": "^6.3.6", + "vite": "^6.4.2", "vite-plugin-vuetify": "^2.1.1", "vue-tsc": "^2.2.10" } diff --git a/client/yarn.lock b/client/yarn.lock index 0c18d248..c4e57bb5 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2080,10 +2080,10 @@ vite-plugin-vuetify@^2.1.1: debug "^4.3.3" upath "^2.0.1" -vite@^6.3.6: - version "6.3.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.6.tgz#69a976b64930750d40219fbc68c5200874d315c1" - integrity sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA== +vite@^6.4.2: + version "6.4.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2" + integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ== dependencies: esbuild "^0.25.0" fdir "^6.4.4"