From e646a2356c6817ca8bc3fc2b5849662714ecc723 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 06:20:55 +0000 Subject: [PATCH] Bump vue-router from 3.0.2 to 3.3.1 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.2 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.2...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 6dd3c40..103defa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11398,9 +11398,9 @@ } }, "vue-router": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.2.tgz", - "integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==" + "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": "4.1.2", diff --git a/package.json b/package.json index 33c5a8b..c965e54 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "axios": "^0.18.0", "lodash.throttle": "^4.1.1", "vue": "^2.5.22", - "vue-router": "^3.0.1", + "vue-router": "^3.3.1", "vuedraggable": "^2.18.0", "vuex": "^3.0.1" },