1 Commits

Author SHA1 Message Date
Renovate Bot
dac86fb5f7 Update dependency @vitest/eslint-plugin to v1.6.13
All checks were successful
CI / backend-test (push) Successful in 54s
CI / frontend-test (push) Successful in 27s
CI / frontend-e2e (push) Successful in 1m36s
CI / build-and-publish (push) Has been skipped
2026-03-22 03:02:36 +00:00

View File

@@ -1614,9 +1614,9 @@
} }
}, },
"node_modules/@msw/playwright": { "node_modules/@msw/playwright": {
"version": "0.6.6", "version": "0.6.5",
"resolved": "https://registry.npmjs.org/@msw/playwright/-/playwright-0.6.6.tgz", "resolved": "https://registry.npmjs.org/@msw/playwright/-/playwright-0.6.5.tgz",
"integrity": "sha512-sTUDIxXmjOodekAZupL0eE71LsPDlsUlTJYo58klW65IpVKgZWNAigh/TiidHMKDTanz88ZAkks+edEh9fcPxw==", "integrity": "sha512-inqYTLiJk0dnsQD5XMo5dIt2aZYTw8DtSr1Unfa4tLJmGIU6+qwpCkmWrNksqkBuc/nCz6nxmqSgkkZ87b+btA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3284,9 +3284,9 @@
} }
}, },
"node_modules/@vitest/eslint-plugin": { "node_modules/@vitest/eslint-plugin": {
"version": "1.6.11", "version": "1.6.13",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.11.tgz", "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.13.tgz",
"integrity": "sha512-/m7cyD2x/TMJt6SmW6X9ZQWThCROa3AgBXJKVzTDG6MIRQkxBGLlwi4Vi+F5bcKnRKI17b3aeUzOhqBwnsjiHg==", "integrity": "sha512-ui7JGWBoQpS5NKKW0FDb1eTuFEZ5EupEv2Psemuyfba7DfA5K52SeDLelt6P4pQJJ/4UGkker/BgMk/KrjH3WQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3297,11 +3297,15 @@
"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
}, },