From 1e3c33d61147efc42117ab7b10c39bae186ebe99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 21:03:07 +0000 Subject: [PATCH] chore(deps): bump vue-router from 4.0.3 to 4.0.5 Bumps [vue-router](https://github.com/vuejs/vue-router) from 4.0.3 to 4.0.5. - [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[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21b2c7c..b07ade9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "vue": "^3.0.5", - "vue-router": "^4.0.3" + "vue-router": "^4.0.5" }, "devDependencies": { "@vitejs/plugin-vue": "^1.1.2", diff --git a/yarn.lock b/yarn.lock index db71dbf..b4c2afb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,10 +863,10 @@ vite@^2.0.0-beta.49: optionalDependencies: fsevents "~2.1.2" -vue-router@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.3.tgz#8b26050c88b2dec7e27a88835f71046b365823ec" - integrity sha512-AD1OjtVPyQHTSpoRsEGfPpxRQwhAhxcacOYO3zJ3KNkYP/r09mileSp6kdMQKhZWP2cFsPR3E2M3PZguSN5/ww== +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@^3.0.5: version "3.0.5"