From 7020371e6cb8c380e611dcabf210bf8111910719 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:17:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a43fa667..54d45648 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "underscore": ">=1.12.1", "uuid": "^8.3.2", "validator": ">=13.7.0", - "web3": "^1.9.0", + "web3": "^4.0.1", "web3-eth-abi": "^1.8.1", "web3-eth-contract": "^1.8.1", "wif": "^2.0.6",