1 Commits

Author SHA1 Message Date
Renovate Bot
03255ee334 Update dependency vue-router to v5.0.4
All checks were successful
CI / backend-test (push) Successful in 56s
CI / frontend-test (push) Successful in 26s
CI / frontend-e2e (push) Successful in 1m38s
CI / build-and-publish (push) Has been skipped
2026-03-19 16:04:25 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.12</version> <version>3.5.11</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -8126,9 +8126,9 @@
} }
}, },
"node_modules/vue-router": { "node_modules/vue-router": {
"version": "5.0.3", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.3.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.4.tgz",
"integrity": "sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==", "integrity": "sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/generator": "^7.28.6", "@babel/generator": "^7.28.6",