From 804942b0aac3726c0b65551aaee0e4748b468fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 04:06:34 +0000 Subject: [PATCH] Bump vue-router from 4.0.13 to 4.0.14 Bumps [vue-router](https://github.com/vuejs/router) from 4.0.13 to 4.0.14. - [Release notes](https://github.com/vuejs/router/releases) - [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/router/compare/v4.0.13...v4.0.14) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... 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 bf8b2f71..02b91f22 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "stream": "^0.0.2", "vue": "^3.2.31", "vue-i18n": "^9.2.0-beta.31", - "vue-router": "^4.0.13", + "vue-router": "^4.0.14", "xml-js": "^1.6.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5153ff2e..3b1ddce2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3292,10 +3292,10 @@ vue-i18n@^9.2.0-beta.31: "@intlify/vue-devtools" "9.2.0-beta.31" "@vue/devtools-api" "^6.0.0-beta.13" -vue-router@^4.0.13: - version "4.0.13" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.13.tgz#47f06e2f8ff6120bfff3c27ade1356cc9de7d870" - integrity sha512-LmXrC+BkDRLak+d5xTMgUYraT3Nj0H/vCbP+7usGvIl9Viqd1UP6AsP0i69pSbn9O0dXK/xCdp4yPw21HqV9Jw== +vue-router@^4.0.14: + version "4.0.14" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.14.tgz#ce2028c1c5c33e30c7287950c973f397fce1bd65" + integrity sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw== dependencies: "@vue/devtools-api" "^6.0.0"