From 53e04bb3220e78c869de547674e9dc55f8adee73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:53:26 +0000 Subject: [PATCH] chore(deps): bump hardhat from 2.22.8 to 2.22.10 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.8 to 2.22.10. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.8...hardhat@2.22.10) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production 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 170e716..94b4d52 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.0.0", "ethers": "^6.7.1", - "hardhat": "^2.18.0", + "hardhat": "^2.22.10", "hardhat-contract-sizer": "^2.10.0", "hardhat-deploy": "^0.12.4", "hardhat-deploy-ethers": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 7a1bc86..6ba6656 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3534,10 +3534,10 @@ hardhat-gas-reporter@^1.0.8: eth-gas-reporter "^0.2.25" sha1 "^1.1.1" -hardhat@^2.18.0: - version "2.22.8" - resolved "https://registry.npmjs.org/hardhat/-/hardhat-2.22.8.tgz" - integrity sha512-hPh2feBGRswkXkoXUFW6NbxgiYtEzp/3uvVFjYROy6fA9LH8BobUyxStlyhSKj4+v1Y23ZoUBOVWL84IcLACrA== +hardhat@^2.22.10: + version "2.22.10" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.22.10.tgz#826ab56e47af98406e6dd105ba6d2dbb148013d9" + integrity sha512-JRUDdiystjniAvBGFmJRsiIZSOP2/6s++8xRDe3TzLeQXlWWHsXBrd9wd3JWFyKXvgMqMeLL5Sz/oNxXKYw9vg== dependencies: "@ethersproject/abi" "^5.1.2" "@metamask/eth-sig-util" "^4.0.0"