Skip to content

Commit eafe1e1

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.3. - [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.3/v-next/hardhat-network-helpers) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-network-helpers" dependency-version: 3.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3934547 commit eafe1e1

File tree

2 files changed

+67
-11
lines changed

2 files changed

+67
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@layerzerolabs/oft-evm": "3.2.1",
106106
"@layerzerolabs/toolbox-hardhat": "0.6.12",
107107
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
108-
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
108+
"@nomicfoundation/hardhat-network-helpers": "3.0.3",
109109
"@nomicfoundation/hardhat-toolbox": "1.0.2",
110110
"@nomicfoundation/hardhat-verify": "2.0.14",
111111
"@nomiclabs/hardhat-ethers": "2.2.3",

yarn.lock

Lines changed: 66 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,14 +2584,24 @@ __metadata:
25842584
languageName: node
25852585
linkType: hard
25862586

2587-
"@nomicfoundation/hardhat-network-helpers@npm:1.0.6":
2588-
version: 1.0.6
2589-
resolution: "@nomicfoundation/hardhat-network-helpers@npm:1.0.6"
2587+
"@nomicfoundation/hardhat-errors@npm:^3.0.5":
2588+
version: 3.0.6
2589+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.6"
2590+
dependencies:
2591+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
2592+
checksum: 10c0/de6c44d1339f478729826302e24993d131a9381dc8dacc08b16a2550ec43f0b0d19070a49f5af5e66f77855c9475e695e3bc5f5234fb3ff735cde72ce391c5ae
2593+
languageName: node
2594+
linkType: hard
2595+
2596+
"@nomicfoundation/hardhat-network-helpers@npm:3.0.3":
2597+
version: 3.0.3
2598+
resolution: "@nomicfoundation/hardhat-network-helpers@npm:3.0.3"
25902599
dependencies:
2591-
ethereumjs-util: "npm:^7.1.4"
2600+
"@nomicfoundation/hardhat-errors": "npm:^3.0.5"
2601+
"@nomicfoundation/hardhat-utils": "npm:^3.0.5"
25922602
peerDependencies:
2593-
hardhat: ^2.9.5
2594-
checksum: 10c0/281d4f76d09f7b30846853cccb8f566a2e9f02183cc00a7d729409d3c8d9cda1404a33a0974bac899f82747c276a19768b9c8ddbb78744edbc7b2057fcbcfbdd
2603+
hardhat: ^3.0.0
2604+
checksum: 10c0/7d8e07599926feb3fb511aed0737eb1d7e78e5cf8839970b83926cf04223869be543cc3e1d47debf89930eb11ee73a1181a0287f245f25cb641c34de36301666
25952605
languageName: node
25962606
linkType: hard
25972607

@@ -2622,6 +2632,22 @@ __metadata:
26222632
languageName: node
26232633
linkType: hard
26242634

2635+
"@nomicfoundation/hardhat-utils@npm:^3.0.1, @nomicfoundation/hardhat-utils@npm:^3.0.5":
2636+
version: 3.0.5
2637+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.5"
2638+
dependencies:
2639+
"@streamparser/json-node": "npm:^0.0.22"
2640+
debug: "npm:^4.3.2"
2641+
env-paths: "npm:^2.2.0"
2642+
ethereum-cryptography: "npm:^2.2.1"
2643+
fast-equals: "npm:^5.0.1"
2644+
json-stream-stringify: "npm:^3.1.6"
2645+
rfdc: "npm:^1.3.1"
2646+
undici: "npm:^6.16.1"
2647+
checksum: 10c0/fb1a3cd1062f90ce802af9c3db63887ec4d77de28396022d4a8211e6a5594ab2d29b1366f80339a0bbedc5ecf64e9b8c8fc07dda819b5364cc63a992562729e4
2648+
languageName: node
2649+
linkType: hard
2650+
26252651
"@nomicfoundation/hardhat-verify@npm:2.0.14":
26262652
version: 2.0.14
26272653
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.14"
@@ -3343,6 +3369,22 @@ __metadata:
33433369
languageName: node
33443370
linkType: hard
33453371

