From d3f1edb04efadd08c8d57b9a075d924d6a15aeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:14:15 +0000 Subject: [PATCH] Bump hardhat from 2.10.1 to 2.10.2 in /test/test_solidity_project Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.10.1...hardhat@2.10.2) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/test_solidity_project/package.json | 2 +- test/test_solidity_project/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"