From 0550583156adcf87309bf2afacaa56d1e94415fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:05:17 +0000 Subject: [PATCH] chore(deps): update dependency vite to v3.2.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 233eb20d..8866a03f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-vue": "9.7.0", "prettier": "2.7.1", "unocss": "0.46.3", - "vite": "3.2.2", + "vite": "3.2.3", "vite-plugin-eslint": "1.8.1", "vite-plugin-pwa": "0.13.2" }, diff --git a/yarn.lock b/yarn.lock index 3c82a68d..3f0fb002 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3850,10 +3850,10 @@ vite-plugin-pwa@0.13.2: workbox-build "^6.5.4" workbox-window "^6.5.4" -vite@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.2.tgz#280762bfaf47bcea1d12698427331c0009ac7c1f" - integrity sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw== +vite@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.3.tgz#7a68d9ef73eff7ee6dc0718ad3507adfc86944a7" + integrity sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ== dependencies: esbuild "^0.15.9" postcss "^8.4.18"