Skip to content

Commit b906128

Browse files
chore(deps): update dependency eslint-plugin-import to v2.32.0 (#463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fb4f5f commit b906128

File tree

2 files changed

+210
-39
lines changed

2 files changed

+210
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cloc": "2.11.0",
2929
"eslint": "7.32.0",
3030
"eslint-config-airbnb": "18.2.1",
31-
"eslint-plugin-import": "2.31.0",
31+
"eslint-plugin-import": "2.32.0",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",

yarn.lock

Lines changed: 209 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,20 @@ array-includes@^3.1.8:
726726
get-intrinsic "^1.2.4"
727727
is-string "^1.0.7"
728728

729+
array-includes@^3.1.9:
730+
version "3.1.9"
731+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
732+
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
733+
dependencies:
734+
call-bind "^1.0.8"
735+
call-bound "^1.0.4"
736+
define-properties "^1.2.1"
737+
es-abstract "^1.24.0"
738+
es-object-atoms "^1.1.1"
739+
get-intrinsic "^1.3.0"
740+
is-string "^1.1.1"
741+
math-intrinsics "^1.1.0"
742+
729743
array.prototype.findlast@^1.2.5:
730744
version "1.2.5"
731745
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
@@ -738,19 +752,20 @@ array.prototype.findlast@^1.2.5:
738752
es-object-atoms "^1.0.0"
739753
es-shim-unscopables "^1.0.2"
740754

741-
array.prototype.findlastindex@^1.2.5:
742-
version "1.2.5"
743-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
744-
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
755+
array.prototype.findlastindex@^1.2.6:
756+
version "1.2.6"
757+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
758+
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
745759
dependencies:
746-
call-bind "^1.0.7"
760+
call-bind "^1.0.8"
761+
call-bound "^1.0.4"
747762
define-properties "^1.2.1"
748-
es-abstract "^1.23.2"
763+
es-abstract "^1.23.9"
749764
es-errors "^1.3.0"
750-
es-object-atoms "^1.0.0"
751-
es-shim-unscopables "^1.0.2"
765+
es-object-atoms "^1.1.1"
766+
es-shim-unscopables "^1.1.0"
752767

753-
array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
768+
array.prototype.flat@^1.3.1:
754769
version "1.3.2"
755770
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
756771
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
@@ -760,6 +775,16 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
760775
es-abstract "^1.22.1"
761776
es-shim-unscopables "^1.0.0"
762777

778+
array.prototype.flat@^1.3.3:
779+
version "1.3.3"
780+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
781+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
782+
dependencies:
783+
call-bind "^1.0.8"
784+
define-properties "^1.2.1"
785+
es-abstract "^1.23.5"
786+
es-shim-unscopables "^1.0.2"
787+
763788
array.prototype.flatmap@^1.3.2:
764789
version "1.3.2"
765790
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
@@ -1606,6 +1631,66 @@ es-abstract@^1.23.5, es-abstract@^1.23.6:
16061631
unbox-primitive "^1.1.0"
16071632
which-typed-array "^1.1.18"
16081633

1634+
es-abstract@^1.23.9, es-abstract@^1.24.0:
1635+
version "1.24.0"
1636+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
1637+
integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==
1638+
dependencies:
1639+
array-buffer-byte-length "^1.0.2"
1640+
arraybuffer.prototype.slice "^1.0.4"
1641+
available-typed-arrays "^1.0.7"
1642+
call-bind "^1.0.8"
1643+
call-bound "^1.0.4"
1644+
data-view-buffer "^1.0.2"
1645+
data-view-byte-length "^1.0.2"
1646+
data-view-byte-offset "^1.0.1"
1647+
es-define-property "^1.0.1"
1648+
es-errors "^1.3.0"
1649+
es-object-atoms "^1.1.1"
1650+
es-set-tostringtag "^2.1.0"
1651+
es-to-primitive "^1.3.0"
1652+
function.prototype.name "^1.1.8"
1653+
get-intrinsic "^1.3.0"
1654+
get-proto "^1.0.1"
1655+
get-symbol-description "^1.1.0"
1656+
globalthis "^1.0.4"
1657+
gopd "^1.2.0"
1658+
has-property-descriptors "^1.0.2"
1659+
has-proto "^1.2.0"
1660+
has-symbols "^1.1.0"
1661+
hasown "^2.0.2"
1662+
internal-slot "^1.1.0"
1663+
is-array-buffer "^3.0.5"
1664+
is-callable "^1.2.7"
1665+
is-data-view "^1.0.2"
1666+
is-negative-zero "^2.0.3"
1667+
is-regex "^1.2.1"
1668+
is-set "^2.0.3"
1669+
is-shared-array-buffer "^1.0.4"
1670+
is-string "^1.1.1"
1671+
is-typed-array "^1.1.15"
1672+
is-weakref "^1.1.1"
1673+
math-intrinsics "^1.1.0"
1674+
object-inspect "^1.13.4"
1675+
object-keys "^1.1.1"
1676+
object.assign "^4.1.7"
1677+
own-keys "^1.0.1"
1678+
regexp.prototype.flags "^1.5.4"
1679+
safe-array-concat "^1.1.3"
1680+
safe-push-apply "^1.0.0"
1681+
safe-regex-test "^1.1.0"
1682+
set-proto "^1.0.0"
1683+
stop-iteration-iterator "^1.1.0"
1684+
string.prototype.trim "^1.2.10"
1685+
string.prototype.trimend "^1.0.9"
1686+
string.prototype.trimstart "^1.0.8"
1687+
typed-array-buffer "^1.0.3"
1688+
typed-array-byte-length "^1.0.3"
1689+
typed-array-byte-offset "^1.0.4"
1690+
typed-array-length "^1.0.7"
1691+
unbox-primitive "^1.1.0"
1692+
which-typed-array "^1.1.19"
1693+
16091694
es-define-property@^1.0.0:
16101695
version "1.0.0"
16111696
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
@@ -1677,6 +1762,16 @@ es-set-tostringtag@^2.0.3:
16771762
has-tostringtag "^1.0.2"
16781763
hasown "^2.0.1"
16791764

1765+
es-set-tostringtag@^2.1.0:
1766+
version "2.1.0"
1767+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
1768+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
1769+
dependencies:
1770+
es-errors "^1.3.0"
1771+
get-intrinsic "^1.2.6"
1772+
has-tostringtag "^1.0.2"
1773+
hasown "^2.0.2"
1774+
16801775
es-shim-unscopables@^1.0.0:
16811776
version "1.0.0"
16821777
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -1691,6 +1786,13 @@ es-shim-unscopables@^1.0.2:
16911786
dependencies:
16921787
hasown "^2.0.0"
16931788

1789+
es-shim-unscopables@^1.1.0:
1790+
version "1.1.0"
1791+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
1792+
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
1793+
dependencies:
1794+
hasown "^2.0.2"
1795+
16941796
es-to-primitive@^1.2.1:
16951797
version "1.2.1"
16961798
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -1750,36 +1852,36 @@ eslint-import-resolver-node@^0.3.9:
17501852
is-core-module "^2.13.0"
17511853
resolve "^1.22.4"
17521854

1753-
eslint-module-utils@^2.12.0:
1754-
version "2.12.0"
1755-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
1756-
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
1855+
eslint-module-utils@^2.12.1:
1856+
version "2.12.1"
1857+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
1858+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
17571859
dependencies:
17581860
debug "^3.2.7"
17591861

1760-
eslint-plugin-import@2.31.0:
1761-
version "2.31.0"
1762-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
1763-
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
1862+
eslint-plugin-import@2.32.0:
1863+
version "2.32.0"
1864+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
1865+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
17641866
dependencies:
17651867
"@rtsao/scc" "^1.1.0"
1766-
array-includes "^3.1.8"
1767-
array.prototype.findlastindex "^1.2.5"
1768-
array.prototype.flat "^1.3.2"
1769-
array.prototype.flatmap "^1.3.2"
1868+
array-includes "^3.1.9"
1869+
array.prototype.findlastindex "^1.2.6"
1870+
array.prototype.flat "^1.3.3"
1871+
array.prototype.flatmap "^1.3.3"
17701872
debug "^3.2.7"
17711873
doctrine "^2.1.0"
17721874
eslint-import-resolver-node "^0.3.9"
1773-
eslint-module-utils "^2.12.0"
1875+
eslint-module-utils "^2.12.1"
17741876
hasown "^2.0.2"
1775-
is-core-module "^2.15.1"
1877+
is-core-module "^2.16.1"
17761878
is-glob "^4.0.3"
17771879
minimatch "^3.1.2"
17781880
object.fromentries "^2.0.8"
17791881
object.groupby "^1.0.3"
1780-
object.values "^1.2.0"
1882+
object.values "^1.2.1"
17811883
semver "^6.3.1"
1782-
string.prototype.trimend "^1.0.8"
1884+
string.prototype.trimend "^1.0.9"
17831885
tsconfig-paths "^3.15.0"
17841886

17851887
eslint-plugin-json@3.1.0:
@@ -2043,6 +2145,13 @@ for-each@^0.3.3:
20432145
dependencies:
20442146
is-callable "^1.1.3"
20452147

2148+
for-each@^0.3.5:
2149+
version "0.3.5"
2150+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
2151+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
2152+
dependencies:
2153+
is-callable "^1.2.7"
2154+
20462155
fs-readdir-recursive@^1.1.0:
20472156
version "1.1.0"
20482157
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
@@ -2607,10 +2716,10 @@ is-core-module@^2.13.0:
26072716
dependencies:
26082717
has "^1.0.3"
26092718

2610-
is-core-module@^2.15.1:
2611-
version "2.15.1"
2612-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
2613-
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
2719+
is-core-module@^2.16.1:
2720+
version "2.16.1"
2721+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
2722+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
26142723
dependencies:
26152724
hasown "^2.0.2"
26162725

@@ -2907,6 +3016,13 @@ is-weakref@^1.1.0:
29073016
dependencies:
29083017
call-bound "^1.0.2"
29093018

3019+
is-weakref@^1.1.1:
3020+
version "1.1.1"
3021+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293"
3022+
integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==
3023+
dependencies:
3024+
call-bound "^1.0.3"
3025+
29103026
is-weakset@^2.0.3:
29113027
version "2.0.4"
29123028
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz#c9f5deb0bc1906c6d6f1027f284ddf459249daca"
@@ -3170,6 +3286,11 @@ object-inspect@^1.13.3:
31703286
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
31713287
integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==
31723288

3289+
object-inspect@^1.13.4:
3290+
version "1.13.4"
3291+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
3292+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
3293+
31733294
object-inspect@^1.7.0:
31743295
version "1.7.0"
31753296
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -3302,15 +3423,6 @@ object.values@^1.1.6:
33023423
define-properties "^1.1.4"
33033424
es-abstract "^1.20.4"
33043425

3305-
object.values@^1.2.0:
3306-
version "1.2.0"
3307-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
3308-
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
3309-
dependencies:
3310-
call-bind "^1.0.7"
3311-
define-properties "^1.2.1"
3312-
es-object-atoms "^1.0.0"
3313-
33143426
object.values@^1.2.1:
33153427
version "1.2.1"
33163428
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
@@ -3339,6 +3451,15 @@ optionator@^0.9.1:
33393451
type-check "^0.4.0"
33403452
word-wrap "^1.2.3"
33413453

3454+
own-keys@^1.0.1:
3455+
version "1.0.1"
3456+
resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358"
3457+
integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==
3458+
dependencies:
3459+
get-intrinsic "^1.2.6"
3460+
object-keys "^1.1.1"
3461+
safe-push-apply "^1.0.0"
3462+
33423463
p-limit@^2.0.0:
33433464
version "2.2.0"
33443465
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
@@ -3501,6 +3622,18 @@ regexp.prototype.flags@^1.5.3:
35013622
es-errors "^1.3.0"
35023623
set-function-name "^2.0.2"
35033624

3625+
regexp.prototype.flags@^1.5.4:
3626+
version "1.5.4"
3627+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
3628+
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
3629+
dependencies:
3630+
call-bind "^1.0.8"
3631+
define-properties "^1.2.1"
3632+
es-errors "^1.3.0"
3633+
get-proto "^1.0.1"
3634+
gopd "^1.2.0"
3635+
set-function-name "^2.0.2"
3636+
35043637
regexpp@^3.1.0:
35053638
version "3.1.0"
35063639
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
@@ -3585,6 +3718,14 @@ safe-array-concat@^1.1.3:
35853718
has-symbols "^1.1.0"
35863719
isarray "^2.0.5"
35873720

3721+
safe-push-apply@^1.0.0:
3722+
version "1.0.0"
3723+
resolved "https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5"
3724+
integrity sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==
3725+
dependencies:
3726+
es-errors "^1.3.0"
3727+
isarray "^2.0.5"
3728+
35883729
safe-regex-test@^1.0.0:
35893730
version "1.0.0"
35903731
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
@@ -3679,6 +3820,15 @@ set-function-name@^2.0.2:
36793820
functions-have-names "^1.2.3"
36803821
has-property-descriptors "^1.0.2"
36813822

3823+
set-proto@^1.0.0:
3824+
version "1.0.0"
3825+
resolved "https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e"
3826+
integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==
3827+
dependencies:
3828+
dunder-proto "^1.0.1"
3829+
es-errors "^1.3.0"
3830+
es-object-atoms "^1.0.0"
3831+
36823832
shallow-clone@^3.0.0:
36833833
version "3.0.1"
36843834
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
@@ -3782,6 +3932,14 @@ sprintf-js@~1.0.2:
37823932
version "1.0.3"
37833933
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
37843934

3935+
stop-iteration-iterator@^1.1.0:
3936+
version "1.1.0"
3937+
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
3938+
integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==
3939+
dependencies:
3940+
es-errors "^1.3.0"
3941+
internal-slot "^1.1.0"
3942+
37853943
string-width@^4.2.0:
37863944
version "4.2.0"
37873945
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -4400,6 +4558,19 @@ which-typed-array@^1.1.16, which-typed-array@^1.1.18:
44004558
gopd "^1.2.0"
44014559
has-tostringtag "^1.0.2"
44024560

4561+
which-typed-array@^1.1.19:
4562+
version "1.1.19"
4563+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
4564+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
4565+
dependencies:
4566+
available-typed-arrays "^1.0.7"
4567+
call-bind "^1.0.8"
4568+
call-bound "^1.0.4"
4569+
for-each "^0.3.5"
4570+
get-proto "^1.0.1"
4571+
gopd "^1.2.0"
4572+
has-tostringtag "^1.0.2"
4573+
44034574
which@^2.0.1:
44044575
version "2.0.2"
44054576
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)