From ae97418bca973b2e6e44cd1fff1f41a1ca5f0d16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:28:02 +0000 Subject: [PATCH] Bump vue-router from 3.0.6 to 3.4.7 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.4.7. - [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.4.7) 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..2113b2e 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.4.7", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.7.tgz", + "integrity": "sha512-CbHXue5BLrDivOk5O4eZ0WT4Yj8XwdXa4kCnsEIOzYUPF/07ZukayA2jGxDCJxLc9SgVQX9QX0OuGOwGlVB4Qg==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/package.json b/package.json index 1de614e..79bb186 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.4.7", "vuex": "^3.1.1", "vuex-class": "^0.3.2", "vuex-module-decorators": "^0.9.9",