diff --git a/package.json b/package.json index 2a18035c..a5160422 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "devDependencies": { "@argos-ci/cli": "^0.6.0", - "vite": "^4.4.12", + "vite": "^4.5.3", "vite-plugin-ruby": "^3.2.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 74cbbf89..2086b498 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1503,10 +1503,10 @@ vite-plugin-ruby@^3.2.0: debug "^4.3.4" fast-glob "^3.2.12" -vite@^4.4.12: - version "4.4.12" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.12.tgz#e9c355d5a0d8a47afa46cb4bad10820da333da5c" - integrity sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ== +vite@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a" + integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg== dependencies: esbuild "^0.18.10" postcss "^8.4.27"