From ab7d046bcea26124553c3293aba545b80cae28f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:16:26 +0000 Subject: [PATCH] Bump @noble/curves from 1.9.6 to 1.9.7 in the noble group Bumps the noble group with 1 update: [@noble/curves](https://github.com/paulmillr/noble-curves). Updates `@noble/curves` from 1.9.6 to 1.9.7 - [Release notes](https://github.com/paulmillr/noble-curves/releases) - [Commits](https://github.com/paulmillr/noble-curves/compare/1.9.6...1.9.7) --- updated-dependencies: - dependency-name: "@noble/curves" dependency-version: 1.9.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: noble ... Signed-off-by: dependabot[bot] --- 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 ad5964e9..72322814 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@eslint/js": "^9.37.0", "@noble/ciphers": "^1.3.0", - "@noble/curves": "^1.9.6", + "@noble/curves": "^1.9.7", "@noble/hashes": "^1.8.0", "@openpgp/jsdoc": "^3.6.11", "@openpgp/seek-bzip": "^1.0.5-git", @@ -1041,9 +1041,9 @@ } }, "node_modules/@noble/curves": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.6.tgz", - "integrity": "sha512-GIKz/j99FRthB8icyJQA51E8Uk5hXmdyThjgQXRKiv9h0zeRlzSCLIzFw6K1LotZ3XuB7yzlf76qk7uBmTdFqA==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz", + "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9fea2acd..faddef68 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@eslint/js": "^9.37.0", "@noble/ciphers": "^1.3.0", - "@noble/curves": "^1.9.6", + "@noble/curves": "^1.9.7", "@noble/hashes": "^1.8.0", "@openpgp/jsdoc": "^3.6.11", "@openpgp/seek-bzip": "^1.0.5-git",