Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit bbdc257

Browse files
committed
bump node-fetch version to 2.6.7 to fix security vulnerabilities
1 parent 838f320 commit bbdc257

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/write-file-atomic": "^3.0.2",
8989
"@types/yargs": "^17.0.4",
9090
"follow-redirects": "^1.14.7",
91-
"node-fetch": "^3.1.1"
91+
"node-fetch": "^2.6.7"
9292
},
9393
"engines": {
9494
"node": ">=8.0.0"

yarn.lock

+5-37
Original file line numberDiff line numberDiff line change
@@ -1121,11 +1121,6 @@ crypto-js@^4.1.1:
11211121
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
11221122
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
11231123

1124-
data-uri-to-buffer@^4.0.0:
1125-
version "4.0.0"
1126-
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
1127-
integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
1128-
11291124
debug@^4.1.1, debug@^4.3.3:
11301125
version "4.3.3"
11311126
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
@@ -1307,14 +1302,6 @@ fastq@^1.6.0:
13071302
dependencies:
13081303
reusify "^1.0.4"
13091304

1310-
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
1311-
version "3.1.4"
1312-
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.4.tgz#e8c6567f80ad7fc22fd302e7dcb72bafde9c1717"
1313-
integrity sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==
1314-
dependencies:
1315-
node-domexception "^1.0.0"
1316-
web-streams-polyfill "^3.0.3"
1317-
13181305
filelist@^1.0.1:
13191306
version "1.0.2"
13201307
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.2.tgz#80202f21462d4d1c2e214119b1807c1bc0380e5b"
@@ -1354,13 +1341,6 @@ follow-redirects@^1.14.7:
13541341
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
13551342
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
13561343

1357-
formdata-polyfill@^4.0.10:
1358-
version "4.0.10"
1359-
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
1360-
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
1361-
dependencies:
1362-
fetch-blob "^3.1.2"
1363-
13641344
fromentries@^1.3.1:
13651345
version "1.3.2"
13661346
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
@@ -2029,26 +2009,19 @@ nice-try@^1.0.4:
20292009
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
20302010
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
20312011

2032-
node-domexception@^1.0.0:
2033-
version "1.0.0"
2034-
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
2035-
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
2036-
20372012
node-fetch@^2.6.1:
20382013
version "2.6.6"
20392014
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
20402015
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
20412016
dependencies:
20422017
whatwg-url "^5.0.0"
20432018

2044-
node-fetch@^3.1.1:
2045-
version "3.2.0"
2046-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.0.tgz#59390db4e489184fa35d4b74caf5510e8dfbaf3b"
2047-
integrity sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==
2019+
node-fetch@^2.6.7:
2020+
version "2.6.7"
2021+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2022+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
20482023
dependencies:
2049-
data-uri-to-buffer "^4.0.0"
2050-
fetch-blob "^3.1.4"
2051-
formdata-polyfill "^4.0.10"
2024+
whatwg-url "^5.0.0"
20522025

20532026
normalize-package-data@^3.0.0:
20542027
version "3.0.3"
@@ -2773,11 +2746,6 @@ wcwidth@^1.0.1:
27732746
dependencies:
27742747
defaults "^1.0.3"
27752748

2776-
web-streams-polyfill@^3.0.3:
2777-
version "3.2.0"
2778-
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965"
2779-
integrity sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==
2780-
27812749
webidl-conversions@^3.0.0:
27822750
version "3.0.1"
27832751
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)