Skip to content

Commit

Permalink
fix: Update axe-core to v4.9.1 (#456)
Browse files Browse the repository at this point in the history
This pull request updates the version of
[`axe-core`](https://npmjs.org/axe-core) to v4.9.1.

This PR was opened by a robot 🤖 🎉.

no qa required

---------

Co-authored-by: Zidious <[email protected]>
Co-authored-by: michael-siek <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent a98f328 commit 710c913
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions playwright/package-lock.json

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

2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.9.0"
"axe-core": "^4.9.1"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
14 changes: 7 additions & 7 deletions selenium/package-lock.json

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

2 changes: 1 addition & 1 deletion selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent"
},
"dependencies": {
"axe-core": "^4.9.0"
"axe-core": "^4.9.1"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down

0 comments on commit 710c913

Please sign in to comment.