1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-22 08:42:32 -05:00

Update dependency @axe-core/playwright to v4.10.1

This commit is contained in:
Renovate Bot 2024-11-12 00:02:42 +00:00
parent 1b3497c9c4
commit 9995ca1547
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -60,7 +60,7 @@
"wrap-ansi": "9.0.0" "wrap-ansi": "9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "4.10.0", "@axe-core/playwright": "4.10.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1", "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@playwright/test": "1.48.2", "@playwright/test": "1.48.2",
"@stoplight/spectral-cli": "6.13.1", "@stoplight/spectral-cli": "6.13.1",
@ -163,13 +163,13 @@
} }
}, },
"node_modules/@axe-core/playwright": { "node_modules/@axe-core/playwright": {
"version": "4.10.0", "version": "4.10.1",
"resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.0.tgz", "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.1.tgz",
"integrity": "sha512-kEr3JPEVUSnKIYp/egV2jvFj+chIjCjPp3K3zlpJMza/CB3TFw8UZNbI9agEC2uMz4YbgAOyzlbUy0QS+OofFA==", "integrity": "sha512-EV5t39VV68kuAfMKqb/RL+YjYKhfuGim9rgIaQ6Vntb2HgaCaau0h98Y3WEUqW1+PbdzxDtDNjFAipbtZuBmEA==",
"dev": true, "dev": true,
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"axe-core": "~4.10.0" "axe-core": "~4.10.2"
}, },
"peerDependencies": { "peerDependencies": {
"playwright-core": ">= 1.0.0" "playwright-core": ">= 1.0.0"

View file

@ -59,7 +59,7 @@
"wrap-ansi": "9.0.0" "wrap-ansi": "9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "4.10.0", "@axe-core/playwright": "4.10.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1", "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@playwright/test": "1.48.2", "@playwright/test": "1.48.2",
"@stoplight/spectral-cli": "6.13.1", "@stoplight/spectral-cli": "6.13.1",