Bump vue-router from 3.0.1 to 3.0.2 in /settings

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-26 02:18:52 +00:00 committed by Roeland Jago Douma
parent ebd6231559
commit 00be5229bf
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 4 additions and 4 deletions

View File

@ -6932,9 +6932,9 @@
"integrity": "sha512-Lb/cnE2N9Y42ZJPw8wpjkpuX5a9ReerWNGcQRcbNCwfCnkHG6++FurNNmLIdU8dcCTH4c5rtTPdxBqFoRMK2cQ=="
},
"vue-router": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.1.tgz",
"integrity": "sha512-vLLoY452L+JBpALMP5UHum9+7nzR9PeIBCghU9ZtJ1eWm6ieUI8Zb/DI3MYxH32bxkjzYV1LRjNv4qr8d+uX/w=="
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.2.tgz",
"integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg=="
},
"vue-style-loader": {
"version": "4.1.2",

View File

@ -22,7 +22,7 @@
"vue-infinite-loading": "^2.4.3",
"vue-localstorage": "^0.6.2",
"vue-multiselect": "^2.1.3",
"vue-router": "^3.0.1",
"vue-router": "^3.0.2",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},