Bump vue-router from 3.0.5 to 3.0.6

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.5 to 3.0.6.
- [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.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-18 01:21:15 +00:00
parent 5aef46eb97
commit 2e64ab9c31
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -15578,9 +15578,9 @@
"integrity": "sha512-bhP7MlgJQ8TIkZJXAfDf78uJO+mEI3CaLABLjv0WNzr4CcGRGPIAItyWYnP6LsPA4Oq0WE+suidNs6dgpO4RHg=="
},
"vue-router": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.5.tgz",
"integrity": "sha512-DGU+7+eeiSq/oNZ6epA/rcNkAd0m2+uugR5i4Eh4KBvclUmorvNJ6iForYjQkgvKi9GdamybaMpl85eDgxM2eQ=="
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz",
"integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw=="
},
"vue-style-loader": {
"version": "4.1.2",

View file

@ -43,7 +43,7 @@
"v-tooltip": "2.0.1",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-router": "3.0.5",
"vue-router": "3.0.6",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},