Skip to content

Commit 9ecc239

Browse files
Bump hardhat from 2.19.1 to 2.19.2
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.1...hardhat@2.19.2) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2aa7f15 commit 9ecc239

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-prettier": "^4.2.1",
5050
"eslint-plugin-promise": "^5.2.0",
5151
"ethereum-waffle": "^4.0.10",
52-
"hardhat": "^2.19.1",
52+
"hardhat": "^2.19.2",
5353
"hardhat-contract-sizer": "^2.10.0",
5454
"hardhat-deploy": "^0.11.44",
5555
"hardhat-gas-reporter": "^1.0.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3713,10 +3713,10 @@ hardhat-gas-reporter@^1.0.9:
37133713
eth-gas-reporter "^0.2.25"
37143714
sha1 "^1.1.1"
37153715

3716-
hardhat@^2.19.1:
3717-
version "2.19.1"
3718-
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.19.1.tgz#5e09e8070ecfc6109ba9d3a4a117ec2b0643032a"
3719-
integrity sha512-bsWa63g1GB78ZyMN08WLhFElLPA+J+pShuKD1BFO2+88g3l+BL3R07vj9deIi9dMbssxgE714Gof1dBEDGqnCw==
3716+
hardhat@^2.19.2:
3717+
version "2.19.2"
3718+
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.19.2.tgz#815819e4efd234941d495decb718b358d572e2c8"
3719+
integrity sha512-CRU3+0Cc8Qh9UpxKd8cLADDPes7ZDtKj4dTK+ERtLBomEzhRPLWklJn4VKOwjre9/k8GNd/e9DYxpfuzcxbXPQ==
37203720
dependencies:
37213721
"@ethersproject/abi" "^5.1.2"
37223722
"@metamask/eth-sig-util" "^4.0.0"

0 commit comments

Comments
 (0)