Skip to content

Commit 4c97531

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.10.1
1 parent b8755be commit 4c97531

File tree

2 files changed

+65
-99
lines changed

2 files changed

+65
-99
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.31.0",
3232
"eslint-plugin-json": "3.1.0",
33-
"eslint-plugin-jsx-a11y": "6.10.0",
33+
"eslint-plugin-jsx-a11y": "6.10.1",
3434
"eslint-plugin-react": "7.37.1",
3535
"eslint-plugin-react-hooks": "4.6.2"
3636
},

yarn.lock

Lines changed: 64 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -624,12 +624,10 @@ argparse@^1.0.7:
624624
dependencies:
625625
sprintf-js "~1.0.2"
626626

627-
aria-query@~5.1.3:
628-
version "5.1.3"
629-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
630-
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
631-
dependencies:
632-
deep-equal "^2.0.5"
627+
aria-query@^5.3.2:
628+
version "5.3.2"
629+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59"
630+
integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==
633631

634632
array-buffer-byte-length@^1.0.0:
635633
version "1.0.0"
@@ -1036,30 +1034,6 @@ debug@^4.3.1:
10361034
dependencies:
10371035
ms "2.1.2"
10381036

1039-
deep-equal@^2.0.5:
1040-
version "2.2.3"
1041-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
1042-
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
1043-
dependencies:
1044-
array-buffer-byte-length "^1.0.0"
1045-
call-bind "^1.0.5"
1046-
es-get-iterator "^1.1.3"
1047-
get-intrinsic "^1.2.2"
1048-
is-arguments "^1.1.1"
1049-
is-array-buffer "^3.0.2"
1050-
is-date-object "^1.0.5"
1051-
is-regex "^1.1.4"
1052-
is-shared-array-buffer "^1.0.2"
1053-
isarray "^2.0.5"
1054-
object-is "^1.1.5"
1055-
object-keys "^1.1.1"
1056-
object.assign "^4.1.4"
1057-
regexp.prototype.flags "^1.5.1"
1058-
side-channel "^1.0.4"
1059-
which-boxed-primitive "^1.0.2"
1060-
which-collection "^1.0.1"
1061-
which-typed-array "^1.1.13"
1062-
10631037
deep-is@^0.1.3:
10641038
version "0.1.3"
10651039
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -1441,21 +1415,6 @@ es-errors@^1.2.1, es-errors@^1.3.0:
14411415
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
14421416
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
14431417

1444-
es-get-iterator@^1.1.3:
1445-
version "1.1.3"
1446-
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
1447-
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
1448-
dependencies:
1449-
call-bind "^1.0.2"
1450-
get-intrinsic "^1.1.3"
1451-
has-symbols "^1.0.3"
1452-
is-arguments "^1.1.1"
1453-
is-map "^2.0.2"
1454-
is-set "^2.0.2"
1455-
is-string "^1.0.7"
1456-
isarray "^2.0.5"
1457-
stop-iteration-iterator "^1.0.0"
1458-
14591418
es-iterator-helpers@^1.0.19:
14601419
version "1.0.19"
14611420
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
@@ -1476,6 +1435,26 @@ es-iterator-helpers@^1.0.19:
14761435
iterator.prototype "^1.1.2"
14771436
safe-array-concat "^1.1.2"
14781437

1438+
es-iterator-helpers@^1.1.0:
1439+
version "1.1.0"
1440+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
1441+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
1442+
dependencies:
1443+
call-bind "^1.0.7"
1444+
define-properties "^1.2.1"
1445+
es-abstract "^1.23.3"
1446+
es-errors "^1.3.0"
1447+
es-set-tostringtag "^2.0.3"
1448+
function-bind "^1.1.2"
1449+
get-intrinsic "^1.2.4"
1450+
globalthis "^1.0.4"
1451+
has-property-descriptors "^1.0.2"
1452+
has-proto "^1.0.3"
1453+
has-symbols "^1.0.3"
1454+
internal-slot "^1.0.7"
1455+
iterator.prototype "^1.1.3"
1456+
safe-array-concat "^1.1.2"
1457+
14791458
es-object-atoms@^1.0.0:
14801459
version "1.0.0"
14811460
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941"
@@ -1605,27 +1584,27 @@ [email protected]:
16051584
lodash "^4.17.21"
16061585
vscode-json-languageservice "^4.1.6"
16071586

1608-
1609-
version "6.10.0"
1610-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
1611-
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
1587+
1588+
version "6.10.1"
1589+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9"
1590+
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==
16121591
dependencies:
1613-
aria-query "~5.1.3"
1592+
aria-query "^5.3.2"
16141593
array-includes "^3.1.8"
16151594
array.prototype.flatmap "^1.3.2"
16161595
ast-types-flow "^0.0.8"
16171596
axe-core "^4.10.0"
16181597
axobject-query "^4.1.0"
16191598
damerau-levenshtein "^1.0.8"
16201599
emoji-regex "^9.2.2"
1621-
es-iterator-helpers "^1.0.19"
1600+
es-iterator-helpers "^1.1.0"
16221601
hasown "^2.0.2"
16231602
jsx-ast-utils "^3.3.5"
16241603
language-tags "^1.0.9"
16251604
minimatch "^3.1.2"
16261605
object.fromentries "^2.0.8"
16271606
safe-regex-test "^1.0.3"
1628-
string.prototype.includes "^2.0.0"
1607+
string.prototype.includes "^2.0.1"
16291608

