From a49c3d2607b5d0396636f7c4c0f97c2907ce969f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:53:02 +0000 Subject: [PATCH] chore(deps): bump @noble/curves from 2.0.1 to 2.2.0 Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/paulmillr/noble-curves/releases) - [Commits](https://github.com/paulmillr/noble-curves/compare/2.0.1...2.2.0) --- updated-dependencies: - dependency-name: "@noble/curves" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fad070b..ef4ac8a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@convex-dev/agent": "0.6.1", - "@noble/curves": "2.0.1", + "@noble/curves": "2.2.0", "convex": "1.37.0", "jose": "6.2.2", "viem": "2.47.6"