From a4cf68089b6ef0a92bd4a2c51ef1bfffd2195d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:22:37 +0000 Subject: [PATCH] Update dependency web3 to v1.8.0 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index df94938..f2be89f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "react-bootstrap": "2.3.1", "react-dom": "18.1.0", "react-scripts": "5.0.1", - "web3": "1.7.3" + "web3": "1.8.0" }, "scripts": { "start": "react-scripts start",