Skip to content

Commit 609b33a

Browse files
committed
fix(deps): update dependency node-fetch to v3
1 parent cd4cec4 commit 609b33a

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jest": "27.5.1",
4444
"json-loader": "0.5.7",
4545
"lodash": "4.17.21",
46-
"node-fetch": "2.6.7",
46+
"node-fetch": "3.2.6",
4747
"p-limit": "3.1.0"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3439,6 +3439,11 @@ dashdash@^1.12.0:
34393439
dependencies:
34403440
assert-plus "^1.0.0"
34413441

3442+
data-uri-to-buffer@^4.0.0:
3443+
version "4.0.0"
3444+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
3445+
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
3446+
34423447
data-urls@^2.0.0:
34433448
version "2.0.0"
34443449
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
@@ -4210,6 +4215,14 @@ fb-watchman@^2.0.0:
42104215
dependencies:
42114216
bser "2.1.1"
42124217

4218+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
4219+
version "3.1.5"
4220+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.5.tgz#0077bf5f3fcdbd9d75a0b5362f77dbb743489863"
4221+
integrity sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==
4222+
dependencies:
4223+
node-domexception "^1.0.0"
4224+
web-streams-polyfill "^3.0.3"
4225+
42134226
fetch-cookie@0.7.0:
42144227
version "0.7.0"
42154228
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-0.7.0.tgz#a6fc137ad8363aa89125864c6451b86ecb7de802"
@@ -4313,6 +4326,13 @@ form-data@~2.3.2:
43134326
combined-stream "^1.0.6"
43144327
mime-types "^2.1.12"
43154328

4329+
formdata-polyfill@^4.0.10:
4330+
version "4.0.10"
4331+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
4332+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
4333+
dependencies:
4334+
fetch-blob "^3.1.2"
4335+
43164336
forwarded@~0.1.2:
43174337
version "0.1.2"
43184338
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
@@ -5972,12 +5992,26 @@ nock@^12.0.3:
59725992
lodash "^4.17.13"
59735993
propagate "^2.0.0"
59745994

5995+
node-domexception@^1.0.0:
5996+
version "1.0.0"
5997+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5998+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5999+
59756000
node-fetch@2.6.1:
59766001
version "2.6.1"
59776002
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
59786003
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
59796004

5980-
node-fetch@2.6.7, node-fetch@^2.0.0, node-fetch@^2.6.1:
6005+
node-fetch@3.2.6:
6006+
version "3.2.6"
6007+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.6.tgz#6d4627181697a9d9674aae0d61548e0d629b31b9"
6008+
integrity sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw==
6009+
dependencies:
6010+
data-uri-to-buffer "^4.0.0"
6011+
fetch-blob "^3.1.4"
6012+
formdata-polyfill "^4.0.10"
6013+
6014+
node-fetch@^2.0.0, node-fetch@^2.6.1:
59816015
version "2.6.7"
59826016
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
59836017
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -7857,6 +7891,11 @@ watchpack@^2.3.1:
78577891
glob-to-regexp "^0.4.1"
78587892
graceful-fs "^4.1.2"
78597893

7894+
web-streams-polyfill@^3.0.3:
7895+
version "3.2.1"
7896+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
7897+
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
7898+
78607899
webidl-conversions@^3.0.0:
78617900
version "3.0.1"
78627901
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)