From 829429fd24445f714c227c88cfed6a9a9447ffda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 06:38:07 +0000 Subject: [PATCH] Bump vue-router from 3.0.2 to 3.3.4 Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.2 to 3.3.4. - [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.4) 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..73a7064 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.4", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.4.tgz", + "integrity": "sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg==" }, "vue-style-loader": { "version": "4.1.2", diff --git a/package.json b/package.json index 33c5a8b..59c5103 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.4", "vuedraggable": "^2.18.0", "vuex": "^3.0.1" },