From 00ba2f9835f68c0c4580805adcd7eeb8b6c06829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:31:20 +0000 Subject: [PATCH] build(deps): bump @noble/curves from 1.9.7 to 2.2.0 in /clients/js Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 1.9.7 to 2.2.0. - [Release notes](https://github.com/paulmillr/noble-curves/releases) - [Commits](https://github.com/paulmillr/noble-curves/compare/1.9.7...2.2.0) --- updated-dependencies: - dependency-name: "@noble/curves" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/js/package.json | 2 +- clients/js/pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index a739e35d5..57953a02e 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "pnpm build" }, "dependencies": { - "@noble/curves": "^1.9.7", + "@noble/curves": "^2.2.0", "@solana-program/zk-elgamal-proof": "^0.2.0" }, "devDependencies": { diff --git a/clients/js/pnpm-lock.yaml b/clients/js/pnpm-lock.yaml index 4041aedf6..28fc5ddef 100644 --- a/clients/js/pnpm-lock.yaml +++ b/clients/js/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@noble/curves': - specifier: ^1.9.7 - version: 1.9.7 + specifier: ^2.2.0 + version: 2.2.0 '@solana-program/zk-elgamal-proof': specifier: ^0.2.0 version: 0.2.0(@solana/kit@6.10.0(typescript@6.0.3)) @@ -259,13 +259,13 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@noble/curves@1.9.7': - resolution: {integrity: sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==} - engines: {node: ^14.21.3 || >=16} + '@noble/curves@2.2.0': + resolution: {integrity: sha512-T/BoHgFXirb0ENSPBquzX0rcjXeM6Lo892a2jlYJkqk83LqZx0l1Of7DzlKJ6jkpvMrkHSnAcgb5JegL8SeIkQ==} + engines: {node: '>= 20.19.0'} - '@noble/hashes@1.8.0': - resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} - engines: {node: ^14.21.3 || >=16} + '@noble/hashes@2.2.0': + resolution: {integrity: sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==} + engines: {node: '>= 20.19.0'} '@oxc-project/types@0.133.0': resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==} @@ -1974,11 +1974,11 @@ snapshots: '@tybys/wasm-util': 0.10.3 optional: true - '@noble/curves@1.9.7': + '@noble/curves@2.2.0': dependencies: - '@noble/hashes': 1.8.0 + '@noble/hashes': 2.2.0 - '@noble/hashes@1.8.0': {} + '@noble/hashes@2.2.0': {} '@oxc-project/types@0.133.0': {}