chore: bump vue-router from 4.1.3 to 4.1.6 in /frontend

Bumps [vue-router](https://github.com/vuejs/router) from 4.1.3 to 4.1.6.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.1.3...v4.1.6)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 21:02:39 +00:00 committed by GitHub
parent 6b47566749
commit 7aee152a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 10 deletions

View file

@ -22,7 +22,7 @@
"core-js": "^3.19.0",
"vue": "^3.2.37",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.12",
"vue-router": "^4.1.6",
"vuex": "^4.0.2",
"yup": "^0.32.11"
},
@ -3995,8 +3995,9 @@
"license": "ISC"
},
"node_modules/@vue/devtools-api": {
"version": "6.2.1",
"license": "MIT"
"version": "6.4.5",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.4.5.tgz",
"integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ=="
},
"node_modules/@vue/eslint-config-typescript": {
"version": "10.0.0",
@ -15967,10 +15968,11 @@
}
},
"node_modules/vue-router": {
"version": "4.1.3",
"license": "MIT",
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz",
"integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==",
"dependencies": {
"@vue/devtools-api": "^6.1.4"
"@vue/devtools-api": "^6.4.5"
},
"funding": {
"url": "https://github.com/sponsors/posva"
@ -19441,7 +19443,9 @@
}
},
"@vue/devtools-api": {
"version": "6.2.1"
"version": "6.4.5",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.4.5.tgz",
"integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ=="
},
"@vue/eslint-config-typescript": {
"version": "10.0.0",
@ -26988,9 +26992,11 @@
}
},
"vue-router": {
"version": "4.1.3",
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz",
"integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==",
"requires": {
"@vue/devtools-api": "^6.1.4"
"@vue/devtools-api": "^6.4.5"
}
},
"vue-style-loader": {

View file

@ -25,7 +25,7 @@
"core-js": "^3.19.0",
"vue": "^3.2.37",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.12",
"vue-router": "^4.1.6",
"vuex": "^4.0.2",
"yup": "^0.32.11"
},