Skip to content

Commit 448d7dc

Browse files
committed
chore(deps): update dependency @types/node-fetch to v2.5.5
1 parent 31b8d73 commit 448d7dc

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/mocha": "5.2.7",
8989
"@types/mongodb": "3.1.10",
9090
"@types/node": "9.6.55",
91-
"@types/node-fetch": "2.5.3",
91+
"@types/node-fetch": "2.5.5",
9292
"@types/object-hash": "1.3.1",
9393
"@types/redis": "2.8.6",
9494
"@types/source-map-support": "0.5.1",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,13 @@
490490
"@types/bson" "*"
491491
"@types/node" "*"
492492

493-
"@types/node-fetch@2.5.3":
494-
version "2.5.3"
495-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.3.tgz#b84127facd93642b1fb6439bc630ba0612e3ec50"
493+
"@types/node-fetch@2.5.5":
494+
version "2.5.5"
495+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.5.tgz#cd264e20a81f4600a6c52864d38e7fef72485e92"
496+
integrity sha512-IWwjsyYjGw+em3xTvWVQi5MgYKbRs0du57klfTaZkv/B24AEQ/p/IopNeqIYNy3EsfHOpg8ieQSDomPcsYMHpA==
496497
dependencies:
497498
"@types/node" "*"
499+
form-data "^3.0.0"
498500

499501
"@types/node-fetch@^2.3.7":
500502
version "2.5.4"
@@ -1908,7 +1910,7 @@ columnify@~1.5.4:
19081910
strip-ansi "^3.0.0"
19091911
wcwidth "^1.0.0"
19101912

1911-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1913+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
19121914
version "1.0.8"
19131915
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
19141916
dependencies:
@@ -2947,6 +2949,15 @@ form-data@^2.3.1, form-data@^2.5.0:
29472949
combined-stream "^1.0.6"
29482950
mime-types "^2.1.12"
29492951

2952+
form-data@^3.0.0:
2953+
version "3.0.0"
2954+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
2955+
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
2956+
dependencies:
2957+
asynckit "^0.4.0"
2958+
combined-stream "^1.0.8"
2959+
mime-types "^2.1.12"
2960+
29502961
form-data@~2.3.2:
29512962
version "2.3.3"
29522963
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)