From 971e63839ef24fdc36b8cce14976eb1136667fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:22:07 +0000 Subject: [PATCH] chore(deps): update dependency hardhat to v2.22.10 (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | patch | [`2.22.9` -> `2.22.10`](https://renovatebot.com/diffs/npm/hardhat/2.22.9/2.22.10) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes
nomiclabs/hardhat (hardhat) ### [`v2.22.10`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.10): Hardhat v2.22.10 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.9...hardhat@2.22.10) This is a small bug fix release to improve `debug` logs during Hardhat Network initialization. ##### Changes - [`409e99f`](https://redirect.github.com/nomiclabs/hardhat/commit/409e99f): Fixed `debug` logs in Hardhat Network initialization process. - [`46cd7a1`](https://redirect.github.com/nomiclabs/hardhat/commit/46cd7a1): Removed the experimentalAddHardhatNetworkMessageTraceHook API *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84c230a..cec67f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5", "erc721a": "4.3.0", - "hardhat": "2.22.9", + "hardhat": "2.22.10", "solhint": "5.0.3" } }, @@ -5408,9 +5408,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.9", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.9.tgz", - "integrity": "sha512-sWiuI/yRdFUPfndIvL+2H18Vs2Gav0XacCFYY5msT5dHOWkhLxESJySIk9j83mXL31aXL8+UMA9OgViFLexklg==", + "version": "2.22.10", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.10.tgz", + "integrity": "sha512-JRUDdiystjniAvBGFmJRsiIZSOP2/6s++8xRDe3TzLeQXlWWHsXBrd9wd3JWFyKXvgMqMeLL5Sz/oNxXKYw9vg==", "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index 6f44b1a..9245b17 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nomiclabs/hardhat-solhint": "4.0.1", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5", - "hardhat": "2.22.9", + "hardhat": "2.22.10", "solhint": "5.0.3", "erc721a": "4.3.0" },