From e8c83fcb1ae5087f67d6db320aad774fef5365a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:22:34 +0000 Subject: [PATCH] Bump hardhat from 2.10.0 to 2.10.1 in /test/test_solidity_project Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.10.0...hardhat@2.10.1) --- 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 1061856..1c89866 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.0", + "hardhat": "^2.10.1", "ts-node": "^10.8.2", "typescript": "^4.7.4" }, diff --git a/test/test_solidity_project/yarn.lock b/test/test_solidity_project/yarn.lock index 23cde7d..94b5ea6 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.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.0.tgz#23a640293d52ce79388660b2872624b2c6f94e5d" - integrity sha512-9VUorKvWNyW96qFXkwkpDUSeWND3gOZpm0oJ8l63JQJvWhxyxTJ92BcOrNylOKy9hzNNGdMfM2QWNP80fGOjpA== +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== dependencies: "@ethereumjs/block" "^3.6.2" "@ethereumjs/blockchain" "^5.5.2"