16301609
16311610
version "4.6.2"
@@ -2045,6 +2024,14 @@ globalthis@^1.0.3:
20452024
dependencies:
20462025
define-properties "^1.1.3"
20472026

2027+
globalthis@^1.0.4:
2028+
version "1.0.4"
2029+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
2030+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
2031+
dependencies:
2032+
define-properties "^1.2.1"
2033+
gopd "^1.0.1"
2034+
20482035
gopd@^1.0.1:
20492036
version "1.0.1"
20502037
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -2198,15 +2185,6 @@ internal-slot@^1.0.3:
21982185
has "^1.0.3"
21992186
side-channel "^1.0.4"
22002187

2201-
internal-slot@^1.0.4, internal-slot@^1.0.7:
2202-
version "1.0.7"
2203-
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
2204-
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
2205-
dependencies:
2206-
es-errors "^1.3.0"
2207-
hasown "^2.0.0"
2208-
side-channel "^1.0.4"
2209-
22102188
internal-slot@^1.0.5:
22112189
version "1.0.5"
22122190
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986"
@@ -2216,13 +2194,14 @@ internal-slot@^1.0.5:
22162194
has "^1.0.3"
22172195
side-channel "^1.0.4"
22182196

2219-
is-arguments@^1.1.1:
2220-
version "1.1.1"
2221-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
2222-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
2197+
internal-slot@^1.0.7:
2198+
version "1.0.7"
2199+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
2200+
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
22232201
dependencies:
2224-
call-bind "^1.0.2"
2225-
has-tostringtag "^1.0.0"
2202+
es-errors "^1.3.0"
2203+
hasown "^2.0.0"
2204+
side-channel "^1.0.4"
22262205

22272206
is-array-buffer@^3.0.1:
22282207
version "3.0.1"
@@ -2380,11 +2359,6 @@ is-map@^2.0.1:
23802359
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
23812360
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
23822361

2383-
is-map@^2.0.2:
2384-
version "2.0.3"
2385-
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
2386-
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
2387-
23882362
is-negative-zero@^2.0.0:
23892363
version "2.0.0"
23902364
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
@@ -2456,11 +2430,6 @@ is-set@^2.0.1:
24562430
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec"
24572431
integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
24582432

2459-
is-set@^2.0.2:
2460-
version "2.0.3"
2461-
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
2462-
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
2463-
24642433
is-shared-array-buffer@^1.0.1:
24652434
version "1.0.1"
24662435
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
@@ -2582,6 +2551,17 @@ iterator.prototype@^1.1.2:
25822551
reflect.getprototypeof "^1.0.4"
25832552
set-function-name "^2.0.1"
25842553

2554+
iterator.prototype@^1.1.3:
2555+
version "1.1.3"
2556+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
2557+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
2558+
dependencies:
2559+
define-properties "^1.2.1"
2560+
get-intrinsic "^1.2.1"
2561+
has-symbols "^1.0.3"
2562+
reflect.getprototypeof "^1.0.4"
2563+
set-function-name "^2.0.1"
2564+
25852565
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
25862566
version "4.0.0"
25872567
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -2816,14 +2796,6 @@ object-inspect@^1.9.0:
28162796
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
28172797
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
28182798

2819-
object-is@^1.1.5:
2820-
version "1.1.6"
2821-
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
2822-
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
2823-
dependencies:
2824-
call-bind "^1.0.7"
2825-
define-properties "^1.2.1"
2826-
28272799
object-keys@^1.0.11, object-keys@^1.0.12:
28282800
version "1.1.0"
28292801
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
@@ -3324,13 +3296,6 @@ sprintf-js@~1.0.2:
33243296
version "1.0.3"
33253297
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
33263298

3327-
stop-iteration-iterator@^1.0.0:
3328-
version "1.0.0"
3329-
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
3330-
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
3331-
dependencies:
3332-
internal-slot "^1.0.4"
3333-
33343299
string-width@^4.2.0:
33353300
version "4.2.0"
33363301
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -3340,13 +3305,14 @@ string-width@^4.2.0:
33403305
is-fullwidth-code-point "^3.0.0"
33413306
strip-ansi "^6.0.0"
33423307

3343-
string.prototype.includes@^2.0.0:
3344-
version "2.0.0"
3345-
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
3346-
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
3308+
string.prototype.includes@^2.0.1:
3309+
version "2.0.1"
3310+
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92"
3311+
integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==
33473312
dependencies:
3348-
define-properties "^1.1.3"
3349-
es-abstract "^1.17.5"
3313+
call-bind "^1.0.7"
3314+
define-properties "^1.2.1"
3315+
es-abstract "^1.23.3"
33503316

33513317
string.prototype.matchall@^4.0.11:
33523318
version "4.0.11"

0 commit comments

Comments
 (0)