Update dependency @axe-core/playwright to v4.11.2 (forgejo) (#12358)

This commit is contained in:
Renovate Bot 2026-05-01 01:58:09 +02:00 committed by viceice-bot
parent 254a44b97b
commit eb58d6c9d0
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -82,7 +82,7 @@
"wrap-ansi": "10.0.0"
},
"devDependencies": {
"@axe-core/playwright": "4.11.1",
"@axe-core/playwright": "4.11.2",
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
"@playwright/test": "1.58.2",
"@stoplight/spectral-cli": "6.15.0",
@ -163,13 +163,13 @@
}
},
"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.2",
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.11.2.tgz",
"integrity": "sha512-iP6hfNl9G0j/SEUSo8M7D80RbcDo9KRAAfDP4IT5OHB+Wm6zUHIrm8Y51BKI+Oyqduvipf9u1hcRy57zCBKzWQ==",
"dev": true,
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.11.1"
"axe-core": "~4.11.3"
},
"peerDependencies": {
"playwright-core": ">= 1.0.0"

View file

@ -81,7 +81,7 @@
"wrap-ansi": "10.0.0"
},
"devDependencies": {
"@axe-core/playwright": "4.11.1",
"@axe-core/playwright": "4.11.2",
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
"@playwright/test": "1.58.2",
"@stoplight/spectral-cli": "6.15.0",