Skip to content

Commit 6308778

Browse files
update version
1 parent 5451baf commit 6308778

File tree

4 files changed

+211
-32
lines changed

4 files changed

+211
-32
lines changed

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"typescript": "~5.0.0"
9999
},
100100
"dependencies": {
101-
"@ethersproject/abi": "^5.1.2",
101+
"@ethersproject/abi": "^5.8.0",
102102
"@metamask/eth-sig-util": "^4.0.0",
103103
"@nomicfoundation/edr": "^0.9.0",
104104
"@nomicfoundation/ethereumjs-common": "4.0.4",

packages/hardhat-ignition-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"typescript": "^5.0.2"
7979
},
8080
"dependencies": {
81-
"@ethersproject/address": "5.6.1",
81+
"@ethersproject/address": "5.8.0",
8282
"@nomicfoundation/solidity-analyzer": "^0.1.1",
8383
"cbor": "^9.0.0",
8484
"debug": "^4.3.2",

packages/hardhat-verify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"test": "mocha --recursive \"test/**/*.ts\" --exit"
4040
},
4141
"dependencies": {
42-
"@ethersproject/abi": "^5.1.2",
43-
"@ethersproject/address": "^5.0.2",
42+
"@ethersproject/abi": "^5.8.0",
43+
"@ethersproject/address": "^5.8.0",
4444
"cbor": "^8.1.0",
4545
"debug": "^4.1.1",
4646
"lodash.clonedeep": "^4.5.0",

0 commit comments

Comments
 (0)