Skip to content

Commit fab234f

Browse files
chore(deps): update hardhat packages (#154)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-foundry](https://redirect.github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-foundry) ([source](https://redirect.github.com/nomicfoundation/hardhat)) | dependencies | minor | [`1.1.4` -> `1.2.0`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-foundry/1.1.4/1.2.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomicfoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomicfoundation/hardhat) | | [@nomicfoundation/hardhat-ignition-viem](https://hardhat.org) ([source](https://redirect.github.com/NomicFoundation/hardhat-ignition)) | dependencies | patch | [`0.15.12` -> `0.15.13`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.12/0.15.13) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat-ignition/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat-ignition) | | [@nomiclabs/hardhat-solhint](https://redirect.github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | minor | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/@nomiclabs%2fhardhat-solhint/4.0.2/4.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | minor | [`2.25.0` -> `2.26.0`](https://renovatebot.com/diffs/npm/hardhat/2.25.0/2.26.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes <details> <summary>nomicfoundation/hardhat (@&#8203;nomicfoundation/hardhat-foundry)</summary> ### [`v1.2.0`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/v1.2.0): Buidler v1.2.0 released 🥳 [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-foundry@1.1.4...@nomicfoundation/hardhat-foundry@1.2.0) We are very happy to announce Buidler `v1.2.0`, one of our largest releases so far 🤩 #### Say hi to `npx buidler node` This release includes a new built-in task, `npx buidler node`. This task exposes Buidler EVM as a JSON-RPC server, to which you can connect from your dapps, MetaMask, or any other wallet or application. It includes all the functionality of Buidler EVM that you know and love, like Solidity stack traces and `console.log`, and has very helpful and uncluttered output. Take a look at it: ![demo](https://user-images.githubusercontent.com/176499/75441845-4e10ba00-5956-11ea-9ba2-00799734d2b0.gif) #### The complete list of changes in this version 1. Buidler now works in Windows ([#&#8203;439](https://redirect.github.com/nomicfoundation/hardhat/issues/439) & [#&#8203;440](https://redirect.github.com/nomicfoundation/hardhat/issues/440)) 2. Complete the support for filters and subscriptions in Buidler EVM ([#&#8203;436](https://redirect.github.com/nomicfoundation/hardhat/issues/436) & [#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) 3. Expose Buidler EVM as a JSON-RPC server ([#&#8203;438](https://redirect.github.com/nomicfoundation/hardhat/issues/438) & [#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) 4. Improve the invalid nonce error message thrown by Buidler EVM ([#&#8203;451](https://redirect.github.com/nomicfoundation/hardhat/issues/451)) 5. Fix a bug in `buidler-waffle` ([#&#8203;453](https://redirect.github.com/nomicfoundation/hardhat/issues/453)) 6. Automatically initialize the Waffle Chai matchers in `buidler-waffle`. No need to do `chai.use(Solidity)` now ([#&#8203;456](https://redirect.github.com/nomicfoundation/hardhat/issues/456)) 7. Fix a bug in the compilation cache ([#&#8203;457](https://redirect.github.com/nomicfoundation/hardhat/issues/457) & [#&#8203;458](https://redirect.github.com/nomicfoundation/hardhat/issues/458)) 8. Add TypeScript support to the Visual Studio Code testing guide ([#&#8203;459](https://redirect.github.com/nomicfoundation/hardhat/issues/459)) 9. Make working with `buidler-ethers` easier by exposing the entire ethers' API. Take a look at [its new README](https://redirect.github.com/nomiclabs/buidler/blob/development/packages/buidler-ethers/README.md) for more info. ([#&#8203;450](https://redirect.github.com/nomicfoundation/hardhat/issues/450)) </details> <details> <summary>nomiclabs/hardhat (@&#8203;nomiclabs/hardhat-solhint)</summary> ### [`v4.1.0`](https://redirect.github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-solhint@4.0.2...@nomiclabs/hardhat-solhint@4.1.0) [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-solhint@4.0.2...@nomiclabs/hardhat-solhint@4.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> ## Summary by Sourcery Chores: - Upgrade @nomicfoundation/hardhat-foundry, @nomicfoundation/hardhat-ignition-viem, @nomiclabs/hardhat-solhint, and hardhat to their newest releases Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10616f2 commit fab234f

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

bun.lock

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"@amxx/graphprotocol-utils": "1.2.0",
88
"@graphprotocol/graph-cli": "0.96.0",
99
"@graphprotocol/graph-ts": "0.38.0",
10-
"@nomicfoundation/hardhat-foundry": "1.1.4",
11-
"@nomicfoundation/hardhat-ignition-viem": "0.15.12",
10+
"@nomicfoundation/hardhat-foundry": "1.2.0",
11+
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
1212
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
13-
"@nomiclabs/hardhat-solhint": "4.0.2",
13+
"@nomiclabs/hardhat-solhint": "4.1.0",
1414
"@openzeppelin/contracts": "5.3.0",
1515
"@openzeppelin/subgraphs": "0.1.8-5",
1616
"erc721a": "4.3.0",
17-
"hardhat": "2.25.0",
17+
"hardhat": "2.26.0",
1818
"solhint": "5.2.0",
1919
},
2020
},
@@ -193,27 +193,27 @@
193193

