Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jest-axe from 8.0.0 to 9.0.0 #792

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"drupal-jsonapi-params": "^2.3.1",
"env-loader": "0.1.0",
"fs-extra": "^11.2.0",
"jest-axe": "^8.0.0",
"jest-axe": "^9.0.0",
"jest-extended": "^4.0.2",
"jsona": "^1.12.1",
"lighthouse": "^12.2.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6005,10 +6005,10 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:4.7.2":
version: 4.7.2
resolution: "axe-core@npm:4.7.2"
checksum: 5d86fa0f45213b0e54cbb5d713ce885c4a8fe3a72b92dd915a47aa396d6fd149c4a87fec53aa978511f6d941402256cfeb26f2db35129e370f25a453c688655a
"axe-core@npm:4.9.1":
version: 4.9.1
resolution: "axe-core@npm:4.9.1"
checksum: 41d9227871781f96c2952e2a777fca73624959dd0e98864f6d82806a77602f82b4fc490852082a7e524d8cd864e50d8b4d9931819b4a150112981d8c932110c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11413,15 +11413,15 @@ __metadata:
languageName: node
linkType: hard

"jest-axe@npm:^8.0.0":
version: 8.0.0
resolution: "jest-axe@npm:8.0.0"
"jest-axe@npm:^9.0.0":
version: 9.0.0
resolution: "jest-axe@npm:9.0.0"
dependencies:
axe-core: 4.7.2
axe-core: 4.9.1
chalk: 4.1.2
jest-matcher-utils: 29.2.2
lodash.merge: 4.6.2
checksum: 895501afa6ac6c49e5e45ee1cd4a8e923589f220f6f950a8f5366cc3f3636aaee9c9d501a469f9658185e7a5928b59a337d4b4f1c7bb3f4b3b5ba8b3811c9f15
checksum: 04457ed3d03e0b7745584325eab446da65d2093f6b608a83955d5ff0ec6a4e026db0da77c755b5e4d8d582ece443d2921da3d94d52eb499f51c105a1cc784cc7
languageName: node
linkType: hard

Expand Down Expand Up @@ -13382,7 +13382,7 @@ __metadata:
http-server: ^14.1.1
husky: ^9.0.11
jest: ^29.7.0
jest-axe: ^8.0.0
jest-axe: ^9.0.0
jest-environment-jsdom: ^29.7.0
jest-extended: ^4.0.2
jest-watch-typeahead: ^2.2.2
Expand Down
Loading