From 3c295ed596b7a1146033400d217a38f8f8776541 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 14:02:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - 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 ebd2497..a5df0dc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "memory-cache": "^0.2.0", "nano-ipfs-store": "^0.1.3", "request": "^2.72.0", - "web3": "1.0.0-beta.29" + "web3": "4.0.1" }, "homepage": "https://github.com/swarmcity/sc-gasstation#readme" }