Skip to content

Commit cefe4e9

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 90f9aad commit cefe4e9

File tree

2 files changed

+73
-10
lines changed

2 files changed

+73
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@layerzerolabs/oft-evm": "3.2.1",
9999
"@layerzerolabs/toolbox-hardhat": "0.6.12",
100100
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
101-
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
101+
"@nomicfoundation/hardhat-network-helpers": "3.0.2",
102102
"@nomicfoundation/hardhat-toolbox": "1.0.2",
103103
"@nomicfoundation/hardhat-verify": "2.0.14",
104104
"@nomiclabs/hardhat-ethers": "2.2.3",

yarn.lock

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,14 +2486,24 @@ __metadata:
24862486
languageName: node
24872487
linkType: hard
24882488

2489-
"@nomicfoundation/hardhat-network-helpers@npm:1.0.6":
2490-
version: 1.0.6
2491-
resolution: "@nomicfoundation/hardhat-network-helpers@npm:1.0.6"
2489+
"@nomicfoundation/hardhat-errors@npm:^3.0.0":
2490+
version: 3.0.3
2491+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.3"
2492+
dependencies:
2493+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
2494+
checksum: 10c0/a4c0e616d34a57fac6c8a87490cecf232d03dec3245d48e91256473465049fc6c703ee764f8d788b715871027bda06816481eb8810e46de7f354faadb3269bd2
2495+
languageName: node
2496+
linkType: hard
2497+
2498+
"@nomicfoundation/hardhat-network-helpers@npm:3.0.2":
2499+
version: 3.0.2
2500+
resolution: "@nomicfoundation/hardhat-network-helpers@npm:3.0.2"
24922501
dependencies:
2493-
ethereumjs-util: "npm:^7.1.4"
2502+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
2503+
"@nomicfoundation/hardhat-utils": "npm:^3.0.5"
24942504
peerDependencies:
2495-
hardhat: ^2.9.5
2496-
checksum: 10c0/281d4f76d09f7b30846853cccb8f566a2e9f02183cc00a7d729409d3c8d9cda1404a33a0974bac899f82747c276a19768b9c8ddbb78744edbc7b2057fcbcfbdd
2505+
hardhat: ^3.0.0
2506+
checksum: 10c0/0ecb429735a322e21fdb9a24278371ff6736dd0de8555e7a06465671a5c8c75811776c6281078e0e8afbc3a8c3f55535088d98f18bbd9f63f095f51c693cf211
24972507
languageName: node
24982508
linkType: hard
24992509

@@ -2524,6 +2534,22 @@ __metadata:
25242534
languageName: node
25252535
linkType: hard
25262536

2537+
"@nomicfoundation/hardhat-utils@npm:^3.0.1, @nomicfoundation/hardhat-utils@npm:^3.0.5":
2538+
version: 3.0.5
2539+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.5"
2540+
dependencies:
2541+
"@streamparser/json-node": "npm:^0.0.22"
2542+
debug: "npm:^4.3.2"
2543+
env-paths: "npm:^2.2.0"
2544+
ethereum-cryptography: "npm:^2.2.1"
2545+
fast-equals: "npm:^5.0.1"
2546+
json-stream-stringify: "npm:^3.1.6"
2547+
rfdc: "npm:^1.3.1"
2548+
undici: "npm:^6.16.1"
2549+
checksum: 10c0/fb1a3cd1062f90ce802af9c3db63887ec4d77de28396022d4a8211e6a5594ab2d29b1366f80339a0bbedc5ecf64e9b8c8fc07dda819b5364cc63a992562729e4
2550+
languageName: node
2551+
linkType: hard
2552+
25272553
"@nomicfoundation/hardhat-verify@npm:2.0.14":
25282554
version: 2.0.14
25292555
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.14"
@@ -3231,6 +3257,22 @@ __metadata:
32313257
languageName: node
32323258
linkType: hard
32333259

