Skip to content

Commit ccbc113

Browse files
authored
Merge pull request #34 from gunnargrosch/develop
Switch to node-fetch@2
2 parents b89050e + a5ce5a3 commit ccbc113

File tree

2 files changed

+25
-40
lines changed

2 files changed

+25
-40
lines changed

package-lock.json

+23-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "failure-lambda",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Module for failure injection into AWS Lambda",
55
"main": "./lib/failure.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
},
3737
"dependencies": {
3838
"mitm": "^1.7.2",
39-
"node-fetch": "^3.2.0"
39+
"node-fetch": "^2.6.7"
4040
}
4141
}

0 commit comments

Comments
 (0)