Skip to content

Commit 618d5ea

Browse files
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.10.0
1 parent 7fad12d commit 618d5ea

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint": "8.57.0",
6767
"eslint-config-prettier": "9.1.0",
6868
"eslint-plugin-import": "2.30.0",
69-
"eslint-plugin-jsx-a11y": "6.9.0",
69+
"eslint-plugin-jsx-a11y": "6.10.0",
7070
"eslint-plugin-prettier": "5.2.1",
7171
"eslint-plugin-react": "7.35.2",
7272
"hoist-non-react-statics": "3.3.2",

yarn.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,17 +2189,15 @@ available-typed-arrays@^1.0.7:
21892189
dependencies:
21902190
possible-typed-array-names "^1.0.0"
21912191

2192-
axe-core@^4.9.1:
2192+
axe-core@^4.10.0:
21932193
version "4.10.0"
21942194
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
21952195
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
21962196

2197-
axobject-query@~3.1.1:
2198-
version "3.1.1"
2199-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
2200-
integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
2201-
dependencies:
2202-
deep-equal "^2.0.5"
2197+
axobject-query@^4.1.0:
2198+
version "4.1.0"
2199+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee"
2200+
integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
22032201

22042202
[email protected], babel-jest@^29.7.0:
22052203
version "29.7.0"
@@ -3477,17 +3475,17 @@ [email protected]:
34773475
semver "^6.3.1"
34783476
tsconfig-paths "^3.15.0"
34793477

3480-
eslint-plugin-jsx-a11y@6.9.0:
3481-
version "6.9.0"
3482-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#67ab8ff460d4d3d6a0b4a570e9c1670a0a8245c8"
3483-
integrity sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==
3478+
eslint-plugin-jsx-a11y@6.10.0:
3479+
version "6.10.0"
3480+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
3481+
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
34843482
dependencies:
34853483
aria-query "~5.1.3"
34863484
array-includes "^3.1.8"
34873485
array.prototype.flatmap "^1.3.2"
34883486
ast-types-flow "^0.0.8"
3489-
axe-core "^4.9.1"
3490-
axobject-query "~3.1.1"
3487+
axe-core "^4.10.0"
3488+
axobject-query "^4.1.0"
34913489
damerau-levenshtein "^1.0.8"
34923490
emoji-regex "^9.2.2"
34933491
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)