Skip to content

Commit 7aa3cc6

Browse files
committed
fix(deps): update dependency eslint-plugin-jsx-a11y to ^6.10.1
1 parent db4f50c commit 7aa3cc6

File tree

2 files changed

+43
-105
lines changed

2 files changed

+43
-105
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"eslint-config-txo-typescript": "^4.0.68",
34-
"eslint-plugin-jsx-a11y": "^6.10.0",
34+
"eslint-plugin-jsx-a11y": "^6.10.1",
3535
"eslint-plugin-react": "^7.37.1",
3636
"eslint-plugin-react-hooks": "^5.0.0"
3737
},

yarn.lock

Lines changed: 42 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,14 +1829,12 @@ argv-formatter@~1.0.0:
18291829
resolved "https://registry.yarnpkg.com/argv-formatter/-/argv-formatter-1.0.0.tgz#a0ca0cbc29a5b73e836eebe1cbf6c5e0e4eb82f9"
18301830
integrity sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==
18311831

1832-
aria-query@~5.1.3:
1833-
version "5.1.3"
1834-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
1835-
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
1836-
dependencies:
1837-
deep-equal "^2.0.5"
1832+
aria-query@^5.3.2:
1833+
version "5.3.2"
1834+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59"
1835+
integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==
18381836

1839-
array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
1837+
array-buffer-byte-length@^1.0.1:
18401838
version "1.0.1"
18411839
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
18421840
integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==
@@ -2695,30 +2693,6 @@ dedent@^1.0.0:
26952693
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.2.0.tgz#32039cd75c035f684e01c4a07cb88c0ecbeb57be"
26962694
integrity sha512-i4tcg0ClgvMUSxwHpt+NHQ01ZJmAkl6eBvDNrSZG9e+oLRTCSHv0wpr/Bzjpf6CwKeIHGevE1M34Y1Axdms5VQ==
26972695

2698-
deep-equal@^2.0.5:
2699-
version "2.2.3"
2700-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
2701-
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
2702-
dependencies:
2703-
array-buffer-byte-length "^1.0.0"
2704-
call-bind "^1.0.5"
2705-
es-get-iterator "^1.1.3"
2706-
get-intrinsic "^1.2.2"
2707-
is-arguments "^1.1.1"
2708-
is-array-buffer "^3.0.2"
2709-
is-date-object "^1.0.5"
2710-
is-regex "^1.1.4"
2711-
is-shared-array-buffer "^1.0.2"
2712-
isarray "^2.0.5"
2713-
object-is "^1.1.5"
2714-
object-keys "^1.1.1"
2715-
object.assign "^4.1.4"
2716-
regexp.prototype.flags "^1.5.1"
2717-
side-channel "^1.0.4"
2718-
which-boxed-primitive "^1.0.2"
2719-
which-collection "^1.0.1"
2720-
which-typed-array "^1.1.13"
2721-
27222696
deep-extend@^0.6.0:
27232697
version "0.6.0"
27242698
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
@@ -2975,25 +2949,10 @@ es-errors@^1.2.1, es-errors@^1.3.0:
29752949
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
29762950
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
29772951

2978-
es-get-iterator@^1.1.3:
2979-
version "1.1.3"
2980-
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
2981-
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
2982-
dependencies:
2983-
call-bind "^1.0.2"
2984-
get-intrinsic "^1.1.3"
2985-
has-symbols "^1.0.3"
2986-
is-arguments "^1.1.1"
2987-
is-map "^2.0.2"
2988-
is-set "^2.0.2"
2989-
is-string "^1.0.7"
2990-
isarray "^2.0.5"
2991-
stop-iteration-iterator "^1.0.0"
2992-
2993-
es-iterator-helpers@^1.0.19:
2994-
version "1.0.19"
2995-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
2996-
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
2952+
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0:
2953+
version "1.1.0"
2954+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
2955+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
29972956
dependencies:
29982957
call-bind "^1.0.7"
29992958
define-properties "^1.2.1"
@@ -3002,12 +2961,12 @@ es-iterator-helpers@^1.0.19:
30022961
es-set-tostringtag "^2.0.3"
30032962
function-bind "^1.1.2"
30042963
get-intrinsic "^1.2.4"
3005-
globalthis "^1.0.3"
2964+
globalthis "^1.0.4"
30062965
has-property-descriptors "^1.0.2"
30072966
has-proto "^1.0.3"
30082967
has-symbols "^1.0.3"
30092968
internal-slot "^1.0.7"
3010-
iterator.prototype "^1.1.2"
2969+
iterator.prototype "^1.1.3"
30112970
safe-array-concat "^1.1.2"
30122971

30132972
es-object-atoms@^1.0.0:
@@ -3170,27 +3129,27 @@ eslint-plugin-jest@^27.9.0:
31703129
dependencies:
31713130
"@typescript-eslint/utils" "^5.10.0"
31723131

3173-
eslint-plugin-jsx-a11y@^6.10.0:
3174-
version "6.10.0"
3175-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
3176-
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
3132+
eslint-plugin-jsx-a11y@^6.10.1:
3133+
version "6.10.1"
3134+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9"
3135+
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==
31773136
dependencies:
3178-
aria-query "~5.1.3"
3137+
aria-query "^5.3.2"
31793138
array-includes "^3.1.8"
31803139
array.prototype.flatmap "^1.3.2"
31813140
ast-types-flow "^0.0.8"
31823141
axe-core "^4.10.0"
31833142
axobject-query "^4.1.0"
31843143
damerau-levenshtein "^1.0.8"
31853144
emoji-regex "^9.2.2"
3186-
es-iterator-helpers "^1.0.19"
3145+
es-iterator-helpers "^1.1.0"
31873146
hasown "^2.0.2"
31883147
jsx-ast-utils "^3.3.5"
31893148
language-tags "^1.0.9"
31903149
minimatch "^3.1.2"
31913150
object.fromentries "^2.0.8"
31923151
safe-regex-test "^1.0.3"
3193-
string.prototype.includes "^2.0.0"
3152+
string.prototype.includes "^2.0.1"
31943153

