From 031d74ce2d464e89ed8986303f563555bed00134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:37:24 +0000 Subject: [PATCH] chore(deps): update dependency @prb/math to v4.1.0 (#61) 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 | |---|---|---|---|---| | [@prb/math](https://redirect.github.com/PaulRBerg/prb-math) | dependencies | minor | [`4.0.3` -> `4.1.0`](https://renovatebot.com/diffs/npm/@prb%2fmath/4.0.3/4.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/PaulRBerg/prb-math/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PaulRBerg/prb-math) | --- ### Release Notes
PaulRBerg/prb-math (@​prb/math) ### [`v4.1.0`](https://redirect.github.com/PaulRBerg/prb-math/blob/HEAD/CHANGELOG.md#410---2024-10-21) [Compare Source](https://redirect.github.com/PaulRBerg/prb-math/compare/v4.0.3...v4.1.0) ##### Changed - Make domain bound specs more visually descriptive ([#​239](https://redirect.github.com/PaulRBerg/prb-math/pull/239)) ([@​PaulRBerg](https://redirect.github.com/PaulRBerg)) - Update requirement spec in `UD60x18.log2` ([#​239](https://redirect.github.com/PaulRBerg/prb-math/pull/239)) ([@​PaulRBerg](https://redirect.github.com/PaulRBerg)) - Use return instead of param for return parameter NatSpec documentation ([#​241](https://redirect.github.com/PaulRBerg/prb-math/pull/241)) ([@​ericglau](https://redirect.github.com/ericglau)) ##### Added - Add UD21x18 and SD21x18 types ([#​212](https://redirect.github.com/PaulRBerg/prb-math/pull/212)) ([@​andreivladbrg](https://redirect.github.com/andreivladbrg), [@​PaulRBerg](https://redirect.github.com/PaulRBerg)) ##### Removed - Remove adjacent castings ([#​237](https://redirect.github.com/PaulRBerg/prb-math/pull/237)) ([@​PaulRBerg](https://redirect.github.com/PaulRBerg))
--- ### 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-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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae7422c..5ae27d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@settlemint/solidity-diamond-bond", - "version": "7.7.0", + "version": "7.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-diamond-bond", - "version": "7.7.0", + "version": "7.7.1", "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", @@ -18,7 +18,7 @@ "@nomiclabs/hardhat-solhint": "4.0.1", "@openzeppelin/contracts": "5.1.0", "@openzeppelin/subgraphs": "0.1.8-5", - "@prb/math": "4.0.3", + "@prb/math": "4.1.0", "hardhat": "2.22.13", "solhint": "5.0.3" } @@ -2252,9 +2252,9 @@ } }, "node_modules/@prb/math": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@prb/math/-/math-4.0.3.tgz", - "integrity": "sha512-/RSt3VU1k2m3ox6U6kUL1MrktnAHr8vhydXu4eDtqFAms1gm3XnGpoZIPaK1lm2zdJQmKBwJ4EXALPARsuOlaA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@prb/math/-/math-4.1.0.tgz", + "integrity": "sha512-ef5Xrlh3BeX4xT5/Wi810dpEPq2bYPndRxgFIaKSU1F/Op/s8af03kyom+mfU7gEpvfIZ46xu8W0duiHplbBMg==", "license": "MIT" }, "node_modules/@protobufjs/aspromise": { diff --git a/package.json b/package.json index de2fbfa..5409c1c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@openzeppelin/subgraphs": "0.1.8-5", "hardhat": "2.22.13", "solhint": "5.0.3", - "@prb/math": "4.0.3" + "@prb/math": "4.1.0" }, "overrides": { "@graphprotocol/graph-cli": "0.86.0",