Skip to content

Commit e4e7037

Browse files
chore(deps-dev): bump @nomicfoundation/hardhat-network-helpers
Bumps [@nomicfoundation/hardhat-network-helpers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-network-helpers) from 1.0.6 to 3.0.1. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat-network-helpers/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-network-helpers@3.0.1/v-next/hardhat-network-helpers) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-network-helpers" dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21c272c commit e4e7037

2 files changed

Lines changed: 73 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@layerzerolabs/oft-evm": "3.2.1",
9191
"@layerzerolabs/toolbox-hardhat": "0.6.12",
9292
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
93-
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
93+
"@nomicfoundation/hardhat-network-helpers": "3.0.1",
9494
"@nomicfoundation/hardhat-toolbox": "1.0.2",
9595
"@nomicfoundation/hardhat-verify": "2.0.14",
9696
"@nomiclabs/hardhat-ethers": "2.2.3",

yarn.lock

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,14 +1938,24 @@ __metadata:
19381938
languageName: node
19391939
linkType: hard
19401940

1941-
"@nomicfoundation/hardhat-network-helpers@npm:1.0.6":
1942-
version: 1.0.6
1943-
resolution: "@nomicfoundation/hardhat-network-helpers@npm:1.0.6"
1941+
"@nomicfoundation/hardhat-errors@npm:^3.0.0":
1942+
version: 3.0.3
1943+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.3"
19441944
dependencies:
1945-
ethereumjs-util: "npm:^7.1.4"
1945+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
1946+
checksum: 10c0/a4c0e616d34a57fac6c8a87490cecf232d03dec3245d48e91256473465049fc6c703ee764f8d788b715871027bda06816481eb8810e46de7f354faadb3269bd2
1947+
languageName: node
1948+
linkType: hard
1949+
1950+
"@nomicfoundation/hardhat-network-helpers@npm:3.0.1":
1951+
version: 3.0.1
1952+
resolution: "@nomicfoundation/hardhat-network-helpers@npm:3.0.1"
1953+
dependencies:
1954+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
1955+
"@nomicfoundation/hardhat-utils": "npm:^3.0.3"
19461956
peerDependencies:
1947-
hardhat: ^2.9.5
1948-
checksum: 10c0/281d4f76d09f7b30846853cccb8f566a2e9f02183cc00a7d729409d3c8d9cda1404a33a0974bac899f82747c276a19768b9c8ddbb78744edbc7b2057fcbcfbdd
1957+
hardhat: ^3.0.0
1958+
checksum: 10c0/78146bcecea12db22f35dde49ad0e1d732f836146c342edfed96e824268af2f30167e69439e6bbd4e5463fc2bff9c5b1fbff8b3babf1aabfe9b565d25525544e
19491959
languageName: node
19501960
linkType: hard
19511961

@@ -1976,6 +1986,22 @@ __metadata:
19761986
languageName: node
19771987
linkType: hard
19781988

1989+
"@nomicfoundation/hardhat-utils@npm:^3.0.1, @nomicfoundation/hardhat-utils@npm:^3.0.3":
1990+
version: 3.0.3
1991+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.3"
1992+
dependencies:
1993+
"@streamparser/json-node": "npm:^0.0.22"
1994+
debug: "npm:^4.3.2"
1995+
env-paths: "npm:^2.2.0"
1996+
ethereum-cryptography: "npm:^2.2.1"
1997+
fast-equals: "npm:^5.0.1"
1998+
json-stream-stringify: "npm:^3.1.6"
1999+
rfdc: "npm:^1.3.1"
2000+
undici: "npm:^6.16.1"
2001+
checksum: 10c0/d4c77a0f5a469484347b3c9ce675210806f41a798d198b54ac61f481f9b070d0c26ad8c36d5c0c86af9ec6f56d35cb9a20b34296ed620082727d7deedf4711a9
2002+
languageName: node
2003+
linkType: hard
2004+
19792005
"@nomicfoundation/hardhat-verify@npm:2.0.14":
19802006
version: 2.0.14
19812007
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.14"
@@ -2439,6 +2465,22 @@ __metadata:
24392465
languageName: node
24402466
linkType: hard
24412467

