chore(deps): bump vue-router from 3.0.6 to 3.0.7 in /frontend (#806)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/811/head
dependabot-preview[bot] 2019-07-04 17:18:18 +01:00 committed by Henrique Dias
parent abcfa0a05b
commit 0318d39112
2 changed files with 4 additions and 4 deletions

View File

@ -11634,9 +11634,9 @@
}
},
"vue-router": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz",
"integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw=="
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.7.tgz",
"integrity": "sha512-utJ+QR3YlIC/6x6xq17UMXeAfxEvXA0VKD3PiSio7hBOZNusA1jXcbxZxVEfJunLp48oonjTepY8ORoIlRx/EQ=="
},
"vue-style-loader": {
"version": "4.1.2",

View File

@ -20,7 +20,7 @@
"qrcode.vue": "^1.6.2",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.6",
"vue-router": "^3.0.7",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},