194194
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
195195

196-
"@nomicfoundation/edr": ["@nomicfoundation/edr@0.11.1", "", { "dependencies": { "@nomicfoundation/edr-darwin-arm64": "0.11.1", "@nomicfoundation/edr-darwin-x64": "0.11.1", "@nomicfoundation/edr-linux-arm64-gnu": "0.11.1", "@nomicfoundation/edr-linux-arm64-musl": "0.11.1", "@nomicfoundation/edr-linux-x64-gnu": "0.11.1", "@nomicfoundation/edr-linux-x64-musl": "0.11.1", "@nomicfoundation/edr-win32-x64-msvc": "0.11.1" } }, "sha512-P97XwcD9DdMMZm9aqw89+mzqzlKmqzSPM3feBES2WVRm5/LOiBYorhpeAX+ANj0X8532SKgxoZK/CN5OWv9vZA=="],
196+
"@nomicfoundation/edr": ["@nomicfoundation/edr@0.11.3", "", { "dependencies": { "@nomicfoundation/edr-darwin-arm64": "0.11.3", "@nomicfoundation/edr-darwin-x64": "0.11.3", "@nomicfoundation/edr-linux-arm64-gnu": "0.11.3", "@nomicfoundation/edr-linux-arm64-musl": "0.11.3", "@nomicfoundation/edr-linux-x64-gnu": "0.11.3", "@nomicfoundation/edr-linux-x64-musl": "0.11.3", "@nomicfoundation/edr-win32-x64-msvc": "0.11.3" } }, "sha512-kqILRkAd455Sd6v8mfP3C1/0tCOynJWY+Ir+k/9Boocu2kObCrsFgG+ZWB7fSBVdd9cPVSNrnhWS+V+PEo637g=="],
197197

198-
"@nomicfoundation/edr-darwin-arm64": ["@nomicfoundation/edr-darwin-arm64@0.11.1", "", {}, "sha512-vjca7gkl1o0yYqMjwxQpMEtdsb20nWHBnnxDO8ZBCTD5IwfYT5LiMxFaJo8NUJ7ODIRkF/zuEtAF3W7+ZlC5RA=="],
198+
"@nomicfoundation/edr-darwin-arm64": ["@nomicfoundation/edr-darwin-arm64@0.11.3", "", {}, "sha512-w0tksbdtSxz9nuzHKsfx4c2mwaD0+l5qKL2R290QdnN9gi9AV62p9DHkOgfBdyg6/a6ZlnQqnISi7C9avk/6VA=="],
199199

