Skip to content

Commit dd50c2c

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 53c99ae commit dd50c2c

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
@@ -26,7 +26,7 @@
2626
"exponential-backoff": "^3.1.1",
2727
"glob": "^8.0.3",
2828
"graceful-fs": "^4.2.6",
29-
"make-fetch-happen": "^11.0.3",
29+
"make-fetch-happen": "^10.0.3",
3030
"nopt": "^7.0.0",
3131
"proc-log": "^3.0.0",
3232
"semver": "^7.3.5",

0 commit comments

Comments
 (0)