From 71238eb73881ab63d3cc0d8e349e162599c1a727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:04:42 +0000 Subject: [PATCH] fix(deps): update dependency @noble/curves to ^1.4.2 (#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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@noble/curves](https://paulmillr.com/noble/) ([source](https://togithub.com/paulmillr/noble-curves)) | [`^1.4.1` -> `^1.4.2`](https://renovatebot.com/diffs/npm/@noble%2fcurves/1.4.2/1.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@noble%2fcurves/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@noble%2fcurves/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@noble%2fcurves/1.4.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@noble%2fcurves/1.4.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/viem-account-hsm-gcp). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cad8931..12f7a85 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@google-cloud/kms": "^4.5.0", - "@noble/curves": "^1.4.1", + "@noble/curves": "^1.4.2", "asn1js": "^3.0.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index dc24e78..7e36c4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -705,7 +705,7 @@ dependencies: "@noble/hashes" "1.4.0" -"@noble/curves@^1.4.1", "@noble/curves@~1.4.0": +"@noble/curves@^1.4.2", "@noble/curves@~1.4.0": version "1.4.2" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.2.tgz#40309198c76ed71bc6dbf7ba24e81ceb4d0d1fe9" integrity sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==