From a554dd5b1d131219a7365b63f69ec15ec8408c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 09:27:54 +0000 Subject: [PATCH] chore(deps): bump vue-router from 3.6.5 to 4.5.0 Bumps [vue-router](https://github.com/vuejs/router) from 3.6.5 to 4.5.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/commits/v4.5.0) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++++++--- package.json | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2a6784..3589d19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "swagger-ui": "^5.19.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", - "vue-router": "^3.6.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@nextcloud/babel-config": "^1.2.0", @@ -2480,6 +2480,12 @@ "vue": "2.x" } }, + "node_modules/@nextcloud/vue/node_modules/vue-router": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==", + "license": "MIT" + }, "node_modules/@nextcloud/webpack-vue-config": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.2.0.tgz", @@ -15837,8 +15843,19 @@ } }, "node_modules/vue-router": { - "version": "3.6.5", - "license": "MIT" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz", + "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==", + "license": "MIT", + "dependencies": { + "@vue/devtools-api": "^6.6.4" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" + } }, "node_modules/vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index cd9bc73..ef40196 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "swagger-ui": "^5.19.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", - "vue-router": "^3.6.5" + "vue-router": "^4.5.0" }, "browserslist": [ "extends @nextcloud/browserslist-config"