From 6fbac08b051c76e1bc08aefa5f560d9487c23d1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 06:57:40 +0000 Subject: [PATCH] chore(deps-dev): bump vue-router from 4.0.5 to 4.0.6 Bumps [vue-router](https://github.com/vuejs/vue-router) from 4.0.5 to 4.0.6. - [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/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b5c58da6..fe7457782 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "vue": "3.0.11", "vue-class-component": "^8.0.0-rc.1", "vue-jest": "^5.0.0-alpha.8", - "vue-router": "^4.0.5", + "vue-router": "^4.0.6", "vuex": "^4.0.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 66cb8fe5c..627674aa2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6224,10 +6224,10 @@ vue-jest@^5.0.0-alpha.8: extract-from-css "^0.4.4" tsconfig "^7.0.0" -vue-router@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.5.tgz#dd0a4134bc950c37aef64b973e9ee1008428d8fa" - integrity sha512-AQq+pllb6FCc7rS6vh4PPcce3XA1jgK3hKNkQ4hXHwoVN7jOeAOMKCnX7XAX3etV9rmN7iNW8iIwgPk95ckBjw== +vue-router@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.6.tgz#91750db507d26642f225b0ec6064568e5fe448d6" + integrity sha512-Y04llmK2PyaESj+N33VxLjGCUDuv9t4q2OpItEGU7POZiuQZaugV6cJpE6Qm1sVFtxufodLKN2y2dQl9nk0Reg== vue@3.0.11, vue@^3.0.5: version "3.0.11"