Skip to content

Commit 1c33014

Browse files
Update dependency @nomicfoundation/hardhat-ethers to v4
1 parent a4562e9 commit 1c33014

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@ava/typescript": "^7.0.0",
48-
"@nomicfoundation/hardhat-ethers": "^3.0.5",
48+
"@nomicfoundation/hardhat-ethers": "^4.0.0",
4949
"@openzeppelin/contracts": "5.3.0",
5050
"@openzeppelin/upgrades-core-legacy": "npm:@openzeppelin/upgrades-core@1.31.3",
5151
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,14 +1567,6 @@
15671567
dependencies:
15681568
"@nomicfoundation/hardhat-utils" "^4.0.0"
15691569

1570-
"@nomicfoundation/hardhat-ethers@^3.0.5":
1571-
version "3.1.0"
1572-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.1.0.tgz#d33595e85cdb53e802391de64ee35910c078dbb0"
1573-
integrity sha512-jx6fw3Ms7QBwFGT2MU6ICG292z0P81u6g54JjSV105+FbTZOF4FJqPksLfDybxkkOeq28eDxbqq7vpxRYyIlxA==
1574-
dependencies:
1575-
debug "^4.1.1"
1576-
lodash.isequal "^4.5.0"
1577-
15781570
"@nomicfoundation/hardhat-ethers@^4.0.0":
15791571
version "4.0.5"
15801572
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-4.0.5.tgz#b5a75e70477da8a19a36a281abaf3e0d8c5d62ce"
@@ -5211,11 +5203,6 @@ lodash.flattendeep@^4.4.0:
52115203
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
52125204
integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==
52135205

5214-
lodash.isequal@^4.5.0:
5215-
version "4.5.0"
5216-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5217-
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
5218-
52195206
lodash.merge@^4.6.2:
52205207
version "4.6.2"
52215208
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"

0 commit comments

Comments
 (0)