Skip to content

Commit 5023dba

Browse files
committed
chore(deps): update dependency @types/node-fetch to v2.5.7
1 parent aea7c1b commit 5023dba

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

package.json

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

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -536,12 +536,13 @@
536536
"@types/bson" "*"
537537
"@types/node" "*"
538538

539-
"@types/node-fetch@2.5.3":
540-
version "2.5.3"
541-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.3.tgz#b84127facd93642b1fb6439bc630ba0612e3ec50"
542-
integrity sha512-X3TNlzZ7SuSwZsMkb5fV7GrPbVKvHc2iwHmslb8bIxRKWg2iqkfm3F/Wd79RhDpOXR7wCtKAwc5Y2JE6n/ibyw==
539+
"@types/node-fetch@2.5.7":
540+
version "2.5.7"
541+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c"
542+
integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==
543543
dependencies:
544544
"@types/node" "*"
545+
form-data "^3.0.0"
545546

546547
"@types/node-fetch@^2.3.7":
547548
version "2.5.4"
@@ -1708,7 +1709,7 @@ columnify@~1.5.4:
17081709
strip-ansi "^3.0.0"
17091710
wcwidth "^1.0.0"
17101711

1711-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1712+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
17121713
version "1.0.8"
17131714
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
17141715
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -2900,6 +2901,15 @@ form-data@^2.3.1, form-data@^2.5.0:
29002901
combined-stream "^1.0.6"
29012902
mime-types "^2.1.12"
29022903

2904+
form-data@^3.0.0:
2905+
version "3.0.0"
2906+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
2907+
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
2908+
dependencies:
2909+
asynckit "^0.4.0"
2910+
combined-stream "^1.0.8"
2911+
mime-types "^2.1.12"
2912+
29032913
form-data@~2.3.2:
29042914
version "2.3.3"
29052915
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)