Skip to content

Commit

Permalink
Use node-fetch 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Jan 21, 2025
1 parent 2eb0eb9 commit 31e3322
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"tmp": "^0.2.1"
},
"resolutions": {
"ansi-regex": "4.1.1"
"ansi-regex": "4.1.1",
"node-fetch": "2.7.0"
},
"standard": {
"env": "mocha",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"netrc-parser": "3.1.6",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"open": "^8.4.2",
"phoenix": "^1.6.14",
"portfinder": "^1.0.32",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9746,7 +9746,7 @@ __metadata:
mocha: ^10.8.2
netrc-parser: 3.1.6
nock: ^13.5.1
node-fetch: ^2.6.7
node-fetch: ^2.7.0
nyc: ^15.1.0
oclif: 4.14.36
open: ^8.4.2
Expand Down Expand Up @@ -12301,7 +12301,7 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^2.2.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0":
"node-fetch@npm:2.7.0":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down

0 comments on commit 31e3322

Please sign in to comment.