1 Commits

Author SHA1 Message Date
Renovate Bot
0c82be08e5 Update dependency @types/jsdom to v28.0.1
All checks were successful
CI / backend-test (push) Successful in 1m2s
CI / frontend-test (push) Successful in 28s
CI / frontend-e2e (push) Successful in 1m39s
CI / build-and-publish (push) Has been skipped
2026-03-19 19:03:03 +00:00

View File

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