chore(cli): updating nodefetch

This commit is contained in:
blam
2020-09-22 03:56:16 +02:00
parent a9adf229ff
commit b60086db6b
3 changed files with 4 additions and 2 deletions
@@ -29,7 +29,7 @@
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"winston": "^3.2.1",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"yn": "^4.0.0"
},
"devDependencies": {
@@ -15,3 +15,4 @@
*/
export {};
global.fetch = require('node-fetch');
@@ -41,7 +41,8 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"msw": "^0.20.5"
"msw": "^0.20.5",
"node-fetch": "^2.6.1"
},
"files": [
"dist"