3260+
"@streamparser/json-node@npm:^0.0.22":
3261+
version: 0.0.22
3262+
resolution: "@streamparser/json-node@npm:0.0.22"
3263+
dependencies:
3264+
"@streamparser/json": "npm:^0.0.22"
3265+
checksum: 10c0/3b84fbbf93f183dd00e43db5ed994cdc23993548faf8b318fff52c45ca6413ddb03e2be99e407141a8a89673bb19a84949be97b8bb1d22a25bde5c3cdac43074
3266+
languageName: node
3267+
linkType: hard
3268+
3269+
"@streamparser/json@npm:^0.0.22":
3270+
version: 0.0.22
3271+
resolution: "@streamparser/json@npm:0.0.22"
3272+
checksum: 10c0/4496e286d607e37552c75e1e63ed7e722392d4d91939401ec11eb63c8c7d1fb7a2cf5733f1a60dc63ad95996f12d62f5639724b2c31584bb8ace51b1f3910ccc
3273+
languageName: node
3274+
linkType: hard
3275+
32343276
"@swc/helpers@npm:^0.5.11":
32353277
version: 0.5.17
32363278
resolution: "@swc/helpers@npm:0.5.17"
@@ -7720,7 +7762,7 @@ __metadata:
77207762
languageName: node
77217763
linkType: hard
77227764

7723-
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.4, ethereumjs-util@npm:^7.1.5":
7765+
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.5":
77247766
version: 7.1.5
77257767
resolution: "ethereumjs-util@npm:7.1.5"
77267768
dependencies:
@@ -8024,6 +8066,13 @@ __metadata:
80248066
languageName: node
80258067
linkType: hard
80268068

8069+
"fast-equals@npm:^5.0.1":
8070+
version: 5.3.2
8071+
resolution: "fast-equals@npm:5.3.2"
8072+
checksum: 10c0/babadb98fb93c693ee3c8eecbc980ed52fa7be7508eca9b68d8c899bc48e2e47af6d30160187358f7987e54440b6fd21ecd3c6e48ebeb15e1875d6a2ac7e1421
8073+
languageName: node
8074+
linkType: hard
8075+
80278076
"fast-glob@npm:^3.0.3, fast-glob@npm:^3.2.9":
80288077
version: 3.2.12
80298078
resolution: "fast-glob@npm:3.2.12"
@@ -10487,7 +10536,7 @@ __metadata:
1048710536
languageName: node
1048810537
linkType: hard
1048910538

10490-
"json-stream-stringify@npm:^3.1.4":
10539+
"json-stream-stringify@npm:^3.1.4, json-stream-stringify@npm:^3.1.6":
1049110540
version: 3.1.6
1049210541
resolution: "json-stream-stringify@npm:3.1.6"
1049310542
checksum: 10c0/cb45e65143f4634ebb2dc0732410a942eaf86f88a7938b2f6397f4c6b96a7ba936e74d4d17db48c9221f669153996362b2ff50fe8c7fed8a7548646f98ae1f58
@@ -11114,7 +11163,7 @@ __metadata:
1111411163
"@layerzerolabs/oft-evm": "npm:3.2.1"
1111511164
"@layerzerolabs/toolbox-hardhat": "npm:0.6.12"
1111611165
"@nomicfoundation/hardhat-chai-matchers": "npm:1.0.4"
11117-
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.6"
11166+
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.2"
1111811167
"@nomicfoundation/hardhat-toolbox": "npm:1.0.2"
1111911168
"@nomicfoundation/hardhat-verify": "npm:2.0.14"
1112011169
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
@@ -13621,6 +13670,13 @@ __metadata:
1362113670
languageName: node
1362213671
linkType: hard
1362313672

13673+
"rfdc@npm:^1.3.1":
13674+
version: 1.4.1
13675+
resolution: "rfdc@npm:1.4.1"
13676+
checksum: 10c0/4614e4292356cafade0b6031527eea9bc90f2372a22c012313be1dcc69a3b90c7338158b414539be863fa95bfcb2ddcd0587be696841af4e6679d85e62c060c7
13677+
languageName: node
13678+
linkType: hard
13679+
1362413680
"rimraf@npm:2.6.3":
1362513681
version: 2.6.3
1362613682
resolution: "rimraf@npm:2.6.3"
@@ -15630,6 +15686,13 @@ __metadata:
1563015686
languageName: node
1563115687
linkType: hard
1563215688

15689+
"undici@npm:^6.16.1":
15690+
version: 6.22.0
15691+
resolution: "undici@npm:6.22.0"
15692+
checksum: 10c0/47903c489d73e26bd47960cf2f04d63282ed050818b672cb05f8dfb6403381b850cf1b1751832654fd3af22aacd9d780e5e61aff563cd97943f5c4f10d5b3e23
15693+
languageName: node
15694+
linkType: hard
15695+
1563315696
"unfetch@npm:^4.2.0":
1563415697
version: 4.2.0
1563515698
resolution: "unfetch@npm:4.2.0"

0 commit comments

Comments
 (0)