200-
"@nomicfoundation/edr-darwin-x64": ["@nomicfoundation/edr-darwin-x64@0.11.1", "", {}, "sha512-0aGStHq9XePXX9UqdU1w60HGO9AfYCgkNEir5sBpntU5E0TvZEK6jwyYr667+s90n2mihdeP97QSA0O/6PT6PA=="],
200+
"@nomicfoundation/edr-darwin-x64": ["@nomicfoundation/edr-darwin-x64@0.11.3", "", {}, "sha512-QR4jAFrPbOcrO7O2z2ESg+eUeIZPe2bPIlQYgiJ04ltbSGW27FblOzdd5+S3RoOD/dsZGKAvvy6dadBEl0NgoA=="],
201201

202-
"@nomicfoundation/edr-linux-arm64-gnu": ["@nomicfoundation/edr-linux-arm64-gnu@0.11.1", "", {}, "sha512-OWhCETc03PVdtzatW/c2tpOPx+GxlBfBaLmMuGRD1soAr1nMOmg2WZAlo4i6Up9fkQYl+paiYMMFVat1meaMvQ=="],
202+
"@nomicfoundation/edr-linux-arm64-gnu": ["@nomicfoundation/edr-linux-arm64-gnu@0.11.3", "", {}, "sha512-Ktjv89RZZiUmOFPspuSBVJ61mBZQ2+HuLmV67InNlh9TSUec/iDjGIwAn59dx0bF/LOSrM7qg5od3KKac4LJDQ=="],
203203

204-
"@nomicfoundation/edr-linux-arm64-musl": ["@nomicfoundation/edr-linux-arm64-musl@0.11.1", "", {}, "sha512-p0qvtIvDA2eZ8pQ5XUKnWdW1IrwFzSrjyrO88oYx6Lkw8nYwf2JEeETo5o5W84DDfimfoBGP7RWPTPcTBKCaLQ=="],
204+
"@nomicfoundation/edr-linux-arm64-musl": ["@nomicfoundation/edr-linux-arm64-musl@0.11.3", "", {}, "sha512-B3sLJx1rL2E9pfdD4mApiwOZSrX0a/KQSBWdlq1uAhFKqkl00yZaY4LejgZndsJAa4iKGQJlGnw4HCGeVt0+jA=="],
205205

206-
"@nomicfoundation/edr-linux-x64-gnu": ["@nomicfoundation/edr-linux-x64-gnu@0.11.1", "", {}, "sha512-V4Us7Q0E8kng3O/czd5GRcxmZxWX+USgqz9yQ3o7DVq7FP96idaKvtcbMQp64tjHf2zNtX2y77sGzgbVau7Bww=="],
206+
"@nomicfoundation/edr-linux-x64-gnu": ["@nomicfoundation/edr-linux-x64-gnu@0.11.3", "", {}, "sha512-D/4cFKDXH6UYyKPu6J3Y8TzW11UzeQI0+wS9QcJzjlrrfKj0ENW7g9VihD1O2FvXkdkTjcCZYb6ai8MMTCsaVw=="],
207207

208-
"@nomicfoundation/edr-linux-x64-musl": ["@nomicfoundation/edr-linux-x64-musl@0.11.1", "", {}, "sha512-lCSXsF10Kjjvs5duGbM6pi1WciWHXFNWkMgDAY4pg6ZRIy4gh+uGC6CONMfP4BDZwfrALo2p6+LwyotrJEqpyg=="],
208+
"@nomicfoundation/edr-linux-x64-musl": ["@nomicfoundation/edr-linux-x64-musl@0.11.3", "", {}, "sha512-ergXuIb4nIvmf+TqyiDX5tsE49311DrBky6+jNLgsGDTBaN1GS3OFwFS8I6Ri/GGn6xOaT8sKu3q7/m+WdlFzg=="],
209209

