Skip to content

Commit c9ff972

Browse files
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.10.1 (#5796)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbfa5d3 commit c9ff972

File tree

2 files changed

+67
-75
lines changed

2 files changed

+67
-75
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-etc": "2.0.3",
4646
"eslint-plugin-import": "2.31.0",
4747
"eslint-plugin-jest": "28.3.0",
48-
"eslint-plugin-jsx-a11y": "6.10.0",
48+
"eslint-plugin-jsx-a11y": "6.10.1",
4949
"eslint-plugin-n": "16.6.2",
5050
"eslint-plugin-prettier": "5.2.1",
5151
"eslint-plugin-promise": "6.6.0",

yarn.lock

Lines changed: 66 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5949,14 +5949,12 @@ aria-query@^5.0.0:
59495949
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.0.tgz#210c21aaf469613ee8c9a62c7f86525e058db52c"
59505950
integrity sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==
59515951

5952-
aria-query@~5.1.3:
5953-
version "5.1.3"
5954-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
5955-
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
5956-
dependencies:
5957-
deep-equal "^2.0.5"
5952+
aria-query@^5.3.2:
5953+
version "5.3.2"
5954+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59"
5955+
integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==
59585956

5959-
array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
5957+
array-buffer-byte-length@^1.0.1:
59605958
version "1.0.1"
59615959
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
59625960
integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==
@@ -7983,30 +7981,6 @@ deep-eql@^4.1.3:
79837981
dependencies:
79847982
type-detect "^4.0.0"
79857983

7986-
deep-equal@^2.0.5:
7987-
version "2.2.3"
7988-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
7989-
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
7990-
dependencies:
7991-
array-buffer-byte-length "^1.0.0"
7992-
call-bind "^1.0.5"
7993-
es-get-iterator "^1.1.3"
7994-
get-intrinsic "^1.2.2"
7995-
is-arguments "^1.1.1"
7996-
is-array-buffer "^3.0.2"
7997-
is-date-object "^1.0.5"
7998-
is-regex "^1.1.4"
7999-
is-shared-array-buffer "^1.0.2"
8000-
isarray "^2.0.5"
8001-
object-is "^1.1.5"
8002-
object-keys "^1.1.1"
8003-
object.assign "^4.1.4"
8004-
regexp.prototype.flags "^1.5.1"
8005-
side-channel "^1.0.4"
8006-
which-boxed-primitive "^1.0.2"
8007-
which-collection "^1.0.1"
8008-
which-typed-array "^1.1.13"
8009-
80107984
deep-extend@^0.6.0:
80117985
version "0.6.0"
80127986
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
@@ -8774,21 +8748,6 @@ es-errors@^1.0.0, es-errors@^1.2.1, es-errors@^1.3.0:
87748748
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
87758749
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
87768750

8777-
es-get-iterator@^1.1.3:
8778-
version "1.1.3"
8779-
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
8780-
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
8781-
dependencies:
8782-
call-bind "^1.0.2"
8783-
get-intrinsic "^1.1.3"
8784-
has-symbols "^1.0.3"
8785-
is-arguments "^1.1.1"
8786-
is-map "^2.0.2"
8787-
is-set "^2.0.2"
8788-
is-string "^1.0.7"
8789-
isarray "^2.0.5"
8790-
stop-iteration-iterator "^1.0.0"
8791-
87928751
es-iterator-helpers@^1.0.19:
87938752
version "1.0.19"
87948753
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
@@ -8809,6 +8768,26 @@ es-iterator-helpers@^1.0.19:
88098768
iterator.prototype "^1.1.2"
88108769
safe-array-concat "^1.1.2"
88118770

8771+
es-iterator-helpers@^1.1.0:
8772+
version "1.1.0"
8773+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
8774+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
8775+
dependencies:
8776+
call-bind "^1.0.7"
8777+
define-properties "^1.2.1"
8778+
es-abstract "^1.23.3"
8779+
es-errors "^1.3.0"
8780+
es-set-tostringtag "^2.0.3"
8781+
function-bind "^1.1.2"
8782+
get-intrinsic "^1.2.4"
8783+
globalthis "^1.0.4"
8784+
has-property-descriptors "^1.0.2"
8785+
has-proto "^1.0.3"
8786+
has-symbols "^1.0.3"
8787+
internal-slot "^1.0.7"
8788+
iterator.prototype "^1.1.3"
8789+
safe-array-concat "^1.1.2"
8790+
88128791
es-module-lexer@^1.2.1:
88138792
version "1.2.1"
88148793
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.1.tgz#ba303831f63e6a394983fde2f97ad77b22324527"
@@ -9060,27 +9039,27 @@ [email protected]:
90609039
dependencies:
90619040
"@typescript-eslint/utils" "^6.0.0"
90629041

9063-
9064-
version "6.10.0"
9065-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
9066-
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
9042+
9043+
version "6.10.1"
9044+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9"
9045+
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==
90679046
dependencies:
9068-
aria-query "~5.1.3"
9047+
aria-query "^5.3.2"
90699048
array-includes "^3.1.8"
90709049
array.prototype.flatmap "^1.3.2"
90719050
ast-types-flow "^0.0.8"
90729051
axe-core "^4.10.0"
90739052
axobject-query "^4.1.0"
90749053
damerau-levenshtein "^1.0.8"
90759054
emoji-regex "^9.2.2"
9076-
es-iterator-helpers "^1.0.19"
9055+
es-iterator-helpers "^1.1.0"
90779056
hasown "^2.0.2"
90789057
jsx-ast-utils "^3.3.5"
90799058
language-tags "^1.0.9"
90809059
minimatch "^3.1.2"
90819060
object.fromentries "^2.0.8"
90829061
safe-regex-test "^1.0.3"
9083-
string.prototype.includes "^2.0.0"
9062+
string.prototype.includes "^2.0.1"
90849063

90859064
90869065
version "16.6.2"
@@ -10242,7 +10221,7 @@ get-func-name@^2.0.0, get-func-name@^2.0.2:
1024210221
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
1024310222
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
1024410223

10245-
get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
10224+
get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
1024610225
version "1.2.4"
1024710226
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
1024810227
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
@@ -10491,6 +10470,14 @@ globalthis@^1.0.3:
1049110470
dependencies:
1049210471
define-properties "^1.1.3"
1049310472

10473+
globalthis@^1.0.4:
10474+
version "1.0.4"
10475+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
10476+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
10477+
dependencies:
10478+
define-properties "^1.2.1"
10479+
gopd "^1.0.1"
10480+
1049410481
globby@^11.0.1, globby@^11.0.2, globby@^11.1.0:
1049510482
version "11.1.0"
1049610483
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -11198,7 +11185,7 @@ [email protected]:
1119811185
strip-ansi "^6.0.1"
1119911186
wrap-ansi "^6.2.0"
1120011187

11201-
internal-slot@^1.0.3, internal-slot@^1.0.4, internal-slot@^1.0.7:
11188+
internal-slot@^1.0.3, internal-slot@^1.0.7:
1120211189
version "1.0.7"
1120311190
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
1120411191
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
@@ -11271,15 +11258,15 @@ is-alphanumerical@^1.0.0:
1127111258
is-alphabetical "^1.0.0"
1127211259
is-decimal "^1.0.0"
1127311260

11274-
is-arguments@^1.0.4, is-arguments@^1.1.1:
11261+
is-arguments@^1.0.4:
1127511262
version "1.1.1"
1127611263
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
1127711264
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
1127811265
dependencies:
1127911266
call-bind "^1.0.2"
1128011267
has-tostringtag "^1.0.0"
1128111268

11282-
is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
11269+
is-array-buffer@^3.0.4:
1128311270
version "3.0.4"
1128411271
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98"
1128511272
integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==
@@ -11470,7 +11457,7 @@ is-interactive@^2.0.0:
1147011457
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90"
1147111458
integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==
1147211459

11473-
is-map@^2.0.2, is-map@^2.0.3:
11460+
is-map@^2.0.3:
1147411461
version "2.0.3"
1147511462
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
1147611463
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
@@ -11584,7 +11571,7 @@ is-retry-allowed@^1.1.0:
1158411571
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
1158511572
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
1158611573

11587-
is-set@^2.0.2, is-set@^2.0.3:
11574+
is-set@^2.0.3:
1158811575
version "2.0.3"
1158911576
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
1159011577
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
@@ -11827,6 +11814,17 @@ iterator.prototype@^1.1.2:
1182711814
reflect.getprototypeof "^1.0.4"
1182811815
set-function-name "^2.0.1"
1182911816

11817+
iterator.prototype@^1.1.3:
11818+
version "1.1.3"
11819+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
11820+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
11821+
dependencies:
11822+
define-properties "^1.2.1"
11823+
get-intrinsic "^1.2.1"
11824+
has-symbols "^1.0.3"
11825+
reflect.getprototypeof "^1.0.4"
11826+
set-function-name "^2.0.1"
11827+
1183011828
jackspeak@^2.0.3:
1183111829
version "2.2.0"
1183211830
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
@@ -15323,7 +15321,7 @@ regexp-tree@^0.1.27:
1532315321
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
1532415322
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
1532515323

15326-
regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
15324+
regexp.prototype.flags@^1.5.2:
1532715325
version "1.5.2"
1532815326
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
1532915327
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
@@ -16273,13 +16271,6 @@ stdin-discarder@^0.1.0:
1627316271
dependencies:
1627416272
bl "^5.0.0"
1627516273

16276-
stop-iteration-iterator@^1.0.0:
16277-
version "1.0.0"
16278-
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
16279-
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
16280-
dependencies:
16281-
internal-slot "^1.0.4"
16282-
1628316274
store2@^2.12.0:
1628416275
version "2.13.1"
1628516276
resolved "https://registry.yarnpkg.com/store2/-/store2-2.13.1.tgz#fae7b5bb9d35fc53dc61cd262df3abb2f6e59022"
@@ -16416,13 +16407,14 @@ string-width@^6.1.0:
1641616407
emoji-regex "^10.2.1"
1641716408
strip-ansi "^7.0.1"
1641816409

16419-
string.prototype.includes@^2.0.0:
16420-
version "2.0.0"
16421-
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
16422-
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
16410+
string.prototype.includes@^2.0.1:
16411+
version "2.0.1"
16412+
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92"
16413+
integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==
1642316414
dependencies:
16424-
define-properties "^1.1.3"
16425-
es-abstract "^1.17.5"
16415+
call-bind "^1.0.7"
16416+
define-properties "^1.2.1"
16417+
es-abstract "^1.23.3"
1642616418

1642716419
string.prototype.matchall@^4.0.11:
1642816420
version "4.0.11"
@@ -18569,7 +18561,7 @@ which-module@^2.0.0:
1856918561
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
1857018562
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
1857118563

18572-
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
18564+
which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
1857318565
version "1.1.15"
1857418566
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
1857518567
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==

0 commit comments

Comments
 (0)