Skip to content

Commit

Permalink
updates the version of node-fetch to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Sep 14, 2020
1 parent 1108623 commit 4ab48c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format:check": "prettier --list-different -- \"**/*.js\""
},
"engines": {
"node": "10.x.x",
"node": ">= 10",
"yarn": "1.x"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"fs-extra": "^9.0.0",
"node-fetch": "^2.6.1",
"simple-git": "^2.2.0",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"chalk": "^2.4.2",
"node-fetch": "^2.3.0"
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2689,9 +2689,9 @@ neo-async@^2.5.0, neo-async@^2.6.1:
version "2.6.2"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"

node-fetch@^2.3.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"

node-libs-browser@^2.2.1:
version "2.2.1"
Expand Down

0 comments on commit 4ab48c9

Please sign in to comment.