Skip to content

Commit 044b945

Browse files
Bump eslint-plugin-import from 2.31.0 to 2.32.0 (#527)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1234ed4 commit 044b945

1 file changed

Lines changed: 188 additions & 56 deletions

File tree

yarn.lock

Lines changed: 188 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -570,17 +570,19 @@ array-flatten@^2.1.0:
570570
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
571571
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
572572

573-
array-includes@^3.0.3, array-includes@^3.1.6, array-includes@^3.1.8:
574-
version "3.1.8"
575-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
576-
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
573+
array-includes@^3.0.3, array-includes@^3.1.6, array-includes@^3.1.8, array-includes@^3.1.9:
574+
version "3.1.9"
575+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
576+
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
577577
dependencies:
578-
call-bind "^1.0.7"
578+
call-bind "^1.0.8"
579+
call-bound "^1.0.4"
579580
define-properties "^1.2.1"
580-
es-abstract "^1.23.2"
581-
es-object-atoms "^1.0.0"
582-
get-intrinsic "^1.2.4"
583-
is-string "^1.0.7"
581+
es-abstract "^1.24.0"
582+
es-object-atoms "^1.1.1"
583+
get-intrinsic "^1.3.0"
584+
is-string "^1.1.1"
585+
math-intrinsics "^1.1.0"
584586

585587
array-map@~0.0.0:
586588
version "0.0.1"
@@ -657,27 +659,28 @@ array.prototype.findlast@^1.2.5:
657659
es-object-atoms "^1.0.0"
658660
es-shim-unscopables "^1.0.2"
659661

660-
array.prototype.findlastindex@^1.2.5:
661-
version "1.2.5"
662-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
663-
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
662+
array.prototype.findlastindex@^1.2.6:
663+
version "1.2.6"
664+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
665+
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
664666
dependencies:
665-
call-bind "^1.0.7"
667+
call-bind "^1.0.8"
668+
call-bound "^1.0.4"
666669
define-properties "^1.2.1"
667-
es-abstract "^1.23.2"
670+
es-abstract "^1.23.9"
668671
es-errors "^1.3.0"
669-
es-object-atoms "^1.0.0"
670-
es-shim-unscopables "^1.0.2"
672+
es-object-atoms "^1.1.1"
673+
es-shim-unscopables "^1.1.0"
671674

672-
array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
673-
version "1.3.2"
674-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
675-
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
675+
array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.3:
676+
version "1.3.3"
677+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
678+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
676679
dependencies:
677-
call-bind "^1.0.2"
678-
define-properties "^1.2.0"
679-
es-abstract "^1.22.1"
680-
es-shim-unscopables "^1.0.0"
680+
call-bind "^1.0.8"
681+
define-properties "^1.2.1"
682+
es-abstract "^1.23.5"
683+
es-shim-unscopables "^1.0.2"
681684

682685
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
683686
version "1.3.3"
@@ -4646,6 +4649,66 @@ es-abstract@^1.23.5, es-abstract@^1.23.6:
46464649
unbox-primitive "^1.1.0"
46474650
which-typed-array "^1.1.18"
46484651

4652+
es-abstract@^1.23.9, es-abstract@^1.24.0:
4653+
version "1.24.0"
4654+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
4655+
integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==
4656+
dependencies:
4657+
array-buffer-byte-length "^1.0.2"
4658+
arraybuffer.prototype.slice "^1.0.4"
4659+
available-typed-arrays "^1.0.7"
4660+
call-bind "^1.0.8"
4661+
call-bound "^1.0.4"
4662+
data-view-buffer "^1.0.2"
4663+
data-view-byte-length "^1.0.2"
4664+
data-view-byte-offset "^1.0.1"
4665+
es-define-property "^1.0.1"
4666+
es-errors "^1.3.0"
4667+
es-object-atoms "^1.1.1"
4668+
es-set-tostringtag "^2.1.0"
4669+
es-to-primitive "^1.3.0"
4670+
function.prototype.name "^1.1.8"
4671+
get-intrinsic "^1.3.0"
4672+
get-proto "^1.0.1"
4673+
get-symbol-description "^1.1.0"
4674+
globalthis "^1.0.4"
4675+
gopd "^1.2.0"
4676+
has-property-descriptors "^1.0.2"
4677+
has-proto "^1.2.0"
4678+
has-symbols "^1.1.0"
4679+
hasown "^2.0.2"
4680+
internal-slot "^1.1.0"
4681+
is-array-buffer "^3.0.5"
4682+
is-callable "^1.2.7"
4683+
is-data-view "^1.0.2"
4684+
is-negative-zero "^2.0.3"
4685+
is-regex "^1.2.1"
4686+
is-set "^2.0.3"
4687+
is-shared-array-buffer "^1.0.4"
4688+
is-string "^1.1.1"
4689+
is-typed-array "^1.1.15"
4690+
is-weakref "^1.1.1"
4691+
math-intrinsics "^1.1.0"
4692+
object-inspect "^1.13.4"
4693+
object-keys "^1.1.1"
4694+
object.assign "^4.1.7"
4695+
own-keys "^1.0.1"
4696+
regexp.prototype.flags "^1.5.4"
4697+
safe-array-concat "^1.1.3"
4698+
safe-push-apply "^1.0.0"
4699+
safe-regex-test "^1.1.0"
4700+
set-proto "^1.0.0"
4701+
stop-iteration-iterator "^1.1.0"
4702+
string.prototype.trim "^1.2.10"
4703+
string.prototype.trimend "^1.0.9"
4704+
string.prototype.trimstart "^1.0.8"
4705+
typed-array-buffer "^1.0.3"
4706+
typed-array-byte-length "^1.0.3"
4707+
typed-array-byte-offset "^1.0.4"
4708+
typed-array-length "^1.0.7"
4709+
unbox-primitive "^1.1.0"
4710+
which-typed-array "^1.1.19"
4711+
46494712
es-array-method-boxes-properly@^1.0.0:
46504713
version "1.0.0"
46514714
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -4722,6 +4785,16 @@ es-set-tostringtag@^2.0.3:
47224785
has-tostringtag "^1.0.2"
47234786
hasown "^2.0.1"
47244787

4788+
es-set-tostringtag@^2.1.0:
4789+
version "2.1.0"
4790+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
4791+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
4792+
dependencies:
4793+
es-errors "^1.3.0"
4794+
get-intrinsic "^1.2.6"
4795+
has-tostringtag "^1.0.2"
4796+
hasown "^2.0.2"
4797+
47254798
es-shim-unscopables@^1.0.0:
47264799
version "1.0.0"
47274800
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -4736,6 +4809,13 @@ es-shim-unscopables@^1.0.2:
47364809
dependencies:
47374810
hasown "^2.0.0"
47384811

4812+
es-shim-unscopables@^1.1.0:
4813+
version "1.1.0"
4814+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
4815+
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
4816+
dependencies:
4817+
hasown "^2.0.2"
4818+
47394819
es-to-primitive@^1.2.1:
47404820
version "1.2.1"
47414821
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4927,10 +5007,10 @@ eslint-loader@1.9.0:
49275007
object-hash "^1.1.4"
49285008
rimraf "^2.6.1"
49295009

4930-
eslint-module-utils@^2.12.0:
4931-
version "2.12.0"
4932-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
4933-
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
5010+
eslint-module-utils@^2.12.1:
5011+
version "2.12.1"
5012+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
5013+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
49345014
dependencies:
49355015
debug "^3.2.7"
49365016

@@ -4942,28 +5022,28 @@ eslint-plugin-flowtype@2.50.3:
49425022
lodash "^4.17.10"
49435023

49445024
eslint-plugin-import@^2.14.0:
4945-
version "2.31.0"
4946-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
4947-
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
5025+
version "2.32.0"
5026+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
5027+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
49485028
dependencies:
49495029
"@rtsao/scc" "^1.1.0"
4950-
array-includes "^3.1.8"
4951-
array.prototype.findlastindex "^1.2.5"
4952-
array.prototype.flat "^1.3.2"
4953-
array.prototype.flatmap "^1.3.2"
5030+
array-includes "^3.1.9"
5031+
array.prototype.findlastindex "^1.2.6"
5032+
array.prototype.flat "^1.3.3"
5033+
array.prototype.flatmap "^1.3.3"
49545034
debug "^3.2.7"
49555035
doctrine "^2.1.0"
49565036
eslint-import-resolver-node "^0.3.9"
4957-
eslint-module-utils "^2.12.0"
5037+
eslint-module-utils "^2.12.1"
49585038
hasown "^2.0.2"
4959-
is-core-module "^2.15.1"
5039+
is-core-module "^2.16.1"
49605040
is-glob "^4.0.3"
49615041
minimatch "^3.1.2"
49625042
object.fromentries "^2.0.8"
49635043
object.groupby "^1.0.3"
4964-
object.values "^1.2.0"
5044+
object.values "^1.2.1"
49655045
semver "^6.3.1"
4966-
string.prototype.trimend "^1.0.8"
5046+
string.prototype.trimend "^1.0.9"
49675047
tsconfig-paths "^3.15.0"
49685048

49695049
eslint-plugin-jest@^22.1.2:
@@ -5661,6 +5741,13 @@ for-each@^0.3.3:
56615741
dependencies:
56625742
is-callable "^1.1.3"
56635743

5744+
for-each@^0.3.5:
5745+
version "0.3.5"
5746+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
5747+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
5748+
dependencies:
5749+
is-callable "^1.2.7"
5750+
56645751
for-in@^0.1.3:
56655752
version "0.1.8"
56665753
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
@@ -7119,10 +7206,10 @@ is-color-stop@^1.0.0:
71197206
rgb-regex "^1.0.1"
71207207
rgba-regex "^1.0.0"
71217208

7122-
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0:
7123-
version "2.16.0"
7124-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.0.tgz#6c01ffdd5e33c49c1d2abfa93334a85cb56bd81c"
7125-
integrity sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==
7209+
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0, is-core-module@^2.16.1:
7210+
version "2.16.1"
7211+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
7212+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
71267213
dependencies:
71277214
hasown "^2.0.2"
71287215

@@ -7611,6 +7698,13 @@ is-weakref@^1.1.0:
76117698
dependencies:
76127699
call-bound "^1.0.2"
76137700

7701+
is-weakref@^1.1.1:
7702+
version "1.1.1"
7703+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293"
7704+
integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==
7705+
dependencies:
7706+
call-bound "^1.0.3"
7707+
76147708
is-weakset@^2.0.3:
76157709
version "2.0.4"
76167710
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz#c9f5deb0bc1906c6d6f1027f284ddf459249daca"
@@ -9348,6 +9442,11 @@ object-inspect@^1.13.3:
93489442
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
93499443
integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==
93509444

9445+
object-inspect@^1.13.4:
9446+
version "1.13.4"
9447+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
9448+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
9449+
93519450
object-is@^1.0.1, object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
93529451
version "1.1.5"
93539452
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -9471,7 +9570,7 @@ object.pick@^1.2.0, object.pick@^1.3.0:
94719570
dependencies:
94729571
isobject "^3.0.1"
94739572

9474-
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0, object.values@^1.2.1:
9573+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.1:
94759574
version "1.2.1"
94769575
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
94779576
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -9629,7 +9728,7 @@ output-file-sync@^1.1.2:
96299728
mkdirp "^0.5.1"
96309729
object-assign "^4.1.0"
96319730

9632-
own-keys@^1.0.0:
9731+
own-keys@^1.0.0, own-keys@^1.0.1:
96339732
version "1.0.1"
96349733
resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358"
96359734
integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==
@@ -11441,6 +11540,18 @@ regexp.prototype.flags@^1.5.3:
1144111540
es-errors "^1.3.0"
1144211541
set-function-name "^2.0.2"
1144311542

11543+
regexp.prototype.flags@^1.5.4:
11544+
version "1.5.4"
11545+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
11546+
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
11547+
dependencies:
11548+
call-bind "^1.0.8"
11549+
define-properties "^1.2.1"
11550+
es-errors "^1.3.0"
11551+
get-proto "^1.0.1"
11552+
gopd "^1.2.0"
11553+
set-function-name "^2.0.2"
11554+
1144411555
regexpp@^2.0.1:
1144511556
version "2.0.1"
1144611557
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -12126,6 +12237,15 @@ set-function-name@^2.0.2:
1212612237
functions-have-names "^1.2.3"
1212712238
has-property-descriptors "^1.0.2"
1212812239

12240+
set-proto@^1.0.0:
12241+
version "1.0.0"
12242+
resolved "https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e"
12243+
integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==
12244+
dependencies:
12245+
dunder-proto "^1.0.1"
12246+
es-errors "^1.3.0"
12247+
es-object-atoms "^1.0.0"
12248+
1212912249
set-value@^2.0.0, set-value@^2.0.1:
1213012250
version "2.0.1"
1213112251
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
@@ -12564,6 +12684,14 @@ stealthy-require@^1.1.1:
1256412684
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
1256512685
integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
1256612686

12687+
stop-iteration-iterator@^1.1.0:
12688+
version "1.1.0"
12689+
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
12690+
integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==
12691+
dependencies:
12692+
es-errors "^1.3.0"
12693+
internal-slot "^1.1.0"
12694+
1256712695
stream-browserify@^2.0.1:
1256812696
version "2.0.2"
1256912697
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
@@ -12735,16 +12863,7 @@ string.prototype.trim@^1.2.9:
1273512863
es-abstract "^1.23.0"
1273612864
es-object-atoms "^1.0.0"
1273712865

12738-
string.prototype.trimend@^1.0.4, string.prototype.trimend@^1.0.5, string.prototype.trimend@^1.0.6, string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.8:
12739-
version "1.0.8"
12740-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
12741-
integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==
12742-
dependencies:
12743-
call-bind "^1.0.7"
12744-
define-properties "^1.2.1"
12745-
es-object-atoms "^1.0.0"
12746-
12747-
string.prototype.trimend@^1.0.9:
12866+
string.prototype.trimend@^1.0.4, string.prototype.trimend@^1.0.5, string.prototype.trimend@^1.0.6, string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.8, string.prototype.trimend@^1.0.9:
1274812867
version "1.0.9"
1274912868
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
1275012869
integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==
@@ -14114,6 +14233,19 @@ which-typed-array@^1.1.16, which-typed-array@^1.1.18:
1411414233
gopd "^1.2.0"
1411514234
has-tostringtag "^1.0.2"
1411614235

14236+
which-typed-array@^1.1.19:
14237+
version "1.1.19"
14238+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
14239+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
14240+
dependencies:
14241+
available-typed-arrays "^1.0.7"
14242+
call-bind "^1.0.8"
14243+
call-bound "^1.0.4"
14244+
for-each "^0.3.5"
14245+
get-proto "^1.0.1"
14246+
gopd "^1.2.0"
14247+
has-tostringtag "^1.0.2"
14248+
1411714249
which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0:
1411814250
version "1.3.1"
1411914251
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)