From f289edb3662f16795a2337cec39d9019b1045f77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 00:27:04 +0000 Subject: [PATCH] Bump vue-router from 3.0.6 to 3.3.1 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.3.1. - [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.0.6...v3.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc627ae..9311f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10447,9 +10447,9 @@ } }, "vue-router": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz", - "integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.1.tgz", + "integrity": "sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug==" }, "vue-style-loader": { "version": "3.1.2", diff --git a/package.json b/package.json index c8cb962..56756c7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "vue": "^2.5.2", - "vue-router": "^3.0.1", + "vue-router": "^3.3.1", "element-ui": "2.4.11", "moment": "^2.24.0" },