2 Commits

Author SHA1 Message Date
renovate[bot]
985af9d6f1 Update dependency @vitejs/plugin-vue to v6 2026-02-07 01:46:25 +00:00
renovate[bot]
73ea77e935 Update dependency vue-router to v5.0.2 (#328) 2026-02-06 20:45:43 -05:00

19
package-lock.json generated
View File

@@ -15424,9 +15424,9 @@
}
},
"node_modules/vue-router": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.1.tgz",
"integrity": "sha512-t+lFugGXMdaq8lbn+vXG4j2H9UlsP205Tszz1wcDk9FyxqItBzcdJQ06IhpkQ2mHOfiTOHZeBshkskzPzHJkCw==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.2.tgz",
"integrity": "sha512-YFhwaE5c5JcJpNB1arpkl4/GnO32wiUWRB+OEj1T0DlDxEZoOfbltl2xEwktNU/9o1sGcGburIXSpbLpPFe/6w==",
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.28.6",
@@ -15443,7 +15443,7 @@
"picomatch": "^4.0.3",
"scule": "^1.3.0",
"tinyglobby": "^0.2.15",
"unplugin": "^2.3.11",
"unplugin": "^3.0.0",
"unplugin-utils": "^0.3.1",
"yaml": "^2.8.2"
},
@@ -15451,7 +15451,7 @@
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"@pinia/colada": "^0.18.1",
"@pinia/colada": ">=0.21.2",
"@vue/compiler-sfc": "^3.5.17",
"pinia": "^3.0.4",
"vue": "^3.5.0"
@@ -15509,18 +15509,17 @@
}
},
"node_modules/vue-router/node_modules/unplugin": {
"version": "2.3.11",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
"integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
"integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
"license": "MIT",
"dependencies": {
"@jridgewell/remapping": "^2.3.5",
"acorn": "^8.15.0",
"picomatch": "^4.0.3",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": ">=18.12.0"
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/vue-router/node_modules/webpack-virtual-modules": {