Skip to content

Commit

Permalink
Merge pull request #34 from gunnargrosch/develop
Browse files Browse the repository at this point in the history
Switch to node-fetch@2
  • Loading branch information
gunnargrosch authored Feb 14, 2022
2 parents b89050e + a5ce5a3 commit ccbc113
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 40 deletions.
61 changes: 23 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "failure-lambda",
"version": "0.4.3",
"version": "0.4.4",
"description": "Module for failure injection into AWS Lambda",
"main": "./lib/failure.js",
"scripts": {
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"mitm": "^1.7.2",
"node-fetch": "^3.2.0"
"node-fetch": "^2.6.7"
}
}

0 comments on commit ccbc113

Please sign in to comment.