Merge pull request #3682 from firefly-iii/dependabot/npm_and_yarn/frontend/develop/vue-router-3.4.2

Bump vue-router from 3.4.1 to 3.4.2 in /frontend
This commit is contained in:
James Cole 2020-08-10 06:44:43 +00:00 committed by GitHub
commit f2683ae011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9287,9 +9287,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

@ -33,6 +33,6 @@
"overlayscrollbars": "^1.13.0",
"popper.js": "^1.16.1",
"vue-chartjs": "^3.5.0",
"vue-router": "^3.4.1"
"vue-router": "^3.4.2"
}
}