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

This commit is contained in:
Renovate Bot
2026-04-30 12:02:03 +00:00
parent d8fec0e5d7
commit b6fbb4909e
2 changed files with 9 additions and 9 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",
@@ -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": {

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",