2468+
"@streamparser/json-node@npm:^0.0.22":
2469+
version: 0.0.22
2470+
resolution: "@streamparser/json-node@npm:0.0.22"
2471+
dependencies:
2472+
"@streamparser/json": "npm:^0.0.22"
2473+
checksum: 10c0/3b84fbbf93f183dd00e43db5ed994cdc23993548faf8b318fff52c45ca6413ddb03e2be99e407141a8a89673bb19a84949be97b8bb1d22a25bde5c3cdac43074
2474+
languageName: node
2475+
linkType: hard
2476+
2477+
"@streamparser/json@npm:^0.0.22":
2478+
version: 0.0.22
2479+
resolution: "@streamparser/json@npm:0.0.22"
2480+
checksum: 10c0/4496e286d607e37552c75e1e63ed7e722392d4d91939401ec11eb63c8c7d1fb7a2cf5733f1a60dc63ad95996f12d62f5639724b2c31584bb8ace51b1f3910ccc
2481+
languageName: node
2482+
linkType: hard
2483+
24422484
"@szmarczak/http-timer@npm:^4.0.5":
24432485
version: 4.0.6
24442486
resolution: "@szmarczak/http-timer@npm:4.0.6"
@@ -6402,7 +6444,7 @@ __metadata:
64026444
languageName: node
64036445
linkType: hard
64046446

6405-
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.4, ethereumjs-util@npm:^7.1.5":
6447+
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.5":
64066448
version: 7.1.5
64076449
resolution: "ethereumjs-util@npm:7.1.5"
64086450
dependencies:
@@ -6685,6 +6727,13 @@ __metadata:
66856727
languageName: node
66866728
linkType: hard
66876729

6730+
"fast-equals@npm:^5.0.1":
6731+
version: 5.3.2
6732+
resolution: "fast-equals@npm:5.3.2"
6733+
checksum: 10c0/babadb98fb93c693ee3c8eecbc980ed52fa7be7508eca9b68d8c899bc48e2e47af6d30160187358f7987e54440b6fd21ecd3c6e48ebeb15e1875d6a2ac7e1421
6734+
languageName: node
6735+
linkType: hard
6736+
66886737
"fast-glob@npm:^3.0.3, fast-glob@npm:^3.2.9":
66896738
version: 3.2.12
66906739
resolution: "fast-glob@npm:3.2.12"
@@ -8907,7 +8956,7 @@ __metadata:
89078956
languageName: node
89088957
linkType: hard
89098958

8910-
"json-stream-stringify@npm:^3.1.4":
8959+
"json-stream-stringify@npm:^3.1.4, json-stream-stringify@npm:^3.1.6":
89118960
version: 3.1.6
89128961
resolution: "json-stream-stringify@npm:3.1.6"
89138962
checksum: 10c0/cb45e65143f4634ebb2dc0732410a942eaf86f88a7938b2f6397f4c6b96a7ba936e74d4d17db48c9221f669153996362b2ff50fe8c7fed8a7548646f98ae1f58
@@ -9463,7 +9512,7 @@ __metadata:
94639512
"@layerzerolabs/oft-evm": "npm:3.2.1"
94649513
"@layerzerolabs/toolbox-hardhat": "npm:0.6.12"
94659514
"@nomicfoundation/hardhat-chai-matchers": "npm:1.0.4"
9466-
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.6"
9515+
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.1"
94679516
"@nomicfoundation/hardhat-toolbox": "npm:1.0.2"
94689517
"@nomicfoundation/hardhat-verify": "npm:2.0.14"
94699518
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
@@ -11748,6 +11797,13 @@ __metadata:
1174811797
languageName: node
1174911798
linkType: hard
1175011799

11800+
"rfdc@npm:^1.3.1":
11801+
version: 1.4.1
11802+
resolution: "rfdc@npm:1.4.1"
11803+
checksum: 10c0/4614e4292356cafade0b6031527eea9bc90f2372a22c012313be1dcc69a3b90c7338158b414539be863fa95bfcb2ddcd0587be696841af4e6679d85e62c060c7
11804+
languageName: node
11805+
linkType: hard
11806+
1175111807
"rimraf@npm:2.6.3":
1175211808
version: 2.6.3
1175311809
resolution: "rimraf@npm:2.6.3"
@@ -13505,6 +13561,13 @@ __metadata:
1350513561
languageName: node
1350613562
linkType: hard
1350713563

13564+
"undici@npm:^6.16.1":
13565+
version: 6.22.0
13566+
resolution: "undici@npm:6.22.0"
13567+
checksum: 10c0/47903c489d73e26bd47960cf2f04d63282ed050818b672cb05f8dfb6403381b850cf1b1751832654fd3af22aacd9d780e5e61aff563cd97943f5c4f10d5b3e23
13568+
languageName: node
13569+
linkType: hard
13570+
1350813571
"unfetch@npm:^4.2.0":
1350913572
version: 4.2.0
1351013573
resolution: "unfetch@npm:4.2.0"

0 commit comments

Comments
 (0)