From 091f38af7ee4008cc090dbdd8bf760492420754c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 04:10:16 +0000 Subject: [PATCH] Bump @vitejs/plugin-vue from 2.2.2 to 2.2.4 Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.2.4/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" 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 4b172043..251af304 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.3.1", "@vitejs/plugin-legacy": "^1.7.1", - "@vitejs/plugin-vue": "^2.2.2", + "@vitejs/plugin-vue": "^2.2.4", "@vue/compiler-sfc": "3.2.31", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 36613c88..35ee0d24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1157,10 +1157,10 @@ regenerator-runtime "^0.13.9" systemjs "^6.12.1" -"@vitejs/plugin-vue@^2.2.2": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.2.tgz#df5d4464ad8cb97c9fb7407a1e5a3a34f716febb" - integrity sha512-3C0s45VOwIFEDU+2ownJOpb0zD5fnjXWaHVOLID2R1mYOlAx3doNBFnNbVjaZvpke/L7IdPJXjpyYpXZToDKig== +"@vitejs/plugin-vue@^2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.4.tgz#ab8b199ca82496b05d2654c5f34ffcf9b947243d" + integrity sha512-ev9AOlp0ljCaDkFZF3JwC/pD2N4Hh+r5srl5JHM6BKg5+99jiiK0rE/XaRs3pVm1wzyKkjUy/StBSoXX5fFzcw== "@vue/compiler-core@3.2.31": version "3.2.31"