From 6aaaea7d5ccbbc21395093104d74d0cfc1096ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:21:36 +0000 Subject: [PATCH] Bump vue-router from 3.5.1 to 3.5.2 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.1 to 3.5.2. - [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.5.1...v3.5.2) --- 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 d125a174..01a463a8 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "vue-electron": "^1.0.6", "vue-popperjs": "^2.3.0", "vue-resize": "^1.0.1", - "vue-router": "^3.5.1", + "vue-router": "^3.5.2", "vue-shortkey": "^3.1.7", "vue-virtual-scroller": "^1.0.10", "vuex": "^3.6.2", diff --git a/yarn.lock b/yarn.lock index c6126bc2..15a814e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12776,10 +12776,10 @@ vue-resize@^1.0.1: dependencies: "@babel/runtime" "^7.13.10" -vue-router@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.1.tgz#edf3cf4907952d1e0583e079237220c5ff6eb6c9" - integrity sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw== +vue-router@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c" + integrity sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ== vue-shortkey@^3.1.7: version "3.1.7"