From 2da0eee7d4312a22bd90fffcabf43a34e1ff2c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 15:24:23 +0000 Subject: [PATCH] fix: packages/new-polymath-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/new-polymath-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/new-polymath-scripts/package.json b/packages/new-polymath-scripts/package.json index eb3c889c4..6e0174d63 100644 --- a/packages/new-polymath-scripts/package.json +++ b/packages/new-polymath-scripts/package.json @@ -20,6 +20,6 @@ "ganache-cli": "6.2.5", "lodash": "4.17.14", "truffle": "4.1.14", - "web3": "1.0.0-beta.30" + "web3": "4.0.1" } }