From f73e48d3d7ed457f703fcd6c86ebe3a803f95c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 05:35:10 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat from 2.9.9 to 2.10.0 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.9.9 to 2.10.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.9.9...hardhat@2.10.0) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index 1e67c6dc6..7a4a54ff9 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -39,7 +39,7 @@ "ethereumjs-util": "^7.1.4", "ethers": "^5.6.7", "follow-redirects": "^1.15.0", - "hardhat": "^2.9.9", + "hardhat": "^2.10.0", "hardhat-contract-sizer": "^2.6.1", "hardhat-deploy": "^0.11.11", "hardhat-deploy-ethers": "^0.3.0-beta.13",