Skip to content

Commit 91ee4aa

Browse files
authored
Update eslint-plugin-jsx-a11y to version 6.10.1 (#587)
1 parent 5a06c39 commit 91ee4aa

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
@@ -55,7 +55,7 @@
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-prettier": "9.1.0",
5757
"eslint-plugin-import": "2.31.0",
58-
"eslint-plugin-jsx-a11y": "6.10.0",
58+
"eslint-plugin-jsx-a11y": "6.10.1",
5959
"eslint-plugin-prettier": "5.2.1",
6060
"eslint-plugin-react": "7.37.1",
6161
"eslint-plugin-react-hooks": "4.6.2",

yarn.lock

Lines changed: 42 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,14 +1553,12 @@ argparse@^2.0.1:
15531553
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
15541554
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
15551555

1556-
aria-query@~5.1.3:
1557-
version "5.1.3"
1558-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
1559-
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
1560-
dependencies:
1561-
deep-equal "^2.0.5"
1556+
aria-query@^5.3.2:
1557+
version "5.3.2"
1558+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59"
1559+
integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==
15621560

1563-
array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
1561+
array-buffer-byte-length@^1.0.1:
15641562
version "1.0.1"
15651563
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
15661564
integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==
@@ -2279,30 +2277,6 @@ debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
22792277
dependencies:
22802278
ms "2.1.2"
22812279

2282-
deep-equal@^2.0.5:
2283-
version "2.2.3"
2284-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
2285-
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
2286-
dependencies:
2287-
array-buffer-byte-length "^1.0.0"
2288-
call-bind "^1.0.5"
2289-
es-get-iterator "^1.1.3"
2290-
get-intrinsic "^1.2.2"
2291-
is-arguments "^1.1.1"
2292-
is-array-buffer "^3.0.2"
2293-
is-date-object "^1.0.5"
2294-
is-regex "^1.1.4"
2295-
is-shared-array-buffer "^1.0.2"
2296-
isarray "^2.0.5"
2297-
object-is "^1.1.5"
2298-
object-keys "^1.1.1"
2299-
object.assign "^4.1.4"
2300-
regexp.prototype.flags "^1.5.1"
2301-
side-channel "^1.0.4"
2302-
which-boxed-primitive "^1.0.2"
2303-
which-collection "^1.0.1"
2304-
which-typed-array "^1.1.13"
2305-
23062280
deep-is@^0.1.3, deep-is@~0.1.3:
23072281
version "0.1.4"
23082282
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
@@ -2543,25 +2517,10 @@ es-errors@^1.2.1, es-errors@^1.3.0:
25432517
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
25442518
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
25452519

2546-
es-get-iterator@^1.1.3:
2547-
version "1.1.3"
2548-
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
2549-
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
2550-
dependencies:
2551-
call-bind "^1.0.2"
2552-
get-intrinsic "^1.1.3"
2553-
has-symbols "^1.0.3"
2554-
is-arguments "^1.1.1"
2555-
is-map "^2.0.2"
2556-
is-set "^2.0.2"
2557-
is-string "^1.0.7"
2558-
isarray "^2.0.5"
2559-
stop-iteration-iterator "^1.0.0"
2560-
2561-
es-iterator-helpers@^1.0.19:
2562-
version "1.0.19"
2563-
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
2564-
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
2520+
es-iterator-helpers@^1.0.19, es-iterator-helpers@^1.1.0:
2521+
version "1.1.0"
2522+
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz#f6d745d342aea214fe09497e7152170dc333a7a6"
2523+
integrity sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==
25652524
dependencies:
25662525
call-bind "^1.0.7"
25672526
define-properties "^1.2.1"
@@ -2570,12 +2529,12 @@ es-iterator-helpers@^1.0.19:
25702529
es-set-tostringtag "^2.0.3"
25712530
function-bind "^1.1.2"
25722531
get-intrinsic "^1.2.4"
2573-
globalthis "^1.0.3"
2532+
globalthis "^1.0.4"
25742533
has-property-descriptors "^1.0.2"
25752534
has-proto "^1.0.3"
25762535
has-symbols "^1.0.3"
25772536
internal-slot "^1.0.7"
2578-
iterator.prototype "^1.1.2"
2537+
iterator.prototype "^1.1.3"
25792538
safe-array-concat "^1.1.2"
25802539

25812540
es-module-lexer@^1.2.1:
@@ -2722,27 +2681,27 @@ eslint-plugin-import@2.31.0:
27222681
string.prototype.trimend "^1.0.8"
27232682
tsconfig-paths "^3.15.0"
27242683

2725-
eslint-plugin-jsx-a11y@6.10.0:
2726-
version "6.10.0"
2727-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.0.tgz#36fb9dead91cafd085ddbe3829602fb10ef28339"
2728-
integrity sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==
2684+
eslint-plugin-jsx-a11y@6.10.1:
2685+
version "6.10.1"
2686+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.1.tgz#87003835bad8875e023aa5db26f41a0c9e6a8fa9"
2687+
integrity sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==
27292688
dependencies:
2730-
aria-query "~5.1.3"
2689+
aria-query "^5.3.2"
27312690
array-includes "^3.1.8"
27322691
array.prototype.flatmap "^1.3.2"
27332692
ast-types-flow "^0.0.8"
27342693
axe-core "^4.10.0"
27352694
axobject-query "^4.1.0"
27362695
damerau-levenshtein "^1.0.8"
27372696
emoji-regex "^9.2.2"
2738-
es-iterator-helpers "^1.0.19"
2697+
es-iterator-helpers "^1.1.0"
27392698
hasown "^2.0.2"
27402699
jsx-ast-utils "^3.3.5"
27412700
language-tags "^1.0.9"
27422701
minimatch "^3.1.2"
27432702
object.fromentries "^2.0.8"
27442703
safe-regex-test "^1.0.3"
2745-
string.prototype.includes "^2.0.0"
2704+
string.prototype.includes "^2.0.1"
27462705

27472706
eslint-plugin-prettier@5.2.1:
27482707
version "5.2.1"
@@ -3248,7 +3207,7 @@ get-caller-file@^2.0.5:
32483207
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
32493208
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
32503209

3251-
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:
3210+
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:
32523211
version "1.2.4"
32533212
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
32543213
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
@@ -3352,12 +3311,13 @@ globals@^14.0.0:
33523311
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
33533312
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
33543313

3355-
globalthis@^1.0.3:
3356-
version "1.0.3"
3357-
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
3358-
integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
3314+
globalthis@^1.0.3, globalthis@^1.0.4:
3315+
version "1.0.4"
3316+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
3317+
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
33593318
dependencies:
3360-
define-properties "^1.1.3"
3319+
define-properties "^1.2.1"
3320+
gopd "^1.0.1"
33613321

33623322
globby@^11.0.4:
33633323
version "11.1.0"
@@ -3614,7 +3574,7 @@ ini@^1.3.5:
36143574
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
36153575
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
36163576

3617-
internal-slot@^1.0.4, internal-slot@^1.0.7:
3577+
internal-slot@^1.0.7:
36183578
version "1.0.7"
36193579
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
36203580
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
@@ -3646,15 +3606,7 @@ is-alphanumerical@^1.0.0:
36463606
is-alphabetical "^1.0.0"
36473607
is-decimal "^1.0.0"
36483608

3649-
is-arguments@^1.1.1:
3650-
version "1.1.1"
3651-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
3652-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
3653-
dependencies:
3654-
call-bind "^1.0.2"
3655-
has-tostringtag "^1.0.0"
3656-
3657-
is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
3609+
is-array-buffer@^3.0.4:
36583610
version "3.0.4"
36593611
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98"
36603612
integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==
@@ -3783,7 +3735,7 @@ is-interactive@^1.0.0:
37833735
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
37843736
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
37853737

3786-
is-map@^2.0.1, is-map@^2.0.2:
3738+
is-map@^2.0.1:
37873739
version "2.0.3"
37883740
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
37893741
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
@@ -3869,7 +3821,7 @@ is-root@^2.1.0:
38693821
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
38703822
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
38713823

3872-
is-set@^2.0.1, is-set@^2.0.2:
3824+
is-set@^2.0.1:
38733825
version "2.0.3"
38743826
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
38753827
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
@@ -3976,10 +3928,10 @@ istanbul-reports@^3.0.2:
39763928
html-escaper "^2.0.0"
39773929
istanbul-lib-report "^3.0.0"
39783930

3979-
iterator.prototype@^1.1.2:
3980-
version "1.1.2"
3981-
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
3982-
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
3931+
iterator.prototype@^1.1.3:
3932+
version "1.1.3"
3933+
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
3934+
integrity sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==
39833935
dependencies:
39843936
define-properties "^1.2.1"
39853937
get-intrinsic "^1.2.1"
@@ -4566,14 +4518,6 @@ object-inspect@^1.13.1:
45664518
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
45674519
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
45684520

4569-
object-is@^1.1.5:
4570-
version "1.1.6"
4571-
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
4572-
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
4573-
dependencies:
4574-
call-bind "^1.0.7"
4575-
define-properties "^1.2.1"
4576-
45774521
object-keys@^1.1.1:
45784522
version "1.1.1"
45794523
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -5283,7 +5227,7 @@ regenerator-transform@^0.15.2:
52835227
dependencies:
52845228
"@babel/runtime" "^7.8.4"
52855229

5286-
regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
5230+
regexp.prototype.flags@^1.5.2:
52875231
version "1.5.2"
52885232
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
52895233
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
@@ -5765,13 +5709,6 @@ statuses@2.0.1:
57655709
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
57665710
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
57675711

5768-
stop-iteration-iterator@^1.0.0:
5769-
version "1.0.0"
5770-
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
5771-
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
5772-
dependencies:
5773-
internal-slot "^1.0.4"
5774-
57755712
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
57765713
version "4.2.3"
57775714
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -5790,13 +5727,14 @@ string-width@^5.0.1, string-width@^5.1.2:
57905727
emoji-regex "^9.2.2"
57915728
strip-ansi "^7.0.1"
57925729

5793-
string.prototype.includes@^2.0.0:
5794-
version "2.0.0"
5795-
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
5796-
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
5730+
string.prototype.includes@^2.0.1:
5731+
version "2.0.1"
5732+
resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz#eceef21283640761a81dbe16d6c7171a4edf7d92"
5733+
integrity sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==
57975734
dependencies:
5798-
define-properties "^1.1.3"
5799-
es-abstract "^1.17.5"
5735+
call-bind "^1.0.7"
5736+
define-properties "^1.2.1"
5737+
es-abstract "^1.23.3"
58005738

58015739
string.prototype.matchall@^4.0.11:
58025740
version "4.0.11"
@@ -6480,7 +6418,7 @@ which-collection@^1.0.1:
64806418
is-weakmap "^2.0.1"
64816419
is-weakset "^2.0.1"
64826420

6483-
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
6421+
which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9:
64846422
version "1.1.15"
64856423
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
64866424
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==

0 commit comments

Comments
 (0)