1 Commits

Author SHA1 Message Date
Renovate Bot
24a4e3ad7c Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.12
All checks were successful
CI / backend-test (push) Successful in 56s
CI / frontend-test (push) Successful in 26s
CI / frontend-e2e (push) Successful in 1m37s
CI / build-and-publish (push) Has been skipped
2026-03-19 14:03:29 +00:00
2 changed files with 4 additions and 8 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.11</version> <version>3.5.12</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -3284,9 +3284,9 @@
} }
}, },
"node_modules/@vitest/eslint-plugin": { "node_modules/@vitest/eslint-plugin": {
"version": "1.6.13", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.13.tgz", "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.11.tgz",
"integrity": "sha512-ui7JGWBoQpS5NKKW0FDb1eTuFEZ5EupEv2Psemuyfba7DfA5K52SeDLelt6P4pQJJ/4UGkker/BgMk/KrjH3WQ==", "integrity": "sha512-/m7cyD2x/TMJt6SmW6X9ZQWThCROa3AgBXJKVzTDG6MIRQkxBGLlwi4Vi+F5bcKnRKI17b3aeUzOhqBwnsjiHg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3297,15 +3297,11 @@
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"@typescript-eslint/eslint-plugin": "*",
"eslint": ">=8.57.0", "eslint": ">=8.57.0",
"typescript": ">=5.0.0", "typescript": ">=5.0.0",
"vitest": "*" "vitest": "*"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"typescript": { "typescript": {
"optional": true "optional": true
}, },