Skip to content

Commit 9f1983d

Browse files
authored
Downgrade node-fetch back to v2 (#49592)
1 parent 9534b2b commit 9f1983d

File tree

2 files changed

+59
-51
lines changed

2 files changed

+59
-51
lines changed

package-lock.json

+57-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@types/mocha": "latest",
4949
"@types/ms": "latest",
5050
"@types/node": "latest",
51+
"@types/node-fetch": "^2.6.2",
5152
"@types/q": "latest",
5253
"@types/source-map-support": "latest",
5354
"@types/xml2js": "^0.4.11",
@@ -81,7 +82,7 @@
8182
"mocha": "latest",
8283
"mocha-fivemat-progress-reporter": "latest",
8384
"ms": "^2.1.3",
84-
"node-fetch": "^3.2.6",
85+
"node-fetch": "^2.6.7",
8586
"prex": "^0.4.7",
8687
"q": "latest",
8788
"source-map-support": "latest",

0 commit comments

Comments
 (0)