diff --git a/package.json b/package.json index 5646ba56d..0f75c602e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "prettier-plugin-svelte": "^3.2.3", "svelte-check": "^3.7.1", "typescript": "5.4.5", - "vite": "^5.2.11", + "vite": "^5.2.12", "vitest": "^1.6.0" }, "workspaces": { diff --git a/yarn.lock b/yarn.lock index 2f466d0eb..cc6863a24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4824,10 +4824,10 @@ vite-node@1.6.0: picocolors "^1.0.0" vite "^5.0.0" -vite@^5.0.0, vite@^5.2.11: - version "5.2.11" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.11.tgz#726ec05555431735853417c3c0bfb36003ca0cbd" - integrity sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ== +vite@^5.0.0, vite@^5.2.12: + version "5.2.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.12.tgz#3536c93c58ba18edea4915a2ac573e6537409d97" + integrity sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA== dependencies: esbuild "^0.20.1" postcss "^8.4.38"