From 146fea96cc34b61f88738c1fe2590a1318931184 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 06:11:31 +0000 Subject: [PATCH] Bump vue-router from 3.0.6 to 3.5.1 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.5.1. - [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.1) 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 f1b1554..86c7e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11475,9 +11475,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.1", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz", + "integrity": "sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/package.json b/package.json index b75d5c0..73121a8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "register-service-worker": "^1.6.2", "tone": "^13.4.9", "vue": "^2.6.10", - "vue-router": "^3.0.3", + "vue-router": "^3.5.1", "vuex": "^3.0.1" }, "devDependencies": {