From 3d4134e88809634b898a4fa8f08fbbd580b2d7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:35:50 +0000 Subject: [PATCH] Bump @vitejs/plugin-vue from 4.5.2 to 5.0.5 in /src/client Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.5.2 to 5.0.5. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.5/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/client/package-lock.json | 19 +++++++++---------- src/client/package.json | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/client/package-lock.json b/src/client/package-lock.json index 56d37bfd..06a9e6fe 100644 --- a/src/client/package-lock.json +++ b/src/client/package-lock.json @@ -11,7 +11,6 @@ "@bcwdev/auth0provider-client": "0.0.13", "@mdi/font": "7.3.67", "@popperjs/core": "2.11.8", - "@vitejs/plugin-vue": "^4.5.0", "axios": "1.6.2", "bootstrap": "5.3.2", "highlight.js": "^11.9.0", @@ -25,7 +24,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.6.0", - "@vitejs/plugin-vue": "^4.4.0", + "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/eslint-config-standard": "^8.0.1", "eslint": "8.54.0", @@ -1583,15 +1582,15 @@ "dev": true }, "node_modules/@vitejs/plugin-vue": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz", - "integrity": "sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz", + "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==", "dev": true, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^4.0.0 || ^5.0.0", + "vite": "^5.0.0", "vue": "^3.2.25" } }, @@ -6160,9 +6159,9 @@ "dev": true }, "@vitejs/plugin-vue": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz", - "integrity": "sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz", + "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==", "dev": true, "requires": {} }, diff --git a/src/client/package.json b/src/client/package.json index 4063e8b5..b294d36a 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -12,7 +12,7 @@ "@bcwdev/auth0provider-client": "0.0.13", "@mdi/font": "7.3.67", "@popperjs/core": "2.11.8", - "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue": "^5.0.5", "axios": "1.6.2", "bootstrap": "5.3.2", "highlight.js": "^11.9.0", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.6.0", - "@vitejs/plugin-vue": "^4.4.0", + "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/eslint-config-standard": "^8.0.1", "eslint": "8.54.0",