From b762f036e6f66f561a427c6479a72cbc9b7b0594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 04:07:09 +0000 Subject: [PATCH] Bump @vitejs/plugin-vue from 2.3.2 to 2.3.3 Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 2.3.2 to 2.3.3. - [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.3.3/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 a1d6a697..548780af 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.4.0", "@vitejs/plugin-legacy": "^1.8.2", - "@vitejs/plugin-vue": "^2.3.2", + "@vitejs/plugin-vue": "^2.3.3", "@vue/compiler-sfc": "3.2.33", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index c449886f..b61e8393 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,10 +1188,10 @@ regenerator-runtime "^0.13.9" systemjs "^6.12.1" -"@vitejs/plugin-vue@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.2.tgz#12ea7a42e6c83d5ea48e14dc41fd2bbb5806ee37" - integrity sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ== +"@vitejs/plugin-vue@^2.3.3": + version "2.3.3" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600" + integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw== "@vue/compiler-core@3.2.33": version "3.2.33"