Skip to content

Commit 3b0220d

Browse files
authored
🔀 Merge pull request #39 from gluons/dependabot/npm_and_yarn/types/node-fetch-2.5.7
⬆️ Bump @types/node-fetch from 2.5.2 to 2.5.7
2 parents a68117e + 30a3c94 commit 3b0220d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,12 @@
352352
integrity sha512-jWeYcTo3sCH/rMgsdYXDTO85GNRyTCII5dayMIu/ZO4zbEot1E3iNGaOwpLReLUHjeNQFkgeNNVYlY4dX6azQQ==
353353

354354
"@types/node-fetch@^2.5.2":
355-
version "2.5.2"
356-
resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.2.tgz#76906dea5b3d6901e50e63e15249c9bcd6e9676e"
357-
integrity sha512-djYYKmdNRSBtL1x4CiE9UJb9yZhwtI1VC+UxZD0psNznrUj80ywsxKlEGAE+QL1qvLjPbfb24VosjkYM6W4RSQ==
355+
version "2.5.7"
356+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c"
357+
integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==
358358
dependencies:
359359
"@types/node" "*"
360+
form-data "^3.0.0"
360361

361362
"@types/node@*":
362363
version "12.7.12"
@@ -1938,7 +1939,7 @@ colors@^1.1.0, colors@^1.1.2:
19381939
resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
19391940
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
19401941

1941-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1942+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
19421943
version "1.0.8"
19431944
resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
19441945
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3359,6 +3360,15 @@ forever-agent@~0.6.1:
33593360
resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
33603361
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
33613362

3363+
form-data@^3.0.0:
3364+
version "3.0.0"
3365+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
3366+
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
3367+
dependencies:
3368+
asynckit "^0.4.0"
3369+
combined-stream "^1.0.8"
3370+
mime-types "^2.1.12"
3371+
33623372
form-data@~2.3.2:
33633373
version "2.3.3"
33643374
resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)