From c0cfa294ac6715a8005629f4c07713066a2a8b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:09:32 +0000 Subject: [PATCH] Bump vite from 2.8.5 to 2.8.6 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.8.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d0b937c8..31cbc3a0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.5.0", "prettier": "^2.5.1", - "vite": "^2.8.5", + "vite": "^2.8.6", "vite-plugin-eslint": "^1.3.0", "vite-plugin-pwa": "^0.11.13", "vite-plugin-windicss": "^1.8.1" diff --git a/yarn.lock b/yarn.lock index 8391d682..37a20fc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3257,10 +3257,10 @@ vite-plugin-windicss@^1.8.1: kolorist "^1.5.1" windicss "^3.5.0" -vite@^2.8.5: - version "2.8.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.5.tgz#afa23aacea91c0ebe77754a807bf74953cafa331" - integrity sha512-C/7EGNa1ugWejol6nOcd/0d8PR70Nzd+XXwsPbnNOfzZw0NN2xyXfmw/GNDHgr5fcaTSO4gjxCJCrwNhQUMhmA== +vite@^2.8.6: + version "2.8.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.6.tgz#32d50e23c99ca31b26b8ccdc78b1d72d4d7323d3" + integrity sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug== dependencies: esbuild "^0.14.14" postcss "^8.4.6"