From 3c94328b4cc71dff2b1c75e2d60eef4679c9a0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 04:08:31 +0000 Subject: [PATCH] Bump vite from 2.9.1 to 2.9.4 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.1 to 2.9.4. - [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.4/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 8fb3a43f..85c589cc 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.1", + "vite": "^2.9.4", "vite-plugin-eslint": "^1.4.0", "vite-plugin-pwa": "^0.11.13", "vite-plugin-windicss": "^1.8.3" diff --git a/yarn.lock b/yarn.lock index 5317d6e2..7b6cf660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3289,10 +3289,10 @@ vite-plugin-windicss@^1.8.3: kolorist "^1.5.1" windicss "^3.5.1" -vite@^2.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.1.tgz#84bce95fae210a7beb566a0af06246748066b48f" - integrity sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ== +vite@^2.9.4: + version "2.9.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.4.tgz#3d1c5895ecacfcaf8e7e96316d4d4ca3dfbf983b" + integrity sha512-7pO6ruZMsyTpaPB7kGtW+yj15Ze5g+E4w4Ramk1sAJLIuI4uPd5sauqubmZNpq0Yc1vLVxoXRf2Uj+qWxk5aXw== dependencies: esbuild "^0.14.27" postcss "^8.4.12"