Skip to content

Commit c8c7a2a

Browse files
fix(deps): update dependency node-fetch to v3
1 parent 3657d56 commit c8c7a2a

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest": "27.5.1",
4343
"json-loader": "0.5.7",
4444
"lodash": "4.17.21",
45-
"node-fetch": "2.6.7",
45+
"node-fetch": "3.3.2",
4646
"p-limit": "3.1.0"
4747
},
4848
"devDependencies": {

yarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3610,6 +3610,11 @@ dashdash@^1.12.0:
36103610
dependencies:
36113611
assert-plus "^1.0.0"
36123612

3613+
data-uri-to-buffer@^4.0.0:
3614+
version "4.0.1"
3615+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
3616+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
3617+
36133618
data-urls@^2.0.0:
36143619
version "2.0.0"
36153620
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
@@ -4469,6 +4474,14 @@ fb-watchman@^2.0.0:
44694474
dependencies:
44704475
bser "2.1.1"
44714476

4477+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
4478+
version "3.2.0"
4479+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
4480+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
4481+
dependencies:
4482+
node-domexception "^1.0.0"
4483+
web-streams-polyfill "^3.0.3"
4484+
44724485
fetch-cookie@0.7.0:
44734486
version "0.7.0"
44744487
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-0.7.0.tgz#a6fc137ad8363aa89125864c6451b86ecb7de802"
@@ -4572,6 +4585,13 @@ form-data@~2.3.2:
45724585
combined-stream "^1.0.6"
45734586
mime-types "^2.1.12"
45744587

4588+
formdata-polyfill@^4.0.10:
4589+
version "4.0.10"
4590+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
4591+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
4592+
dependencies:
4593+
fetch-blob "^3.1.2"
4594+
45754595
forwarded@~0.1.2:
45764596
version "0.1.2"
45774597
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
@@ -6304,6 +6324,11 @@ nock@^12.0.3:
63046324
lodash "^4.17.13"
63056325
propagate "^2.0.0"
63066326

6327+
node-domexception@^1.0.0:
6328+
version "1.0.0"
6329+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
6330+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
6331+
63076332
node-fetch@2.6.7, node-fetch@^2.0.0, node-fetch@^2.6.1:
63086333
version "2.6.7"
63096334
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
@@ -6318,6 +6343,15 @@ node-fetch@2.7.0, node-fetch@^2.7.0:
63186343
dependencies:
63196344
whatwg-url "^5.0.0"
63206345

6346+
node-fetch@3.3.2:
6347+
version "3.3.2"
6348+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
6349+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
6350+
dependencies:
6351+
data-uri-to-buffer "^4.0.0"
6352+
fetch-blob "^3.1.4"
6353+
formdata-polyfill "^4.0.10"
6354+
63216355
node-int64@^0.4.0:
63226356
version "0.4.0"
63236357
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -8335,6 +8369,11 @@ watchpack@^2.4.1:
83358369
glob-to-regexp "^0.4.1"
83368370
graceful-fs "^4.1.2"
83378371

8372+
web-streams-polyfill@^3.0.3:
8373+
version "3.3.3"
8374+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
8375+
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
8376+
83388377
webidl-conversions@^3.0.0:
83398378
version "3.0.1"
83408379
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)