From 14d2c306cfb757eb33e01c1a895eabc8e33bcb2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 08:29:24 +0000 Subject: [PATCH] fix: packages/new-polymath-shared/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/new-polymath-shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/new-polymath-shared/package.json b/packages/new-polymath-shared/package.json index 51fccae04..0fb65e382 100644 --- a/packages/new-polymath-shared/package.json +++ b/packages/new-polymath-shared/package.json @@ -18,7 +18,7 @@ "lodash": "4.17.14", "luxon": "1.10.0", "papaparse": "^4.6.3", - "web3": "1.0.0-beta.30" + "web3": "4.0.1" }, "devDependencies": { "@babel/core": "7.1.0",