From 092f815a57b5abc49ee7a73419f16696fa2f4c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 23:34:37 +0000 Subject: [PATCH] Bump vue-router from 3.5.3 to 3.6.5 Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.6.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: nextcloud-command --- 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 327776464cf36..478307a316353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^5.0.0", "vue-multiselect": "^2.1.6", - "vue-router": "^3.5.3", + "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", @@ -25259,9 +25259,9 @@ } }, "node_modules/vue-router": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz", - "integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "node_modules/vue-style-loader": { "version": "4.1.3", @@ -39793,7 +39793,7 @@ "integrity": "sha512-ejUIU6yzD2bgcn573ypcRfF1IDnLwkxnSMqXsmmvF/PiOwmQgaLRr8H8blBZmrgxH8qhp+W90Q94h16kEQDWzw==", "dev": true, "requires": { - "colors": "^1.4.0" + "colors": "1.4.0" } }, "karma-viewport": { @@ -45523,9 +45523,9 @@ } }, "vue-router": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.3.tgz", - "integrity": "sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.6.5.tgz", + "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index 5a5923180a51d..f009e4358f18b 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^5.0.0", "vue-multiselect": "^2.1.6", - "vue-router": "^3.5.3", + "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0",