31953154
eslint-plugin-n@^16.6.2:
31963155
version "16.6.2"
@@ -3738,7 +3697,7 @@ get-east-asian-width@^1.0.0:
37383697
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
37393698
integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
37403699

3741-
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:
3700+
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:
37423701
version "1.2.4"
37433702
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
37443703
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
@@ -3887,12 +3846,13 @@ globals@^15.11.0:
38873846
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
38883847
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
38893848

3890-
globalthis@^1.0.3:
3891-
version "1.0.3"
3892-
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
3893-
integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
3849+
globalthis@^1.0.3, globalthis@^1.0.4:
3850+
version "1.0.4"
3851+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
3852+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
38943853
dependencies:
3895-
define-properties "^1.1.3"
3854+
define-properties "^1.2.1"
3855+
gopd "^1.0.1"
38963856

38973857
globby@^11.1.0:
38983858
version "11.1.0"
@@ -4210,7 +4170,7 @@ inquirer@8.2.5:
42104170
through "^2.3.6"
42114171
wrap-ansi "^7.0.0"
42124172

4213-
internal-slot@^1.0.4, internal-slot@^1.0.7:
4173+
internal-slot@^1.0.7:
42144174
version "1.0.7"
42154175
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
42164176
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
@@ -4250,15 +4210,7 @@ is-alphanumerical@^1.0.0:
42504210
is-alphabetical "^1.0.0"
42514211
is-decimal "^1.0.0"
42524212

4253-
is-arguments@^1.1.1:
4254-
version "1.1.1"
4255-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
4256-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
4257-
dependencies:
4258-
call-bind "^1.0.2"
4259-
has-tostringtag "^1.0.0"
4260-
4261-
is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
4213+
is-array-buffer@^3.0.4:
42624214
version "3.0.4"
42634215
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98"
42644216
integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==
@@ -4406,7 +4358,7 @@ is-lambda@^1.0.1:
44064358
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
44074359
integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
44084360

4409-
is-map@^2.0.1, is-map@^2.0.2:
4361+
is-map@^2.0.1:
44104362
version "2.0.3"
44114363
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
44124364
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
@@ -4451,7 +4403,7 @@ is-regex@^1.1.4:
44514403
call-bind "^1.0.2"
44524404
has-tostringtag "^1.0.0"
44534405

4454-
is-set@^2.0.1, is-set@^2.0.2:
4406+
is-set@^2.0.1:
44554407
version "2.0.3"
44564408
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
44574409
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
@@ -4625,10 +4577,10 @@ istanbul-reports@^3.1.3:
46254577
html-escaper "^2.0.0"
46264578
istanbul-lib-report "^3.0.0"
46274579

4628-
iterator.prototype@^1.1.2:
4629-
version "1.1.2"
4630-
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
4631-
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
4580+
iterator.prototype@^1.1.3:
4581+
version "1.1.3"
4582+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
4583+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
46324584
dependencies:
46334585
define-properties "^1.2.1"
46344586
get-intrinsic "^1.2.1"
@@ -6151,14 +6103,6 @@ object-inspect@^1.13.1:
61516103
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
61526104
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
61536105

6154-
object-is@^1.1.5:
6155-
version "1.1.6"
6156-
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
6157-
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
6158-
dependencies:
6159-
call-bind "^1.0.7"
6160-
define-properties "^1.2.1"
6161-
61626106
object-keys@^1.1.1:
61636107
version "1.1.1"
61646108
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -6828,7 +6772,7 @@ reflect.getprototypeof@^1.0.4:
68286772
globalthis "^1.0.3"
68296773
which-builtin-type "^1.1.3"
68306774

6831-
regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
6775+
regexp.prototype.flags@^1.5.2:
68326776
version "1.5.2"
68336777
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
68346778
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
@@ -7329,13 +7273,6 @@ stack-utils@^2.0.3:
73297273
dependencies:
73307274
escape-string-regexp "^2.0.0"
73317275

7332-
stop-iteration-iterator@^1.0.0:
7333-
version "1.0.0"
7334-
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
7335-
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
7336-
dependencies:
7337-
internal-slot "^1.0.4"
7338-
73397276
stream-combiner2@~1.1.1:
73407277
version "1.1.1"
73417278
resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe"
@@ -7393,13 +7330,14 @@ string-width@^7.0.0:
73937330
get-east-asian-width "^1.0.0"
73947331
strip-ansi "^7.1.0"
73957332

7396-
string.prototype.includes@^2.0.0:
7397-
version "2.0.0"
7398-
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
7399-
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
7333+
string.prototype.includes@^2.0.1:
7334+
version "2.0.1"
7335+
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92"
7336+
integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==
74007337
dependencies:
7401-
define-properties "^1.1.3"
7402-
es-abstract "^1.17.5"
7338+
call-bind "^1.0.7"
7339+
define-properties "^1.2.1"
7340+
es-abstract "^1.23.3"
74037341

74047342
string.prototype.matchall@^4.0.11:
74057343
version "4.0.11"
@@ -8100,7 +8038,7 @@ which-collection@^1.0.1:
81008038
is-weakmap "^2.0.1"
81018039
is-weakset "^2.0.1"
81028040

8103-
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
8041+
which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
81048042
version "1.1.15"
81058043
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
81068044
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==

0 commit comments

Comments
 (0)