Skip to content

Commit

Permalink
Override to node-fetch 3.x
Browse files Browse the repository at this point in the history
(possibly fixes #2068)
  • Loading branch information
bkimminich committed Oct 11, 2023
1 parent 2ce6792 commit 47e0a72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -250,7 +250,6 @@
"jasmine-reporters": "^2.5.0",
"jest": "^26.6.3",
"mocha": "^8.1.1",
"node-fetch": "^3.3.2",
"nyc": "^15.1.0",
"shelljs": "^0.8.4",
"sinon": "^11.1.2",
Expand All @@ -261,6 +260,9 @@
"ts-node": "^10.8.0",
"typescript": "~4.6.0"
},
"override": {
"node-fetch": "^3.3.2"
},
"engines": {
"node": "16 - 20"
},
Expand Down

0 comments on commit 47e0a72

Please sign in to comment.