From 634a0d6832dd99245e08aaed43202ac8098ccf46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 19:38:42 +0000 Subject: [PATCH] Bump vue-router from 3.1.5 to 3.3.1 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.5 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.1.5...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 ee3f0eb..b073cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11737,9 +11737,9 @@ "dev": true }, "vue-router": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.5.tgz", - "integrity": "sha512-BszkPvhl7I9h334GjckCh7sVFyjTPMMJFJ4Bsrem/Ik+B/9gt5tgrk8k4gGLO4ZpdvciVdg7O41gW4DisQWurg==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.1.tgz", + "integrity": "sha512-2E2Xlks6oDzU559/NcSGD08g3XCDZznx8CK/jHIHkrbAdnCu1ghUcnz5e78SZ35gaOKtHGS01vJG8Yv4iJFTug==" }, "vue-template-compiler": { "version": "2.6.11", diff --git a/package.json b/package.json index 9864c11..a408c15 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "request": "^2.88.0", "unzipper": "^0.10.5", "vue": "^2.6.11", - "vue-router": "^3.1.5", + "vue-router": "^3.3.1", "yauzl-promise": "^2.1.3", "zlib": "^1.0.5" },