1 Commits

Author SHA1 Message Date
Renovate Bot
b6fbb4909e chore(deps): update dependency @axe-core/playwright to v4.11.3
All checks were successful
CI / backend-tests (pull_request) Successful in 32s
CI / frontend-tests (pull_request) Successful in 31s
2026-04-30 12:02:03 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
"sonner": "2.0.7"
},
"devDependencies": {
"@axe-core/playwright": "4.11.1",
"@axe-core/playwright": "4.11.3",
"@playwright/test": "1.58.2",
"@tailwindcss/vite": "4.2.2",
"@testing-library/jest-dom": "^6.9.1",
@@ -36,7 +36,7 @@
"oxfmt": "0.41.0",
"oxlint": "1.56.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"typescript": "5.9.3",
"vite": "8.0.1",
"vitest": "4.1.0"
}
@@ -73,13 +73,13 @@
"license": "MIT"
},
"node_modules/@axe-core/playwright": {
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.1.tgz",
"integrity": "sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw==",
"version": "4.11.3",
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.3.tgz",
"integrity": "sha512-h/kfksv4F0cVIDlKpT4700OehdRgpvuVskuQ2nb7/JmtWUXpe9ftHAPtwyXGvVSsa6SJ64A9ER7Zrzc/sIvC4w==",
"dev": true,
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.11.1"
"axe-core": "~4.11.4"
},
"peerDependencies": {
"playwright-core": ">= 1.0.0"
@@ -2257,9 +2257,9 @@
}
},
"node_modules/axe-core": {
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
"integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
"version": "4.11.4",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz",
"integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
"dev": true,
"license": "MPL-2.0",
"engines": {
@@ -4828,9 +4828,9 @@
"license": "0BSD"
},
"node_modules/typescript": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -30,7 +30,7 @@
"sonner": "2.0.7"
},
"devDependencies": {
"@axe-core/playwright": "4.11.1",
"@axe-core/playwright": "4.11.3",
"@playwright/test": "1.58.2",
"@tailwindcss/vite": "4.2.2",
"@testing-library/jest-dom": "^6.9.1",
@@ -44,7 +44,7 @@
"oxfmt": "0.41.0",
"oxlint": "1.56.0",
"tailwindcss": "4.2.2",
"typescript": "6.0.3",
"typescript": "5.9.3",
"vite": "8.0.1",
"vitest": "4.1.0"
}