From ec988f93ab8be084d92ae92680eca2d2566a05e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 23:08:57 +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-EXPRESS-6474509 --- 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..41b162f2d 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": "1.2.0" } }