From 0387afb420ff68718760eb79423f10f5c542427c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:08:49 +0000 Subject: [PATCH] Bump vite from 2.9.1 to 2.9.5 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.1 to 2.9.5. - [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.5/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 3c0ba086..bf490c83 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.5", "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 af5244ff..c36cd58d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3347,10 +3347,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.5: + version "2.9.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.5.tgz#08ef37ac7a6d879c96f328b791732c9a00ea25ea" + integrity sha512-dvMN64X2YEQgSXF1lYabKXw3BbN6e+BL67+P3Vy4MacnY+UzT1AfkHiioFSi9+uiDUiaDy7Ax/LQqivk6orilg== dependencies: esbuild "^0.14.27" postcss "^8.4.12"