From 4a854eb11e4be4a2a97f79464a977dfc8f6e1b9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 03:52:20 +0000 Subject: [PATCH] fix: upgrade web3-utils from 1.7.5 to 1.8.0 Snyk has created this PR to upgrade web3-utils from 1.7.5 to 1.8.0. 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 5c0824bbb640..714c657f2b0a 100644 --- a/packages/plugin-infra/package.json +++ b/packages/plugin-infra/package.json @@ -76,7 +76,7 @@ "web3": "1.7.5", "web3-core": "1.7.5", "web3-core-helpers": "1.7.5", - "web3-utils": "1.7.5" + "web3-utils": "1.8.0" }, "peerDependencies": { "react-i18next": "^11.15.3"