Skip to content

Commit ffb9a83

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.10.0
1 parent da15b74 commit ffb9a83

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-airbnb": "18.2.1",
3131
"eslint-plugin-import": "2.30.0",
3232
"eslint-plugin-json": "3.1.0",
33-
"eslint-plugin-jsx-a11y": "6.9.0",
33+
"eslint-plugin-jsx-a11y": "6.10.0",
3434
"eslint-plugin-react": "7.35.2",
3535
"eslint-plugin-react-hooks": "4.6.2"
3636
},

yarn.lock

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -869,17 +869,15 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7:
869869
dependencies:
870870
possible-typed-array-names "^1.0.0"
871871

872-
axe-core@^4.9.1:
873-
version "4.9.1"
874-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
875-
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
872+
axe-core@^4.10.0:
873+
version "4.10.0"
874+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
875+
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
876876

877-
axobject-query@~3.1.1:
878-
version "3.1.1"
879-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
880-
integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
881-
dependencies:
882-
deep-equal "^2.0.5"
877+
axobject-query@^4.1.0:
878+
version "4.1.0"
879+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee"
880+
integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
883881

884882
babel-plugin-lodash@3.3.4:
885883
version "3.3.4"
@@ -1692,17 +1690,17 @@ eslint-plugin-json@3.1.0:
16921690
lodash "^4.17.21"
16931691
vscode-json-languageservice "^4.1.6"
16941692

1695-
eslint-plugin-jsx-a11y@6.9.0:
1696-
version "6.9.0"
1697-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#67ab8ff460d4d3d6a0b4a570e9c1670a0a8245c8"
1698-
integrity sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==
1693+
eslint-plugin-jsx-a11y@6.10.0:
1694+
version "6.10.0"
1695+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
1696+
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
16991697
dependencies:
17001698
aria-query "~5.1.3"
17011699
array-includes "^3.1.8"
17021700
array.prototype.flatmap "^1.3.2"
17031701
ast-types-flow "^0.0.8"
1704-
axe-core "^4.9.1"
1705-
axobject-query "~3.1.1"
1702+
axe-core "^4.10.0"
1703+
axobject-query "^4.1.0"
17061704
damerau-levenshtein "^1.0.8"
17071705
emoji-regex "^9.2.2"
17081706
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)