Skip to content

Commit

Permalink
fix: Revert "update make-fetch-happen to 11.0.3 (nodejs#2796)"
Browse files Browse the repository at this point in the history
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:
- nodejs#2770
- nodejs#2837
- nodejs#2816
- nodejs#2848
- nodejs#2827
- nodejs#2796
  • Loading branch information
legobeat committed Jun 26, 2023
1 parent 53c99ae commit dd50c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"exponential-backoff": "^3.1.1",
"glob": "^8.0.3",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^11.0.3",
"make-fetch-happen": "^10.0.3",
"nopt": "^7.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
Expand Down

0 comments on commit dd50c2c

Please sign in to comment.