From 4af7968661483e225a1817c7be193fa58cc7083a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 19:02:25 +0000 Subject: [PATCH] chore(deps-dev): bump vue-router from 4.0.15 to 4.0.16 Bumps [vue-router](https://github.com/vuejs/router) from 4.0.15 to 4.0.16. - [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.15...v4.0.16) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:development 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 78d4327fe..83dc3e993 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "vue": "3.2.37", "vue-class-component": "^8.0.0-rc.1", "vue-jest": "^5.0.0-alpha.10", - "vue-router": "^4.0.15", + "vue-router": "^4.0.16", "vue-tsc": "0.35.2", "vuex": "^4.0.2" }, diff --git a/yarn.lock b/yarn.lock index 0d5b6e88a..89396a2f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5247,10 +5247,10 @@ vue-jest@^5.0.0-alpha.10: source-map "0.5.6" tsconfig "^7.0.0" -vue-router@^4.0.15: - version "4.0.15" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.15.tgz#b4a0661efe197f8c724e0f233308f8776e2c3667" - integrity sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg== +vue-router@^4.0.16: + version "4.0.16" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.16.tgz#9477beeeef36e80e04d041a1738801a55e6e862e" + integrity sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA== dependencies: "@vue/devtools-api" "^6.0.0"