From 7fa249f78551bb75e8c10c26c812a2162a00b285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:12:23 +0000 Subject: [PATCH] Bump hardhat-gas-reporter from 1.0.9 to 1.0.10 Bumps [hardhat-gas-reporter](https://github.com/cgewecke/hardhat-gas-reporter) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/cgewecke/hardhat-gas-reporter/releases) - [Changelog](https://github.com/cgewecke/hardhat-gas-reporter/blob/master/CHANGELOG.md) - [Commits](https://github.com/cgewecke/hardhat-gas-reporter/commits) --- updated-dependencies: - dependency-name: hardhat-gas-reporter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9212c0aa..70d8c79d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "globby": "^11.0.4", "hardhat": "^2.13.1", "hardhat-deploy": "^0.11.26", - "hardhat-gas-reporter": "^1.0.9", + "hardhat-gas-reporter": "^1.0.10", "prettier": "^2.8.7", "prettier-plugin-solidity": "^1.1.3", "sinon": "^15.0.3", diff --git a/yarn.lock b/yarn.lock index 669cbfb7..e42b86d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5754,10 +5754,10 @@ hardhat-deploy@^0.11.10, hardhat-deploy@^0.11.26: qs "^6.9.4" zksync-web3 "^0.14.3" -hardhat-gas-reporter@^1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/hardhat-gas-reporter/-/hardhat-gas-reporter-1.0.9.tgz#9a2afb354bc3b6346aab55b1c02ca556d0e16450" - integrity sha512-INN26G3EW43adGKBNzYWOlI3+rlLnasXTwW79YNnUhXPDa+yHESgt639dJEs37gCjhkbNKcRRJnomXEuMFBXJg== +hardhat-gas-reporter@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/hardhat-gas-reporter/-/hardhat-gas-reporter-1.0.10.tgz#ebe5bda5334b5def312747580cd923c2b09aef1b" + integrity sha512-02N4+So/fZrzJ88ci54GqwVA3Zrf0C9duuTyGt0CFRIh/CdNwbnTgkXkRfojOMLBQ+6t+lBIkgbsOtqMvNwikA== dependencies: array-uniq "1.0.3" eth-gas-reporter "^0.2.25"