Bump vue-router from 3.4.1 to 3.4.2

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.1 to 3.4.2.
- [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.4.1...v3.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-08 22:57:10 +00:00 committed by GitHub
parent d087df3876
commit 27736b08a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13368,9 +13368,9 @@
}
},
"vue-router": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.1.tgz",
"integrity": "sha512-vmZSBb/A1+hddeSxPBlbLRnB5l+BkyrH89ojsy+d/OkQ3rb4jqbilaAQ3dfPWWbqPwSd11AX4l/DuBhOcR93dg=="
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.2.tgz",
"integrity": "sha512-n3Ok70hW0EpcJF4lcWIwSHAQbFTnIOLl/fhO8+oTs4jHNtBNsovcVvPZeTOyKEd8C3xF1Crft2ASuOiVT5K1mw=="
},
"vue-style-loader": {
"version": "4.1.2",

View File

@ -14,7 +14,7 @@
"caf": "^9.1.0",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-router": "^3.4.1",
"vue-router": "^3.4.2",
"vuetify": "^2.3.8",
"vuex": "^3.5.1"
},