chore(deps): bump vue-router from 3.0.2 to 3.0.3 (#135)

pull/739/head
dependabot[bot] 2019-04-09 15:01:13 +01:00 committed by Henrique Dias
parent 629646122f
commit 2c4eae5ca2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11134,9 +11134,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.0.3",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.3.tgz",
"integrity": "sha512-62rB6GjJuyklnLL+yKST469yCYj93SXEn8rpYjxgLwv0aH/Fd6OApD8Hgi9RlraZ1OOwv3jPQvZTtf1GixYW+g=="
},
"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.2",
"vue-router": "^3.0.3",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},