From 6ae9201e924b56cc8c8a7d40eb0f38d4a0def2be Mon Sep 17 00:00:00 2001 From: wbt Date: Sun, 10 Apr 2022 14:37:26 -0400 Subject: [PATCH] Update away from vulnerable version of node-fetch (#135) Backporting #124 to the 2.x branch for dependencies stuck on that which can't get a PR for moving on reviewed, e.g. https://github.com/MetaMask/web3-provider-engine/pull/404 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d678794..26de9b0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "url": "https://github.com/lquixada/cross-fetch/issues" }, "dependencies": { - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "whatwg-fetch": "2.0.4" }, "devDependencies": {