From 1f846f5da5c5c6399fa5809ab49d2628de0c32f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:20:11 +0000 Subject: [PATCH] build(deps-dev): bump @vitejs/plugin-vue from 4.2.3 to 4.5.1 (#509) Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.2.3 to 4.5.1. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@4.5.1/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.5.1/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 278af3ed..76045985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@tiptap/extension-typography": "^2.1.13", "@tiptap/extension-underline": "^2.1.13", "@tiptap/vue-3": "^2.1.13", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.5.1", "@vue/compiler-sfc": "^3.3.4", "@vueuse/core": "^10.5.0", "@vueuse/integrations": "^10.5.0", @@ -1281,15 +1281,15 @@ "dev": true }, "node_modules/@vitejs/plugin-vue": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", - "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.1.tgz", + "integrity": "sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.0.0", + "vite": "^4.0.0 || ^5.0.0", "vue": "^3.2.25" } }, @@ -6993,9 +6993,9 @@ "dev": true }, "@vitejs/plugin-vue": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", - "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.1.tgz", + "integrity": "sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index ef59fc8b..c336d926 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@tiptap/extension-typography": "^2.1.13", "@tiptap/extension-underline": "^2.1.13", "@tiptap/vue-3": "^2.1.13", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.5.1", "@vue/compiler-sfc": "^3.3.4", "@vueuse/core": "^10.5.0", "@vueuse/integrations": "^10.5.0",