From 37f1e02be8b999f5a5e6e7624af3a271d7d9efbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 20:27:10 +0000 Subject: [PATCH] fix: web3.js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 452016a3b3cc0f..27a7078cd72efe 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -83,7 +83,7 @@ "jayson": "^3.0.1", "keccak": "^3.0.1", "mz": "^2.7.0", - "node-fetch": "^2.2.0", + "node-fetch": "^3.1.1", "npm-run-all": "^4.1.5", "rpc-websockets": "^7.4.2", "secp256k1": "^4.0.2",