210-
"@nomicfoundation/edr-win32-x64-msvc": ["@nomicfoundation/edr-win32-x64-msvc@0.11.1", "", {}, "sha512-sNSmmRTURAd1sdKuyO5tqrFiJvHHVPZLM4HB53F21makGoyInFGhejdo3qZrkoinM8k0ewEJDbUp0YuMEgMOhQ=="],
210+
"@nomicfoundation/edr-win32-x64-msvc": ["@nomicfoundation/edr-win32-x64-msvc@0.11.3", "", {}, "sha512-snvEf+WB3OV0wj2A7kQ+ZQqBquMcrozSLXcdnMdEl7Tmn+KDCbmFKBt3Tk0X3qOU4RKQpLPnTxdM07TJNVtung=="],
211211

212-
"@nomicfoundation/hardhat-foundry": ["@nomicfoundation/hardhat-foundry@1.1.4", "", { "dependencies": { "picocolors": "^1.1.0" }, "peerDependencies": { "hardhat": "^2.17.2" } }, "sha512-jpKyOr8bYKJPCuxJIJGOJzzyQPLcLJYq+kLPx135dkgCXyHiFdbSaGA9AEwqsPf97wlwXkskXGn4a21XOkSOPg=="],
212+
"@nomicfoundation/hardhat-foundry": ["@nomicfoundation/hardhat-foundry@1.2.0", "", { "dependencies": { "picocolors": "^1.1.0" }, "peerDependencies": { "hardhat": "^2.26.0" } }, "sha512-2AJQLcWnUk/iQqHDVnyOadASKFQKF1PhNtt1cONEQqzUPK+fqME1IbP+EKu+RkZTRcyc4xqUMaB0sutglKRITg=="],
213213

214214
"@nomicfoundation/hardhat-ignition": ["@nomicfoundation/hardhat-ignition@0.15.9", "", { "dependencies": { "@nomicfoundation/ignition-core": "^0.15.9", "@nomicfoundation/ignition-ui": "^0.15.9", "chalk": "^4.0.0", "debug": "^4.3.2", "fs-extra": "^10.0.0", "json5": "^2.2.3", "prompts": "^2.4.2" }, "peerDependencies": { "@nomicfoundation/hardhat-verify": "^2.0.1", "hardhat": "^2.18.0" } }, "sha512-lSWqhaDOBt6gsqMadkRLvH6HdoFV1v8/bx7z+12cghaOloVwwn48CPoTH2iXXnkqilPGw8rdH5eVTE6UM+2v6Q=="],
215215

216-
"@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/hardhat-ignition-viem@0.15.12", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.12", "@nomicfoundation/hardhat-viem": "^2.0.0", "@nomicfoundation/ignition-core": "^0.15.12", "hardhat": "^2.18.0", "viem": "^2.7.6" } }, "sha512-IGaF6BFMbKh88yxrBcMSPNogp4Nzo6MSDIdyDTzxj781x7J0JGodspESYbX58ksPAaJ8rbSMUFRvSy6XZR6o6Q=="],
216+
"@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/hardhat-ignition-viem@0.15.13", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.13", "@nomicfoundation/hardhat-viem": "^2.1.0", "@nomicfoundation/ignition-core": "^0.15.13", "hardhat": "^2.26.0", "viem": "^2.7.6" } }, "sha512-TT462kG6s+XKhVX6t+YamRQohuKB49wF3Aq1bv90q29FOv1OmjoqvgDfehdAUZknyrH9+I3eXDJrH8I9kwOjGQ=="],
217217

218218
"@nomicfoundation/hardhat-network-helpers": ["@nomicfoundation/hardhat-network-helpers@1.0.12", "", { "dependencies": { "ethereumjs-util": "^7.1.4" }, "peerDependencies": { "hardhat": "^2.9.5" } }, "sha512-xTNQNI/9xkHvjmCJnJOTyqDSl8uq1rKb2WOVmixQxFtRd7Oa3ecO8zM0cyC2YmOK+jHB9WPZ+F/ijkHg1CoORA=="],
219219

@@ -243,7 +243,7 @@
243243

