From ccbe6d4c171e01cd48db64e2053aa09eded409e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 04:11:16 +0000 Subject: [PATCH] Bump vite from 2.9.7 to 2.9.8 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.7 to 2.9.8. - [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.9.8/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 9ff89f2d..63ae586a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.6.0", "prettier": "^2.6.2", - "vite": "^2.9.7", + "vite": "^2.9.8", "vite-plugin-eslint": "^1.6.0", "vite-plugin-pwa": "^0.12.0", "vite-plugin-windicss": "^1.8.4" diff --git a/yarn.lock b/yarn.lock index f5bac9da..84741280 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3308,10 +3308,10 @@ vite-plugin-windicss@^1.8.4: kolorist "^1.5.1" windicss "^3.5.1" -vite@^2.9.7: - version "2.9.7" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.7.tgz#210c328e08ed206ab0953eb1ca00860042cd0a77" - integrity sha512-5hH7aNQe8rJiTTqCtPNX/6mIKlGw+1wg8UXwAxDIIN8XaSR+Zx3GT2zSu7QKa1vIaBqfUODGh3vpwY8r0AW/jw== +vite@^2.9.8: + version "2.9.8" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.8.tgz#2c2cb0790beb0fbe4b8c0995b80fe691a91c2545" + integrity sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw== dependencies: esbuild "^0.14.27" postcss "^8.4.13"