From 290c3c0c8106424f8a70b0dea9d8f80264020269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:36:50 +0000 Subject: [PATCH] chore(deps-dev): bump @nomiclabs/hardhat-ethers in /packages/contracts Bumps [@nomiclabs/hardhat-ethers](https://github.com/nomiclabs/hardhat) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.1...hardhat-core-v2.0.2) Signed-off-by: dependabot[bot] --- packages/contracts/package-lock.json | 6 +++--- packages/contracts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/contracts/package-lock.json b/packages/contracts/package-lock.json index 536f450ef..756ab9816 100644 --- a/packages/contracts/package-lock.json +++ b/packages/contracts/package-lock.json @@ -501,9 +501,9 @@ } }, "@nomiclabs/hardhat-ethers": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.0.1.tgz", - "integrity": "sha512-uTFHDhhvJ+UjfvvMeQxD3ZALuzuI3FXzTYT1Z5N3ebyZL5z4Ogwt55GB0R9tdKY0p5HhDhBjU/gsCjUEwIVoaw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.0.2.tgz", + "integrity": "sha512-6quxWe8wwS4X5v3Au8q1jOvXYEPkS1Fh+cME5u6AwNdnI4uERvPlVjlgRWzpnb+Rrt1l/cEqiNRH9GlsBMSDQg==", "dev": true }, "@nomiclabs/hardhat-truffle5": { diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 98de3d835..b5ed646da 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -28,7 +28,7 @@ "xmlhttprequest": "^1.8.0" }, "devDependencies": { - "@nomiclabs/hardhat-ethers": "^2.0.0", + "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-truffle5": "^2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/contracts": "^3.3.0",