244244
"@nomicfoundation/solidity-analyzer-win32-x64-msvc": ["@nomicfoundation/solidity-analyzer-win32-x64-msvc@0.1.2", "", {}, "sha512-Fdjli4DCcFHb4Zgsz0uEJXZ2K7VEO+w5KVv7HmT7WO10iODdU9csC2az4jrhEsRtiR9Gfd74FlG0NYlw1BMdyA=="],
245245

246-
"@nomiclabs/hardhat-solhint": ["@nomiclabs/hardhat-solhint@4.0.2", "", { "dependencies": { "solhint": "~5.0.2" }, "peerDependencies": { "hardhat": "^2.0.0" } }, "sha512-g+MXCH/im/NySmK7MoaQlHc7th/YWWqP2QP8SjRdp1+qmOP/5HBiOfYdYNlz9FIpwoAxIw3+PpuFlkEVZDmsIA=="],
246+
"@nomiclabs/hardhat-solhint": ["@nomiclabs/hardhat-solhint@4.1.0", "", { "dependencies": { "solhint": "~5.0.2" }, "peerDependencies": { "hardhat": "^2.26.0" } }, "sha512-sjmNvplxtUINNkFKvO7X9Ozhlzc0PIrw/sKag1actmsg/qUbDnCV1K8Blh/L6uWbb8nbwi+dCafHx/OgR1oiCg=="],
247247

