diff --git a/package.json b/package.json index d4e59c2a21..19b2c77e21 100644 --- a/package.json +++ b/package.json @@ -229,7 +229,7 @@ "utility-types": "^3.10.0", "uuid": "^8.3.2", "validator": "13.11.0", - "vite": "^5.0.12", + "vite": "^5.0.13", "vite-plugin-pwa": "^0.17.4", "winston": "^3.10.0", "ws": "^7.5.9", diff --git a/yarn.lock b/yarn.lock index 56e832bdb6..66843ccbe3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13643,9 +13643,10 @@ vite-plugin-static-copy@^0.17.0: fs-extra "^11.1.0" picocolors "^1.0.0" -vite@^5.0.12: - version "5.0.12" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.12.tgz#8a2ffd4da36c132aec4adafe05d7adde38333c47" +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"