chore(deps): bump vue-router from 3.0.5 to 3.0.6 (#141)

This commit is contained in:
dependabot[bot] 2019-04-17 14:44:04 +01:00 committed by Henrique Dias
parent fd5543407a
commit 8dd59e3e67
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11315,9 +11315,9 @@
}
},
"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

@ -20,7 +20,7 @@
"qrcode.vue": "^1.6.1",
"vue": "^2.6.10",
"vue-i18n": "^8.10.0",
"vue-router": "^3.0.5",
"vue-router": "^3.0.6",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},