From 4c3ddd375104470cdbe4074840f72fe9f541e9f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Aug 2022 01:46:22 +0000 Subject: [PATCH] fix: upgrade web3-utils from 1.7.4 to 1.7.5 Snyk has created this PR to upgrade web3-utils from 1.7.4 to 1.7.5. See this package in npm: https://www.npmjs.com/package/web3-utils See this project in Snyk: https://app.snyk.io/org/yisiliu/project/514579f4-2ea9-4b8e-ba2d-3f2a4cc11ac5?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/plugin-infra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-infra/package.json b/packages/plugin-infra/package.json index 159d1891dae8..b0caa0c393d1 100644 --- a/packages/plugin-infra/package.json +++ b/packages/plugin-infra/package.json @@ -90,7 +90,7 @@ "web3": "1.7.4", "web3-core": "1.7.4", "web3-core-helpers": "1.7.4", - "web3-utils": "1.7.4" + "web3-utils": "1.7.5" }, "peerDependencies": { "react-i18next": "^11.15.3"