From f2f428824d1c072ca4a0927d08da66c9545cb7ab Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 15 Feb 2022 04:07:47 +0000
Subject: [PATCH] Bump vite from 2.8.1 to 2.8.2

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.1 to 2.8.2.
- [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.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 6eaa32c2..8507e933 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
         "eslint-plugin-prettier": "^4.0.0",
         "eslint-plugin-vue": "^8.4.1",
         "prettier": "^2.5.1",
-        "vite": "^2.8.1",
+        "vite": "^2.8.2",
         "vite-plugin-eslint": "^1.3.0",
         "vite-plugin-pwa": "^0.11.13",
         "vite-plugin-windicss": "^1.7.0"
diff --git a/yarn.lock b/yarn.lock
index 666cef17..27d5df42 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3264,10 +3264,10 @@ vite-plugin-windicss@^1.7.0:
     kolorist "^1.5.1"
     windicss "^3.4.3"
 
-vite@^2.8.1:
-  version "2.8.1"
-  resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.1.tgz#4b2a42c1d01d6786a2a4c278cd0ba7223b8ec15c"
-  integrity sha512-Typ8qjUnW0p53gBsJpisrKcZlEbUPZATja9BG6Z09QZjg9YrnEn/htkr/VH4WhnH7eNUQeSD+wKI1lHzQRWskw==
+vite@^2.8.2:
+  version "2.8.2"
+  resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.2.tgz#6bced4a0a8b0db24636f5159c3f371c156521a58"
+  integrity sha512-zawfykcPVPYva4KusIWORNLr324Qx86/3NpfQSIOJdjnL5pYhwDoImLYMOh4lFLcP/7//tNuWM2vx2F5OSVC9w==
   dependencies:
     esbuild "^0.14.14"
     postcss "^8.4.6"