Skip to content

Commit d8b2b77

Browse files
chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.3.1 to 6.4.1. - [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md) - [Commits](infofarmer/eslint-plugin-jsx-a11y@v6.3.1...v6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d9313fe commit d8b2b77

File tree

1 file changed

+20
-28
lines changed

1 file changed

+20
-28
lines changed

yarn.lock

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,7 +3172,7 @@ array-ify@^1.0.0:
31723172
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
31733173
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
31743174

3175-
array-includes@^3.1.1, array-includes@^3.1.3:
3175+
array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
31763176
version "3.1.3"
31773177
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
31783178
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -3290,10 +3290,10 @@ aws4@^1.8.0:
32903290
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
32913291
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
32923292

3293-
axe-core@^3.5.4:
3294-
version "3.5.5"
3295-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
3296-
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
3293+
axe-core@^4.0.2:
3294+
version "4.2.3"
3295+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.3.tgz#2a3afc332f0031b42f602f4a3de03c211ca98f72"
3296+
integrity sha512-pXnVMfJKSIWU2Ml4JHP7pZEPIrgBO1Fd3WGx+fPBsS+KRGhE4vxooD8XBGWbQOIVSZsVK7pUDBBkCicNu80yzQ==
32973297

32983298
axios@0.19.0:
32993299
version "0.19.0"
@@ -3310,7 +3310,7 @@ axios@^0.19.0:
33103310
dependencies:
33113311
follow-redirects "1.5.10"
33123312

3313-
axobject-query@^2.1.2:
3313+
axobject-query@^2.2.0:
33143314
version "2.2.0"
33153315
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
33163316
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
@@ -4989,20 +4989,20 @@ eslint-plugin-jest@23.20.0:
49894989
"@typescript-eslint/experimental-utils" "^2.5.0"
49904990

49914991
eslint-plugin-jsx-a11y@^6.3.1:
4992-
version "6.3.1"
4993-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.3.1.tgz#99ef7e97f567cc6a5b8dd5ab95a94a67058a2660"
4994-
integrity sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g==
4992+
version "6.4.1"
4993+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
4994+
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
49954995
dependencies:
4996-
"@babel/runtime" "^7.10.2"
4996+
"@babel/runtime" "^7.11.2"
49974997
aria-query "^4.2.2"
49984998
array-includes "^3.1.1"
49994999
ast-types-flow "^0.0.7"
5000-
axe-core "^3.5.4"
5001-
axobject-query "^2.1.2"
5000+
axe-core "^4.0.2"
5001+
axobject-query "^2.2.0"
50025002
damerau-levenshtein "^1.0.6"
50035003
emoji-regex "^9.0.0"
50045004
has "^1.0.3"
5005-
jsx-ast-utils "^2.4.1"
5005+
jsx-ast-utils "^3.1.0"
50065006
language-tags "^1.0.5"
50075007

50085008
eslint-plugin-react-hooks@4.2.0:
@@ -7395,21 +7395,13 @@ jsprim@^1.2.2:
73957395
json-schema "0.2.3"
73967396
verror "1.10.0"
73977397

7398-
jsx-ast-utils@^2.4.1:
7399-
version "2.4.1"
7400-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
7401-
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
7402-
dependencies:
7403-
array-includes "^3.1.1"
7404-
object.assign "^4.1.0"
7405-
7406-
"jsx-ast-utils@^2.4.1 || ^3.0.0":
7407-
version "3.1.0"
7408-
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz#642f1d7b88aa6d7eb9d8f2210e166478444fa891"
7409-
integrity sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==
7398+
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
7399+
version "3.2.0"
7400+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
7401+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
74107402
dependencies:
7411-
array-includes "^3.1.1"
7412-
object.assign "^4.1.1"
7403+
array-includes "^3.1.2"
7404+
object.assign "^4.1.2"
74137405

74147406
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
74157407
version "3.2.2"
@@ -8793,7 +8785,7 @@ object-visit@^1.0.0:
87938785
dependencies:
87948786
isobject "^3.0.0"
87958787

8796-
object.assign@^4.1.0, object.assign@^4.1.1:
8788+
object.assign@^4.1.0:
87978789
version "4.1.1"
87988790
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
87998791
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==

0 commit comments

Comments
 (0)