From 9ac8cf5ab0cad329f39c47d08ac9a7ae4775b51b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:58:00 +0000 Subject: [PATCH] fix: packages/polymath-js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/polymath-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polymath-js/package.json b/packages/polymath-js/package.json index dafc6b8aa..82b4bd9b5 100644 --- a/packages/polymath-js/package.json +++ b/packages/polymath-js/package.json @@ -49,6 +49,6 @@ "lodash": "4.17.14", "redux": "3.7.2", "redux-thunk": "2.2.0", - "web3": "1.0.0-beta.30" + "web3": "4.0.1" } }