Skip to content

Commit

Permalink
fix: Update axe-core to v4.8.3 (#968)
Browse files Browse the repository at this point in the history
Co-authored-by: Zidious <Zidious@users.noreply.github.com>
Co-authored-by: Michael <me@michaelsiek.com>
  • Loading branch information
3 people committed Jan 2, 2024
1 parent 088c620 commit be9002c
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 23 deletions.
38 changes: 25 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.8.2",
"axe-core": "~4.8.2",
"axe-core": "~4.8.3",
"chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
"selenium-webdriver": "^4.8.1"
"selenium-webdriver": "^4.8.1",
"undefined": "^0.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"prepare": "npx playwright install && npm run build"
},
"dependencies": {
"axe-core": "~4.8.2"
"axe-core": "~4.8.3",
"undefined": "^0.1.0"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.8.2"
"axe-core": "~4.8.3",
"undefined": "^0.1.0"
},
"peerDependencies": {
"puppeteer": ">=1.10.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
"author": "Dylan Barrell (dylan@barrell.com)",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.8.2",
"requestidlecallback": "^0.3.0"
"axe-core": "~4.8.3",
"requestidlecallback": "^0.3.0",
"undefined": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/clone": "^2.1.1",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^20.8.10",
"axe-core": "~4.8.2",
"axe-core": "~4.8.3",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
"jest": "^29.1.2",
Expand Down
5 changes: 3 additions & 2 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"webdriverio"
],
"dependencies": {
"axe-core": "~4.8.2",
"cssesc": "^3.0.0"
"axe-core": "~4.8.3",
"cssesc": "^3.0.0",
"undefined": "^0.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.8.2"
"axe-core": "~4.8.3",
"undefined": "^0.1.0"
},
"peerDependencies": {
"selenium-webdriver": ">3.0.0-beta || >=2.53.1 || >4.0.0-alpha"
Expand Down

0 comments on commit be9002c

Please sign in to comment.