Skip to content

Commit dc1d443

Browse files
committed
fix: Revert "update make-fetch-happen to 11.0.3 (#2796)"
This reverts commit 02480f6, thereby rolling back dependency make-fetch-happen from ^11.0.3 to ^10.0.3. The upgrade is breaking for node-fetch users as it has transitive dependencies with syntax incompatible with supported Node.js versions. Related: - #2770 - #2837 - #2816 - #2848 - #2827 - #2796
1 parent 6f3c2d3 commit dc1d443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"env-paths": "^2.2.0",
2626
"glob": "^7.1.4",
2727
"graceful-fs": "^4.2.6",
28-
"make-fetch-happen": "^11.0.3",
28+
"make-fetch-happen": "^10.0.3",
2929
"nopt": "^6.0.0",
3030
"npmlog": "^6.0.0",
3131
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)