From 9f721aa13bb04758372367212b4f60b7d33786bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Feb 2022 17:00:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1db5b0b..73e2c3d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "shelljs": "^0.8.3", "truffle": "^5.1.9", "untildify": "^4.0.0", - "web3": "^1.2.5-rc.0" + "web3": "^1.2.5" }, "devDependencies": { "babel-eslint": "^10.0.3",