Skip to content

Commit

Permalink
hotfix: add node fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
gunzip committed Apr 12, 2020
1 parent d94232d commit 1ce7595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"io-functions-express": "^0.1.0",
"io-ts": "1.8.5",
"italia-ts-commons": "^6.3.0",
"node-fetch": "^2.6.0",
"nodemailer": "^4.6.7",
"winston": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5234,7 +5234,7 @@ node-fetch@^1.7.1:
encoding "^0.1.11"
is-stream "^1.0.1"

node-fetch@^2.1.1, node-fetch@^2.2.0, node-fetch@^2.3.0:
node-fetch@^2.1.1, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
Expand Down

0 comments on commit 1ce7595

Please sign in to comment.