diff --git a/test/test_solidity_project/package.json b/test/test_solidity_project/package.json index 682f3d4..3938bea 100644 --- a/test/test_solidity_project/package.json +++ b/test/test_solidity_project/package.json @@ -12,7 +12,7 @@ "prepare": "yarn compile" }, "devDependencies": { - "hardhat": "^2.10.1", + "hardhat": "^2.10.2", "ts-node": "^10.9.1", "typescript": "^4.7.4" }, diff --git a/test/test_solidity_project/yarn.lock b/test/test_solidity_project/yarn.lock index d086f9c..106bc2c 100644 --- a/test/test_solidity_project/yarn.lock +++ b/test/test_solidity_project/yarn.lock @@ -1199,10 +1199,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a" integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== -hardhat@^2.10.1: - version "2.10.1" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.1.tgz#37fdc0c96d6a5d16b322269db2ad8f9f115c4046" - integrity sha512-0FN9TyCtn7Lt25SB2ei2G7nA2rZjP+RN6MvFOm+zYwherxLZNo6RbD8nDz88eCbhRapevmXqOiL2nM8INKsjmA== +hardhat@^2.10.2: + version "2.10.2" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.2.tgz#ff94ee4cb144a9c114641581ff5e4d7bea5f93a9" + integrity sha512-L/KvDDT/MA6332uAtYTqdcHoSABljw4pPjHQe5SHdIJ+xKfaSc6vDKw03CmrQ5Xup0gHs8XnVSBpZo1AbbIW7g== dependencies: "@ethereumjs/block" "^3.6.2" "@ethereumjs/blockchain" "^5.5.2"