chore(deps): update dependency vue-router to v4.3.3 (#2366)

This commit is contained in:
renovate[bot] 2024-06-10 17:51:03 +00:00 committed by GitHub
parent 3e62d8debc
commit 9baa61dc9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -44,7 +44,7 @@
"uuid": "10.0.0",
"vue": "3.4.27",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue-router": "4.3.3",
"vuetify": "3.5.18"
},
"devDependencies": {

9
package-lock.json generated
View File

@ -44,7 +44,7 @@
"uuid": "10.0.0",
"vue": "3.4.27",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue-router": "4.3.3",
"vuetify": "3.5.18"
},
"devDependencies": {
@ -11370,9 +11370,10 @@
}
},
"node_modules/vue-router": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.2.tgz",
"integrity": "sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.3.tgz",
"integrity": "sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.5.1"
},