From cce017865ed1009c6e1abe45bc686815409c984f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 07:03:38 +0000 Subject: [PATCH] Bump vue-router from 3.0.6 to 3.5.2 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.5.2. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.5.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f147bc5..8eb2f8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12596,9 +12596,9 @@ } }, "vue-router": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz", - "integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.2.tgz", + "integrity": "sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/package.json b/package.json index 1de614e..39aa585 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "vue-analytics": "^5.16.4", "vue-class-component": "^7.1.0", "vue-property-decorator": "^8.1.1", - "vue-router": "^3.0.6", + "vue-router": "^3.5.2", "vuex": "^3.1.1", "vuex-class": "^0.3.2", "vuex-module-decorators": "^0.9.9",