From 4b7607e99acecb2c3b0d2706555cb0be5c90cb08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:05:25 +0000 Subject: [PATCH] chore(deps): update dependency hardhat to v2.22.9 (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [hardhat](https://hardhat.org) ([source](https://togithub.com/nomiclabs/hardhat)) | dependencies | patch | [`2.22.8` -> `2.22.9`](https://renovatebot.com/diffs/npm/hardhat/2.22.8/2.22.9) | [![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.9`](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.22.8...hardhat@2.22.9) [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.22.8...hardhat@2.22.9)
--- ### 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-diamond-bond). 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 58cf397..440482f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5", "@prb/math": "4.0.3", - "hardhat": "2.22.8", + "hardhat": "2.22.9", "solhint": "5.0.3" } }, @@ -5408,9 +5408,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.8", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.8.tgz", - "integrity": "sha512-hPh2feBGRswkXkoXUFW6NbxgiYtEzp/3uvVFjYROy6fA9LH8BobUyxStlyhSKj4+v1Y23ZoUBOVWL84IcLACrA==", + "version": "2.22.9", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.9.tgz", + "integrity": "sha512-sWiuI/yRdFUPfndIvL+2H18Vs2Gav0XacCFYY5msT5dHOWkhLxESJySIk9j83mXL31aXL8+UMA9OgViFLexklg==", "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index a3b65ea..e130741 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nomiclabs/hardhat-solhint": "4.0.0", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5", - "hardhat": "2.22.8", + "hardhat": "2.22.9", "solhint": "5.0.3", "@prb/math": "4.0.3" },