Skip to content

Commit

Permalink
fix: pin node-fetch to 2.6.2 (bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Sep 21, 2021
1 parent 44bc78d commit 4a1f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"express": "^4.17.1",
"@adobe/aio-lib-core-logging": "1.1.0",
"node-fetch": "^2.6.0",
"node-fetch": "2.6.2",

This comment has been minimized.

Copy link
@LinusU

LinusU Sep 21, 2021

@shazron sorry for the breakage! This has been fixed in version 2.6.4, and we've added a test case to make sure that it never breaks again!

"mockttp": "^2.2.3",
"syswide-cas": "^5.3.0"
},
Expand Down

0 comments on commit 4a1f365

Please sign in to comment.