From 4a1f365942873fa19cb470125d1e1565edb3a26a Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 21 Sep 2021 16:22:13 +0800 Subject: [PATCH] fix: pin node-fetch to 2.6.2 (bug) see https://github.com/node-fetch/node-fetch/issues/1300 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bc7e8d..a32ba78 100644 --- a/package.json +++ b/package.json @@ -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", "mockttp": "^2.2.3", "syswide-cas": "^5.3.0" },