Skip to content

Commit 834d1e5

Browse files
chore(deps): update dependency node-fetch to v3
1 parent 5c71a90 commit 834d1e5

File tree

2 files changed

+38
-24
lines changed

2 files changed

+38
-24
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node-fetch": "2",
4747
"@types/supertest": "^2.0.16",
4848
"jest": "^27.5.1",
49-
"node-fetch": "2",
49+
"node-fetch": "3.3.2",
5050
"supertest": "^6.3.4",
5151
"ts-jest": "^27.1.5",
5252
"ts-node": "^10.9.2"

yarn.lock

+37-23
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,11 @@ currency-symbol-map@~2:
22862286
resolved "https://registry.npmjs.org/currency-symbol-map/-/currency-symbol-map-2.2.0.tgz"
22872287
integrity sha1-KzwYcv8aws5ZXYJz5Y4f/wJyrqI=
22882288

2289+
data-uri-to-buffer@^4.0.0:
2290+
version "4.0.1"
2291+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2292+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2293+
22892294
data-urls@^2.0.0:
22902295
version "2.0.0"
22912296
resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz"
@@ -3048,6 +3053,14 @@ fb-watchman@^2.0.0:
30483053
dependencies:
30493054
bser "2.1.1"
30503055

3056+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
3057+
version "3.2.0"
3058+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3059+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3060+
dependencies:
3061+
node-domexception "^1.0.0"
3062+
web-streams-polyfill "^3.0.3"
3063+
30513064
file-entry-cache@^6.0.1:
30523065
version "6.0.1"
30533066
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
@@ -3148,6 +3161,13 @@ form-data@^4.0.0:
31483161
combined-stream "^1.0.8"
31493162
mime-types "^2.1.12"
31503163

3164+
formdata-polyfill@^4.0.10:
3165+
version "4.0.10"
3166+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3167+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3168+
dependencies:
3169+
fetch-blob "^3.1.2"
3170+
31513171
formidable@^2.1.2:
31523172
version "2.1.2"
31533173
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
@@ -4591,6 +4611,11 @@ node-addon-api@^2.0.0:
45914611
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
45924612
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
45934613

4614+
node-domexception@^1.0.0:
4615+
version "1.0.0"
4616+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
4617+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
4618+
45944619
node-environment-flags@1.0.5:
45954620
version "1.0.5"
45964621
resolved "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz"
@@ -4599,12 +4624,14 @@ node-environment-flags@1.0.5:
45994624
object.getownpropertydescriptors "^2.0.3"
46004625
semver "^5.7.0"
46014626

4602-
node-fetch@2:
4603-
version "2.6.7"
4604-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz"
4605-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4627+
node-fetch@3.3.2:
4628+
version "3.3.2"
4629+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
4630+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
46064631
dependencies:
4607-
whatwg-url "^5.0.0"
4632+
data-uri-to-buffer "^4.0.0"
4633+
fetch-blob "^3.1.4"
4634+
formdata-polyfill "^4.0.10"
46084635

46094636
node-gyp-build@^4.2.0:
46104637
version "4.3.0"
@@ -5671,11 +5698,6 @@ tr46@^2.1.0:
56715698
dependencies:
56725699
punycode "^2.1.1"
56735700

5674-
tr46@~0.0.3:
5675-
version "0.0.3"
5676-
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
5677-
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5678-
56795701
ts-api-utils@^1.0.1:
56805702
version "1.0.1"
56815703
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
@@ -5905,6 +5927,11 @@ walker@^1.0.7:
59055927
dependencies:
59065928
makeerror "1.0.12"
59075929

5930+
web-streams-polyfill@^3.0.3:
5931+
version "3.3.3"
5932+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
5933+
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
5934+
59085935
web3-eth-abi@1.3.6:
59095936
version "1.3.6"
59105937
resolved "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.3.6.tgz"
@@ -5928,11 +5955,6 @@ web3-utils@1.3.6:
59285955
underscore "1.12.1"
59295956
utf8 "3.0.0"
59305957

5931-
webidl-conversions@^3.0.0:
5932-
version "3.0.1"
5933-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
5934-
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5935-
59365958
webidl-conversions@^5.0.0:
59375959
version "5.0.0"
59385960
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz"
@@ -5955,14 +5977,6 @@ whatwg-mimetype@^2.3.0:
59555977
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz"
59565978
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
59575979

5958-
whatwg-url@^5.0.0:
5959-
version "5.0.0"
5960-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
5961-
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5962-
dependencies:
5963-
tr46 "~0.0.3"
5964-
webidl-conversions "^3.0.0"
5965-
59665980
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
59675981
version "8.7.0"
59685982
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz"

0 commit comments

Comments
 (0)