248248
"@oclif/core": ["@oclif/core@4.2.6", "", { "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.10.0", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "debug": "^4.4.0", "ejs": "^3.1.10", "get-package-type": "^0.1.0", "globby": "^11.1.0", "indent-string": "^4.0.0", "is-wsl": "^2.2.0", "lilconfig": "^3.1.3", "minimatch": "^9.0.5", "semver": "^7.6.3", "string-width": "^4.2.3", "supports-color": "^8", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" } }, "sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww=="],
249249

@@ -319,8 +319,6 @@
319319

320320
"@types/http-cache-semantics": ["@types/http-cache-semantics@4.0.4", "", {}, "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="],
321321

322-
"@types/lru-cache": ["@types/lru-cache@5.1.1", "", {}, "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="],
323-
324322
"@types/minimatch": ["@types/minimatch@5.1.2", "", {}, "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="],
325323

326324
"@types/mocha": ["@types/mocha@10.0.10", "", {}, "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q=="],
@@ -765,7 +763,7 @@
765763

766764
"handlebars": ["handlebars@4.7.8", "", { "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, "optionalDependencies": { "uglify-js": "^3.1.4" }, "bin": { "handlebars": "bin/handlebars" } }, "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ=="],
767765

768-
"hardhat": ["hardhat@2.25.0", "", { "dependencies": { "@ethereumjs/util": "^9.1.0", "@ethersproject/abi": "^5.1.2", "@nomicfoundation/edr": "^0.11.1", "@nomicfoundation/solidity-analyzer": "^0.1.0", "@sentry/node": "^5.18.1", "@types/bn.js": "^5.1.0", "@types/lru-cache": "^5.1.0", "adm-zip": "^0.4.16", "aggregate-error": "^3.0.0", "ansi-escapes": "^4.3.0", "boxen": "^5.1.2", "chokidar": "^4.0.0", "ci-info": "^2.0.0", "debug": "^4.1.1", "enquirer": "^2.3.0", "env-paths": "^2.2.0", "ethereum-cryptography": "^1.0.3", "find-up": "^5.0.0", "fp-ts": "1.19.3", "fs-extra": "^7.0.1", "immutable": "^4.0.0-rc.12", "io-ts": "1.10.4", "json-stream-stringify": "^3.1.4", "keccak": "^3.0.2", "lodash": "^4.17.11", "micro-eth-signer": "^0.14.0", "mnemonist": "^0.38.0", "mocha": "^10.0.0", "p-map": "^4.0.0", "picocolors": "^1.1.0", "raw-body": "^2.4.1", "resolve": "1.17.0", "semver": "^6.3.0", "solc": "0.8.26", "source-map-support": "^0.5.13", "stacktrace-parser": "^0.1.10", "tinyglobby": "^0.2.6", "tsort": "0.0.1", "undici": "^5.14.0", "uuid": "^8.3.2", "ws": "^7.4.6" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "optionalPeers": ["ts-node", "typescript"], "bin": { "hardhat": "internal/cli/bootstrap.js" } }, "sha512-yBiA74Yj3VnTRj7lhnn8GalvBdvsMOqTKRrRATSy/2v0VIR2hR0Jcnmfn4aQBLtGAnr3Q2c8CxL0g3LYegUp+g=="],
766+
"hardhat": ["hardhat@2.26.0", "", { "dependencies": { "@ethereumjs/util": "^9.1.0", "@ethersproject/abi": "^5.1.2", "@nomicfoundation/edr": "^0.11.3", "@nomicfoundation/solidity-analyzer": "^0.1.0", "@sentry/node": "^5.18.1", "adm-zip": "^0.4.16", "aggregate-error": "^3.0.0", "ansi-escapes": "^4.3.0", "boxen": "^5.1.2", "chokidar": "^4.0.0", "ci-info": "^2.0.0", "debug": "^4.1.1", "enquirer": "^2.3.0", "env-paths": "^2.2.0", "ethereum-cryptography": "^1.0.3", "find-up": "^5.0.0", "fp-ts": "1.19.3", "fs-extra": "^7.0.1", "immutable": "^4.0.0-rc.12", "io-ts": "1.10.4", "json-stream-stringify": "^3.1.4", "keccak": "^3.0.2", "lodash": "^4.17.11", "micro-eth-signer": "^0.16.0", "mnemonist": "^0.38.0", "mocha": "^10.0.0", "p-map": "^4.0.0", "picocolors": "^1.1.0", "raw-body": "^2.4.1", "resolve": "1.17.0", "semver": "^6.3.0", "solc": "0.8.26", "source-map-support": "^0.5.13", "stacktrace-parser": "^0.1.10", "tinyglobby": "^0.2.6", "tsort": "0.0.1", "undici": "^5.14.0", "uuid": "^8.3.2", "ws": "^7.4.6" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "optionalPeers": ["ts-node", "typescript"], "bin": { "hardhat": "internal/cli/bootstrap.js" } }, "sha512-hwEUBvMJzl3Iuru5bfMOEDeF2d7cbMNNF46rkwdo8AeW2GDT4VxFLyYWTi6PTLrZiftHPDiKDlAdAiGvsR9FYA=="],
769767

770768
"hardhat-gas-reporter": ["hardhat-gas-reporter@1.0.10", "", { "dependencies": { "array-uniq": "1.0.3", "eth-gas-reporter": "^0.2.25", "sha1": "^1.1.1" }, "peerDependencies": { "hardhat": "^2.0.2" } }, "sha512-02N4+So/fZrzJ88ci54GqwVA3Zrf0C9duuTyGt0CFRIh/CdNwbnTgkXkRfojOMLBQ+6t+lBIkgbsOtqMvNwikA=="],
771769

@@ -1029,11 +1027,11 @@
10291027

10301028
"merge2": ["merge2@1.4.1", "", {}, "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="],
10311029

1032-
"micro-eth-signer": ["micro-eth-signer@0.14.0", "", { "dependencies": { "@noble/curves": "~1.8.1", "@noble/hashes": "~1.7.1", "micro-packed": "~0.7.2" } }, "sha512-5PLLzHiVYPWClEvZIXXFu5yutzpadb73rnQCpUqIHu3No3coFuWQNfE5tkBQJ7djuLYl6aRLaS0MgWJYGoqiBw=="],
1030+
"micro-eth-signer": ["micro-eth-signer@0.16.0", "", { "dependencies": { "@noble/curves": "~1.9.2", "@noble/hashes": "2.0.0-beta.1", "micro-packed": "~0.7.3" } }, "sha512-rsSJcMGfY+kt3ROlL3U6y5BcjkK2H0zDKUQV6soo1JvjrctKKe+X7rKB0YIuwhWjlhJIoVHLuRYF+GXyyuVXxQ=="],
10331031

10341032
"micro-ftch": ["micro-ftch@0.3.1", "", {}, "sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg=="],
10351033

1036-
"micro-packed": ["micro-packed@0.7.2", "", { "dependencies": { "@scure/base": "~1.2.2" } }, "sha512-HJ/u8+tMzgrJVAl6P/4l8KGjJSA3SCZaRb1m4wpbovNScCSmVOGUYbkkcoPPcknCHWPpRAdjy+yqXqyQWf+k8g=="],
1034+
"micro-packed": ["micro-packed@0.7.3", "", { "dependencies": { "@scure/base": "~1.2.5" } }, "sha512-2Milxs+WNC00TRlem41oRswvw31146GiSaoCT7s3Xi2gMUglW5QBeqlQaZeHr5tJx9nm3i57LNXPqxOOaWtTYg=="],
10371035

10381036
"micromatch": ["micromatch@4.0.8", "", { "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" } }, "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA=="],
10391037

@@ -1615,6 +1613,12 @@
16151613

16161614
"jayson/commander": ["commander@2.20.3", "", {}, "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="],
16171615

1616+
"micro-eth-signer/@noble/curves": ["@noble/curves@1.9.4", "", { "dependencies": { "@noble/hashes": "1.8.0" } }, "sha512-2bKONnuM53lINoDrSmK8qP8W271ms7pygDhZt4SiLOoLwBtoHqeCFi6RG42V8zd3mLHuJFhU/Bmaqo4nX0/kBw=="],
1617+
1618+
"micro-eth-signer/@noble/hashes": ["@noble/hashes@2.0.0-beta.1", "", {}, "sha512-xnnogJ6ccNZ55lLgWdjhBqKUdFoznjpFr3oy23n5Qm7h+ZMtt8v4zWvHg9zRW6jcETweplD5F4iUqb0SSPC+Dw=="],
1619+
1620+
"micro-packed/@scure/base": ["@scure/base@1.2.6", "", {}, "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg=="],
1621+
16181622
"micromatch/picomatch": ["picomatch@2.3.1", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="],
16191623

16201624
"mocha/chokidar": ["chokidar@3.6.0", "", { "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.6.0" }, "optionalDependencies": { "fsevents": "~2.3.2" } }, "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw=="],
@@ -1765,6 +1769,8 @@
17651769

17661770
"jake/minimatch/brace-expansion": ["brace-expansion@1.1.11", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="],
17671771

1772+
"micro-eth-signer/@noble/curves/@noble/hashes": ["@noble/hashes@1.8.0", "", {}, "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A=="],
1773+
17681774
"mocha/chokidar/readdirp": ["readdirp@3.6.0", "", { "dependencies": { "picomatch": "^2.2.1" } }, "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA=="],
17691775

17701776
"mocha/yargs/cliui": ["cliui@7.0.4", "", { "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" } }, "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ=="],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@amxx/graphprotocol-utils": "1.2.0",
3838
"@graphprotocol/graph-cli": "0.96.0",
3939
"@graphprotocol/graph-ts": "0.38.0",
40-
"@nomicfoundation/hardhat-foundry": "1.1.4",
41-
"@nomicfoundation/hardhat-ignition-viem": "0.15.12",
40+
"@nomicfoundation/hardhat-foundry": "1.2.0",
41+
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
43-
"@nomiclabs/hardhat-solhint": "4.0.2",
43+
"@nomiclabs/hardhat-solhint": "4.1.0",
4444
"@openzeppelin/contracts": "5.3.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
46-
"hardhat": "2.25.0",
46+
"hardhat": "2.26.0",
4747
"solhint": "5.2.0",
4848
"erc721a": "4.3.0"
4949
},

0 commit comments

Comments
 (0)