From b9ea6d744984d43d13b9446564736aaa7fc671ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 22:37:01 +0000 Subject: [PATCH] fix: commons/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- commons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/package.json b/commons/package.json index 5c30bf55c..ea690bc6f 100644 --- a/commons/package.json +++ b/commons/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "gas-price-oracle": "^0.1.5", - "web3-utils": "1.0.0-beta.34" + "web3-utils": "1.6.0" }, "devDependencies": { "bn-chai": "^1.0.1",