From 9c984bb30b1baeb1b2555dfd5f9c7bc443abd4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:07:30 +0000 Subject: [PATCH] Bump hardhat from 2.12.6 to 2.13.0 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.12.6 to 2.13.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.12.6...hardhat@2.13.0) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-minor ... 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 f7390e4..ac19d40 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chai": "4.3.7", "dotenv": "^16.0.3", "ethers": "5.7.2", - "hardhat": "2.12.6", + "hardhat": "2.13.0", "hardhat-contract-sizer": "^2.7.0", "hardhat-gas-reporter": "^1.0.9", "keccak256": "^1.0.6", diff --git a/yarn.lock b/yarn.lock index 1724f26..5a0f3af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2631,10 +2631,10 @@ hardhat-gas-reporter@^1.0.9: eth-gas-reporter "^0.2.25" sha1 "^1.1.1" -hardhat@2.12.6: - version "2.12.6" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.12.6.tgz#ea3c058bbd81850867389d10f76037cfa52a0019" - integrity sha512-0Ent1O5DsPgvaVb5sxEgsQ3bJRt/Ex92tsoO+xjoNH2Qc4bFmhI5/CHVlFikulalxOPjNmw5XQ2vJFuVQFESAA== +hardhat@2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.13.0.tgz#d52a0ec9b733a651687e5b1c1b0ee9a11a30f3d0" + integrity sha512-ZlzBOLML1QGlm6JWyVAG8lVTEAoOaVm1in/RU2zoGAnYEoD1Rp4T+ZMvrLNhHaaeS9hfjJ1gJUBfiDr4cx+htQ== dependencies: "@ethersproject/abi" "^5.1.2" "@metamask/eth-sig-util" "^4.0.0"