fix(deps): update dependency vue-router to v5.0.6
All checks were successful
JS Unit Tests / test (pull_request) Successful in 20s
Build Test / build (pull_request) Successful in 27s
PHP Unit Tests / test (pull_request) Successful in 1m34s

This commit is contained in:
2026-05-07 02:58:14 +00:00
parent d6bd36c25e
commit 967c88ea45
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"vee-validate": "^4.15.1", "vee-validate": "^4.15.1",
"vite-plugin-vuetify": "2.1.3", "vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28", "vue": "3.5.28",
"vue-router": "5.0.2", "vue-router": "5.0.6",
"vue3-perfect-scrollbar": "2.0.0", "vue3-perfect-scrollbar": "2.0.0",
"vuetify": "4.0.6" "vuetify": "4.0.6"
}, },
@@ -6673,14 +6673,14 @@
} }
}, },
"node_modules/vue-router": { "node_modules/vue-router": {
"version": "5.0.2", "version": "5.0.6",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.2.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.6.tgz",
"integrity": "sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w==", "integrity": "sha512-9+kmUTGbKMyW9Asoy98IXXYIzrTMT7JDAdpDDeEkorHvybpUvBI2wsrSM5jFOXrFydpzRFJ9vAh+80DN2PGu9w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/generator": "^7.28.6", "@babel/generator": "^7.28.6",
"@vue-macros/common": "^3.1.1", "@vue-macros/common": "^3.1.1",
"@vue/devtools-api": "^8.0.0", "@vue/devtools-api": "^8.0.6",
"ast-walker-scope": "^0.8.3", "ast-walker-scope": "^0.8.3",
"chokidar": "^5.0.0", "chokidar": "^5.0.0",
"json5": "^2.2.3", "json5": "^2.2.3",

View File

@@ -34,7 +34,7 @@
"vee-validate": "^4.15.1", "vee-validate": "^4.15.1",
"vite-plugin-vuetify": "2.1.3", "vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28", "vue": "3.5.28",
"vue-router": "5.0.2", "vue-router": "5.0.6",
"vue3-perfect-scrollbar": "2.0.0", "vue3-perfect-scrollbar": "2.0.0",
"vuetify": "4.0.6" "vuetify": "4.0.6"
}, },