Skip to content

Commit e4ae9b5

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.4.1
1 parent 386c76c commit e4ae9b5

File tree

2 files changed

+56
-14
lines changed

2 files changed

+56
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-cypress": "2.11.2",
4141
"eslint-plugin-import": "2.22.0",
4242
"eslint-plugin-jest": "23.20.0",
43-
"eslint-plugin-jsx-a11y": "6.3.1",
43+
"eslint-plugin-jsx-a11y": "6.4.1",
4444
"eslint-plugin-react": "7.21.3",
4545
"eslint-plugin-react-hooks": "4.1.2",
4646
"eslint-plugin-replace-relative-imports": "^1.0.0",

yarn.lock

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
dependencies:
7373
regenerator-runtime "^0.13.4"
7474

75+
"@babel/runtime@^7.11.2":
76+
version "7.12.1"
77+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
78+
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
79+
dependencies:
80+
regenerator-runtime "^0.13.4"
81+
7582
"@nodelib/[email protected]":
7683
version "2.1.3"
7784
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -444,12 +451,12 @@ astral-regex@^2.0.0:
444451
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
445452
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
446453

447-
axe-core@^3.5.4:
448-
version "3.5.5"
449-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227"
450-
integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q==
454+
axe-core@^4.0.2:
455+
version "4.0.2"
456+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.0.2.tgz#c7cf7378378a51fcd272d3c09668002a4990b1cb"
457+
integrity sha512-arU1h31OGFu+LPrOLGZ7nB45v940NMDMEJeNmbutu57P+UFDVnkZg3e+J1I2HJRZ9hT7gO8J91dn/PMrAiKakA==
451458

452-
axobject-query@^2.1.2:
459+
axobject-query@^2.2.0:
453460
version "2.2.0"
454461
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
455462
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
@@ -479,6 +486,14 @@ braces@^3.0.1:
479486
dependencies:
480487
fill-range "^7.0.1"
481488

489+
call-bind@^1.0.0:
490+
version "1.0.0"
491+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
492+
integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==
493+
dependencies:
494+
function-bind "^1.1.1"
495+
get-intrinsic "^1.0.0"
496+
482497
callsites@^3.0.0:
483498
version "3.1.0"
484499
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -854,21 +869,21 @@ [email protected]:
854869
dependencies:
855870
"@typescript-eslint/experimental-utils" "^2.5.0"
856871

857-
eslint-plugin-jsx-a11y@6.3.1:
858-
version "6.3.1"
859-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.3.1.tgz#99ef7e97f567cc6a5b8dd5ab95a94a67058a2660"
860-
integrity sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g==
872+
eslint-plugin-jsx-a11y@6.4.1:
873+
version "6.4.1"
874+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
875+
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
861876
dependencies:
862-
"@babel/runtime" "^7.10.2"
877+
"@babel/runtime" "^7.11.2"
863878
aria-query "^4.2.2"
864879
array-includes "^3.1.1"
865880
ast-types-flow "^0.0.7"
866-
axe-core "^3.5.4"
867-
axobject-query "^2.1.2"
881+
axe-core "^4.0.2"
882+
axobject-query "^2.2.0"
868883
damerau-levenshtein "^1.0.6"
869884
emoji-regex "^9.0.0"
870885
has "^1.0.3"
871-
jsx-ast-utils "^2.4.1"
886+
jsx-ast-utils "^3.1.0"
872887
language-tags "^1.0.5"
873888

874889
@@ -1164,6 +1179,15 @@ functional-red-black-tree@^1.0.1:
11641179
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
11651180
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
11661181

1182+
get-intrinsic@^1.0.0:
1183+
version "1.0.1"
1184+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be"
1185+
integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==
1186+
dependencies:
1187+
function-bind "^1.1.1"
1188+
has "^1.0.3"
1189+
has-symbols "^1.0.1"
1190+
11671191
get-own-enumerable-property-symbols@^3.0.0:
11681192
version "3.0.2"
11691193
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -1487,6 +1511,14 @@ jsx-ast-utils@^2.4.1:
14871511
array-includes "^3.1.1"
14881512
object.assign "^4.1.0"
14891513

1514+
jsx-ast-utils@^3.1.0:
1515+
version "3.1.0"
1516+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz#642f1d7b88aa6d7eb9d8f2210e166478444fa891"
1517+
integrity sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==
1518+
dependencies:
1519+
array-includes "^3.1.1"
1520+
object.assign "^4.1.1"
1521+
14901522
language-subtag-registry@~0.3.2:
14911523
version "0.3.20"
14921524
resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.20.tgz#a00a37121894f224f763268e431c55556b0c0755"
@@ -1720,6 +1752,16 @@ object.assign@^4.1.0:
17201752
has-symbols "^1.0.0"
17211753
object-keys "^1.0.11"
17221754

1755+
object.assign@^4.1.1:
1756+
version "4.1.2"
1757+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
1758+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
1759+
dependencies:
1760+
call-bind "^1.0.0"
1761+
define-properties "^1.1.3"
1762+
has-symbols "^1.0.1"
1763+
object-keys "^1.1.1"
1764+
17231765
object.entries@^1.1.2:
17241766
version "1.1.2"
17251767
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"

0 commit comments

Comments
 (0)