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"