3372+
"@streamparser/json-node@npm:^0.0.22":
3373+
version: 0.0.22
3374+
resolution: "@streamparser/json-node@npm:0.0.22"
3375+
dependencies:
3376+
"@streamparser/json": "npm:^0.0.22"
3377+
checksum: 10c0/3b84fbbf93f183dd00e43db5ed994cdc23993548faf8b318fff52c45ca6413ddb03e2be99e407141a8a89673bb19a84949be97b8bb1d22a25bde5c3cdac43074
3378+
languageName: node
3379+
linkType: hard
3380+
3381+
"@streamparser/json@npm:^0.0.22":
3382+
version: 0.0.22
3383+
resolution: "@streamparser/json@npm:0.0.22"
3384+
checksum: 10c0/4496e286d607e37552c75e1e63ed7e722392d4d91939401ec11eb63c8c7d1fb7a2cf5733f1a60dc63ad95996f12d62f5639724b2c31584bb8ace51b1f3910ccc
3385+
languageName: node
3386+
linkType: hard
3387+
33463388
"@swc/helpers@npm:^0.5.11":
33473389
version: 0.5.17
33483390
resolution: "@swc/helpers@npm:0.5.17"
@@ -8103,7 +8145,7 @@ __metadata:
81038145
languageName: node
81048146
linkType: hard
81058147

8106-
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.4, ethereumjs-util@npm:^7.1.5":
8148+
"ethereumjs-util@npm:^7.0.3, ethereumjs-util@npm:^7.1.0, ethereumjs-util@npm:^7.1.5":
81078149
version: 7.1.5
81088150
resolution: "ethereumjs-util@npm:7.1.5"
81098151
dependencies:
@@ -8407,6 +8449,13 @@ __metadata:
84078449
languageName: node
84088450
linkType: hard
84098451

8452+
"fast-equals@npm:^5.0.1":
8453+
version: 5.3.3
8454+
resolution: "fast-equals@npm:5.3.3"
8455+
checksum: 10c0/a186cbfe4d9171911af9c6bb02d059e28bc177f66527790bf95d35a08f6f070033caea5755d2bbf2ce7af56374c1d4d854ee8184f9e906e3e01b54dbd09c414c
8456+
languageName: node
8457+
linkType: hard
8458+
84108459
"fast-glob@npm:^3.0.3":
84118460
version: 3.2.12
84128461
resolution: "fast-glob@npm:3.2.12"
@@ -11084,7 +11133,7 @@ __metadata:
1108411133
languageName: node
1108511134
linkType: hard
1108611135

11087-
"json-stream-stringify@npm:^3.1.4":
11136+
"json-stream-stringify@npm:^3.1.4, json-stream-stringify@npm:^3.1.6":
1108811137
version: 3.1.6
1108911138
resolution: "json-stream-stringify@npm:3.1.6"
1109011139
checksum: 10c0/cb45e65143f4634ebb2dc0732410a942eaf86f88a7938b2f6397f4c6b96a7ba936e74d4d17db48c9221f669153996362b2ff50fe8c7fed8a7548646f98ae1f58
@@ -11769,7 +11818,7 @@ __metadata:
1176911818
"@layerzerolabs/oft-evm": "npm:3.2.1"
1177011819
"@layerzerolabs/toolbox-hardhat": "npm:0.6.12"
1177111820
"@nomicfoundation/hardhat-chai-matchers": "npm:1.0.4"
11772-
"@nomicfoundation/hardhat-network-helpers": "npm:1.0.6"
11821+
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.3"
1177311822
"@nomicfoundation/hardhat-toolbox": "npm:1.0.2"
1177411823
"@nomicfoundation/hardhat-verify": "npm:2.0.14"
1177511824
"@nomiclabs/hardhat-ethers": "npm:2.2.3"
@@ -14428,7 +14477,7 @@ __metadata:
1442814477
languageName: node
1442914478
linkType: hard
1443014479

14431-
"rfdc@npm:^1.4.1":
14480+
"rfdc@npm:^1.3.1, rfdc@npm:^1.4.1":
1443214481
version: 1.4.1
1443314482
resolution: "rfdc@npm:1.4.1"
1443414483
checksum: 10c0/4614e4292356cafade0b6031527eea9bc90f2372a22c012313be1dcc69a3b90c7338158b414539be863fa95bfcb2ddcd0587be696841af4e6679d85e62c060c7
@@ -16677,6 +16726,13 @@ __metadata:
1667716726
languageName: node
1667816727
linkType: hard
1667916728

16729+
"undici@npm:^6.16.1":
16730+
version: 6.22.0
16731+
resolution: "undici@npm:6.22.0"
16732+
checksum: 10c0/47903c489d73e26bd47960cf2f04d63282ed050818b672cb05f8dfb6403381b850cf1b1751832654fd3af22aacd9d780e5e61aff563cd97943f5c4f10d5b3e23
16733+
languageName: node
16734+
linkType: hard
16735+
1668016736
"unfetch@npm:^4.2.0":
1668116737
version: 4.2.0
1668216738
resolution: "unfetch@npm:4.2.0"

0 commit comments

Comments
 (0)