Skip to content

Commit 4660ad8

Browse files
chore(deps): update dependency @types/node-fetch to v2.6.13 (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a88d22 commit 4660ad8

File tree

1 file changed

+113
-9
lines changed

1 file changed

+113
-9
lines changed

yarn.lock

Lines changed: 113 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,12 @@
347347
"@types/node" "*"
348348

349349
"@types/node-fetch@^2.6.1":
350-
version "2.6.11"
351-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24"
352-
integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==
350+
version "2.6.13"
351+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.13.tgz#e0c9b7b5edbdb1b50ce32c127e85e880872d56ee"
352+
integrity sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==
353353
dependencies:
354354
"@types/node" "*"
355-
form-data "^4.0.0"
355+
form-data "^4.0.4"
356356

357357
"@types/node@*":
358358
version "25.0.3"
@@ -823,6 +823,14 @@ builtins@^5.0.1:
823823
dependencies:
824824
semver "^7.0.0"
825825

826+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
827+
version "1.0.2"
828+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
829+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
830+
dependencies:
831+
es-errors "^1.3.0"
832+
function-bind "^1.1.2"
833+
826834
call-bind@^1.0.0, call-bind@^1.0.2:
827835
version "1.0.2"
828836
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -1226,6 +1234,15 @@ doctrine@^3.0.0:
12261234
dependencies:
12271235
esutils "^2.0.2"
12281236

1237+
dunder-proto@^1.0.1:
1238+
version "1.0.1"
1239+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
1240+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
1241+
dependencies:
1242+
call-bind-apply-helpers "^1.0.1"
1243+
es-errors "^1.3.0"
1244+
gopd "^1.2.0"
1245+
12291246
eastasianwidth@^0.2.0:
12301247
version "0.2.0"
12311248
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1313,6 +1330,23 @@ es-abstract@^1.20.4, es-abstract@^1.22.1:
13131330
unbox-primitive "^1.0.2"
13141331
which-typed-array "^1.1.10"
13151332

1333+
es-define-property@^1.0.1:
1334+
version "1.0.1"
1335+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
1336+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
1337+
1338+
es-errors@^1.3.0:
1339+
version "1.3.0"
1340+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
1341+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
1342+
1343+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
1344+
version "1.1.1"
1345+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
1346+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
1347+
dependencies:
1348+
es-errors "^1.3.0"
1349+
13161350
es-set-tostringtag@^2.0.1:
13171351
version "2.0.1"
13181352
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -1322,6 +1356,16 @@ es-set-tostringtag@^2.0.1:
13221356
has "^1.0.3"
13231357
has-tostringtag "^1.0.0"
13241358

1359+
es-set-tostringtag@^2.1.0:
1360+
version "2.1.0"
1361+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
1362+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
1363+
dependencies:
1364+
es-errors "^1.3.0"
1365+
get-intrinsic "^1.2.6"
1366+
has-tostringtag "^1.0.2"
1367+
hasown "^2.0.2"
1368+
13251369
es-shim-unscopables@^1.0.0:
13261370
version "1.0.0"
13271371
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -1925,13 +1969,15 @@ for-each@^0.3.3:
19251969
dependencies:
19261970
is-callable "^1.1.3"
19271971

1928-
form-data@^4.0.0:
1929-
version "4.0.0"
1930-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
1931-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
1972+
form-data@^4.0.4:
1973+
version "4.0.5"
1974+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
1975+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
19321976
dependencies:
19331977
asynckit "^0.4.0"
19341978
combined-stream "^1.0.8"
1979+
es-set-tostringtag "^2.1.0"
1980+
hasown "^2.0.2"
19351981
mime-types "^2.1.12"
19361982

19371983
formdata-polyfill@^4.0.10:
@@ -1970,6 +2016,11 @@ function-bind@^1.1.1:
19702016
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
19712017
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
19722018

2019+
function-bind@^1.1.2:
2020+
version "1.1.2"
2021+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
2022+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
2023+
19732024
function.prototype.name@^1.1.5:
19742025
version "1.1.6"
19752026
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
@@ -2000,11 +2051,35 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
20002051
has-proto "^1.0.1"
20012052
has-symbols "^1.0.3"
20022053

2054+
get-intrinsic@^1.2.6:
2055+
version "1.3.0"
2056+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
2057+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
2058+
dependencies:
2059+
call-bind-apply-helpers "^1.0.2"
2060+
es-define-property "^1.0.1"
2061+
es-errors "^1.3.0"
2062+
es-object-atoms "^1.1.1"
2063+
function-bind "^1.1.2"
2064+
get-proto "^1.0.1"
2065+
gopd "^1.2.0"
2066+
has-symbols "^1.1.0"
2067+
hasown "^2.0.2"
2068+
math-intrinsics "^1.1.0"
2069+
20032070
get-port-please@^3.1.2:
20042071
version "3.1.2"
20052072
resolved "https://registry.yarnpkg.com/get-port-please/-/get-port-please-3.1.2.tgz#502795e56217128e4183025c89a48c71652f4e49"
20062073
integrity sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==
20072074

2075+
get-proto@^1.0.1:
2076+
version "1.0.1"
2077+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
2078+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
2079+
dependencies:
2080+
dunder-proto "^1.0.1"
2081+
es-object-atoms "^1.0.0"
2082+
20082083
get-stream@^8.0.1:
20092084
version "8.0.1"
20102085
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
@@ -2100,6 +2175,11 @@ gopd@^1.0.1:
21002175
dependencies:
21012176
get-intrinsic "^1.1.3"
21022177

2178+
gopd@^1.2.0:
2179+
version "1.2.0"
2180+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
2181+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
2182+
21032183
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
21042184
version "4.2.11"
21052185
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -2168,25 +2248,44 @@ has-proto@^1.0.1:
21682248
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
21692249
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
21702250

2171-
has-symbols@^1.0.2, has-symbols@^1.0.3:
2251+
has-symbols@^1.0.2:
21722252
version "1.0.3"
21732253
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
21742254
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
21752255

2256+
has-symbols@^1.0.3, has-symbols@^1.1.0:
2257+
version "1.1.0"
2258+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
2259+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
2260+
21762261
has-tostringtag@^1.0.0:
21772262
version "1.0.0"
21782263
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
21792264
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
21802265
dependencies:
21812266
has-symbols "^1.0.2"
21822267

2268+
has-tostringtag@^1.0.2:
2269+
version "1.0.2"
2270+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
2271+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
2272+
dependencies:
2273+
has-symbols "^1.0.3"
2274+
21832275
has@^1.0.3:
21842276
version "1.0.3"
21852277
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
21862278
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
21872279
dependencies:
21882280
function-bind "^1.1.1"
21892281

2282+
hasown@^2.0.2:
2283+
version "2.0.2"
2284+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
2285+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
2286+
dependencies:
2287+
function-bind "^1.1.2"
2288+
21902289
hosted-git-info@^2.1.4:
21912290
version "2.8.9"
21922291
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
@@ -2690,6 +2789,11 @@ matcher@^5.0.0:
26902789
dependencies:
26912790
escape-string-regexp "^5.0.0"
26922791

2792+
math-intrinsics@^1.1.0:
2793+
version "1.1.0"
2794+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
2795+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
2796+
26932797
md5-hex@^3.0.1:
26942798
version "3.0.1"
26952799
resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-3.0.1.tgz#be3741b510591434b2784d79e556eefc2c9a8e5c"

0 commit comments

Comments
 (0)