From 0aef8688af8519eb92f7c3940451a35bc6013602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:59:18 +0000 Subject: [PATCH] chore(deps): update dependency hardhat-gas-reporter to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/hardhat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 8677e69..49be47d 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -19,7 +19,7 @@ "@types/mocha": "^10.0.7", "chai": "^4.2.0", "hardhat": "^2.22.15", - "hardhat-gas-reporter": "^1.0.8", + "hardhat-gas-reporter": "^2.0.0", "solidity-coverage": "^0.8.1", "ts-node": "^10.9.2", "typechain": "^8.3.2",