From dc62fe6cb89e29d63c3941156df324483fcb8da4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 12:15:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebd2497..933a638 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.13.0" }, "homepage": "https://github.com/swarmcity/sc-gasstation#readme" }