diff --git a/package.json b/package.json index 471febf..f460093 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "prettier-plugin-organize-imports": "^3.2.4", "sass": "^1.70.0", "typescript": "^5.3.3", - "vite": "^5.1.0", + "vite": "^5.1.1", "vite-bundle-visualizer": "^1.0.1", "vite-plugin-checker": "^0.6.4", "vite-plugin-eslint": "^1.8.1", diff --git a/yarn.lock b/yarn.lock index 6332de5..8d42dc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6817,10 +6817,10 @@ vite-tsconfig-paths@^4.3.1: globrex "^0.1.2" tsconfck "^3.0.1" -vite@^5.0.0, vite@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.0.tgz#4510394f48b942ecc6843025f4b926ba99a2fb8c" - integrity sha512-STmSFzhY4ljuhz14bg9LkMTk3d98IO6DIArnTY6MeBwiD1Za2StcQtz7fzOUnRCqrHSD5+OS2reg4HOz1eoLnw== +vite@^5.0.0, vite@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.1.tgz#294e39b199d669981efc7e0261b14f78ec80819e" + integrity sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg== dependencies: esbuild "^0.19.3" postcss "^8.4.35"