Frontend: Upgrade vue-router to 3.5.1

This commit is contained in:
Michael Mayer 2021-01-26 19:30:18 +01:00
parent 527aa38c96
commit 5bbcf66d55
2 changed files with 4 additions and 4 deletions

View file

@ -12185,9 +12185,9 @@
}
},
"vue-router": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.0.tgz",
"integrity": "sha512-QYrPzHMJiJCq20ezhlGok+NbrmjzhQDG6pnpJaD14Eg3NvT07s3acYz2ktxJ7vGHd/Ts4TgG9Tt8a2PA+Js5fw=="
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz",
"integrity": "sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw=="
},
"vue-style-loader": {
"version": "4.1.2",

View file

@ -99,7 +99,7 @@
"vue-js-modal": "^2.0.0-rc.6",
"vue-loader": "^14.2.4",
"vue-luxon": "^0.7.4",
"vue-router": "^3.5.0",
"vue-router": "^3.5.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vue2-filters": "^0.11.1",