Skip to content

Commit

Permalink
fix: Update axe-core to v4.8.3 (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: AdnoC <AdnoC@users.noreply.github.com>
Co-authored-by: Gabe <41127686+Zidious@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 19, 2023
1 parent 2dbb3f8 commit 453dd25
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.8.2"
"axe-core": "^4.8.3"
},
"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.8.2"
"axe-core": "^4.8.3"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down

0 comments on commit 453dd25

Please sign in to comment.