Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @noble/curves to ^1.5.0 (#49)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@noble/curves](https://paulmillr.com/noble/) ([source](https://togithub.com/paulmillr/noble-curves)) | [`^1.4.2` -> `^1.5.0`](https://renovatebot.com/diffs/npm/@noble%2fcurves/1.4.2/1.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@noble%2fcurves/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@noble%2fcurves/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@noble%2fcurves/1.4.2/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@noble%2fcurves/1.4.2/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>paulmillr/noble-curves (@​noble/curves)</summary> ### [`v1.5.0`](https://togithub.com/paulmillr/noble-curves/releases/tag/1.5.0) [Compare Source](https://togithub.com/paulmillr/noble-curves/compare/1.4.2...1.5.0) - Implement bn254 (aka alt_bn128) pairings, compatible with EVM and ZEC - Point serialization is not implemented (but can be added in user-space), because there is no standard way of doing it. Check out README - Refactor range checks for private keys and signatures, simplify them - Add memoization for `toAffine` and `assertValidity`, to speed-up BLS - Make all points immutable and frozen to improve security **Full Changelog**: paulmillr/noble-curves@1.4.2...1.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **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. --- - [ ] <!-- rebase-check -->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/valora-inc/viem-account-hsm-gcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information