From 670282f19ffcdfb9758d5577de222fa2fd07f388 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 16:43:15 +0000 Subject: [PATCH] Bump vue-router from 3.3.1 to 3.3.2 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.3.1 to 3.3.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.3.1...v3.3.2) 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 27ad20b9..d8285a87 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "store": "^2.0.12", "vue": "^2.6.11", "vue-meta": "^2.3.4", - "vue-router": "^3.3.1", + "vue-router": "^3.3.2", "vuex": "^3.4.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index abd1a726..f839d87f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8954,10 +8954,10 @@ vue-meta@^2.3.4: dependencies: deepmerge "^4.2.2" -vue-router@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.3.1.tgz#7d0545dd8ebf4f45494ca185b7eccb38d67689c1" - integrity sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug== +vue-router@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.3.2.tgz#0099de402edb2fe92f9711053ab5a2156f239cad" + integrity sha512-5sEbcfb7MW8mY8lbUVbF4kgcipGXsagkM/X+pb6n0MhjP+RorWIUTPAPSqgPaiPOxVCXgAItBl8Vwz8vq78faA== vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: version "4.1.2"