Skip to content

Commit

Permalink
Update dependency eslint-plugin-jsx-a11y to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent fc8e18a commit 59f21c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "25.0.0",
Expand Down
34 changes: 16 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2137,10 +2137,10 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:^4.9.1":
version: 4.9.1
resolution: "axe-core@npm:4.9.1"
checksum: 10/9d4944f6d3289428e1c6b41a80516f6558a960889f59c3c00f0fb88b955eda81edf9ca377c2cbc2a775f4003596d2aeaa35acca5aad3e1fc6b3d1e26e82b02cc
"axe-core@npm:^4.10.0":
version: 4.10.0
resolution: "axe-core@npm:4.10.0"
checksum: 10/6158489a7a704edc98bd30ed56243b8280c5203c60e095a2feb5bff95d9bf2ef10becfe359b1cbc8601338418999c26cf4eee704181dedbcb487f4d63a06d8d5
languageName: node
linkType: hard

Expand All @@ -2155,12 +2155,10 @@ __metadata:
languageName: node
linkType: hard

"axobject-query@npm:~3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
dependencies:
deep-equal: "npm:^2.0.5"
checksum: 10/3a3931bc419219e78d6438bc457c191e4c972caddae2be7eaa94615269209f1d283aaaece706a69742e5bcf27df99cc75eee97a5e366a06a9f2bdab1a79748c7
"axobject-query@npm:^4.1.0":
version: 4.1.0
resolution: "axobject-query@npm:4.1.0"
checksum: 10/e275dea9b673f71170d914f2d2a18be5d57d8d29717b629e7fedd907dcc2ebdc7a37803ff975874810bd423f222f299c020d28fde40a146f537448bf6bfecb6e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3275,16 +3273,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsx-a11y@npm:6.9.0":
version: 6.9.0
resolution: "eslint-plugin-jsx-a11y@npm:6.9.0"
"eslint-plugin-jsx-a11y@npm:6.10.0":
version: 6.10.0
resolution: "eslint-plugin-jsx-a11y@npm:6.10.0"
dependencies:
aria-query: "npm:~5.1.3"
array-includes: "npm:^3.1.8"
array.prototype.flatmap: "npm:^1.3.2"
ast-types-flow: "npm:^0.0.8"
axe-core: "npm:^4.9.1"
axobject-query: "npm:~3.1.1"
axe-core: "npm:^4.10.0"
axobject-query: "npm:^4.1.0"
damerau-levenshtein: "npm:^1.0.8"
emoji-regex: "npm:^9.2.2"
es-iterator-helpers: "npm:^1.0.19"
Expand All @@ -3296,8 +3294,8 @@ __metadata:
safe-regex-test: "npm:^1.0.3"
string.prototype.includes: "npm:^2.0.0"
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 10/00a854a1a1a7ca52c216e83a574d5a65fc150243afcababfbf1657c5ffff1f076b9bd3d87029bb6432bfaa36d23e16c1e8b59671d0580bbb72e14860ee1bec9a
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
checksum: 10/d66e5e541a5a747d8a7ffd6e45b79c9da416b42be5891c259f3d9af63ed8897b5ff67373b00682ecdfc04fe2a2bc9df9c23b2f1749a228221d2dae0914543303
languageName: node
linkType: hard

Expand Down Expand Up @@ -4762,7 +4760,7 @@ __metadata:
eslint: "npm:9.9.1"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-jsx-a11y: "npm:6.9.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-react: "npm:7.35.0"
eslint-plugin-react-hooks: "npm:4.6.2"
globals: "npm:15.9.0"
Expand Down

0 comments on commit 59f21c4

Please sign in to comment.