diff --git a/package.json b/package.json index 7495ad2..15ad931 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dotenv": "^16.0.3", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.2", - "hardhat": "2.14.0", + "hardhat": "2.15.0", "hardhat-deploy": "^0.11.26", "hardhat-gas-reporter": "^1.0.9", "node-watch": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 888ab0e..9c8dd28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5358,10 +5358,10 @@ hardhat-gas-reporter@^1.0.9: eth-gas-reporter "^0.2.25" sha1 "^1.1.1" -hardhat@2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.14.0.tgz#b60c74861494aeb1b50803cf04cc47865a42b87a" - integrity sha512-73jsInY4zZahMSVFurSK+5TNCJTXMv+vemvGia0Ac34Mm19fYp6vEPVGF3sucbumszsYxiTT2TbS8Ii2dsDSoQ== +hardhat@2.15.0: + version "2.15.0" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.15.0.tgz#0cacb2b44c4c4651aa8ab649fef12804848b0267" + integrity sha512-cC9tM/N10YaES04zPOp7yR13iX3YibqaNmi0//Ep40Nt9ELIJx3kFpQmucur0PAIfXYpGnw5RuXHNLkxpnVHEw== dependencies: "@ethersproject/abi" "^5.1.2" "@metamask/eth-sig-util" "^4.0.0"