From 4549f76d2401ec5ac670274b7c26992938cf788b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:35:57 +0000 Subject: [PATCH] Bump tiny-secp256k1 from 1.1.5 to 1.1.7 Bumps [tiny-secp256k1](https://github.com/bitcoinjs/tiny-secp256k1) from 1.1.5 to 1.1.7. - [Commits](https://github.com/bitcoinjs/tiny-secp256k1/compare/v1.1.5...v1.1.7) --- updated-dependencies: - dependency-name: tiny-secp256k1 dependency-version: 1.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index bb81add..8e5783c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19960,9 +19960,9 @@ tiny-queue@0.2.0: integrity sha1-xJ/LXIdVW+G0pd9+uHEB1beLydw= tiny-secp256k1@^1.1.1, tiny-secp256k1@^1.1.3: - version "1.1.5" - resolved "https://registry.yarnpkg.com/tiny-secp256k1/-/tiny-secp256k1-1.1.5.tgz#3dc37b9bf0fa5b4390b9fa29e953228810cebc18" - integrity sha512-duE2hSLSQIpHGzmK48OgRrGTi+4OTkXLC6aa86uOYQ6LLCYZSarVKIAvEtY7MoXjoL6bOXMSerEGMzrvW4SkDw== + version "1.1.7" + resolved "https://registry.yarnpkg.com/tiny-secp256k1/-/tiny-secp256k1-1.1.7.tgz#0c1b6b9d2d93404f9093dc7e287b0aa834480573" + integrity sha512-eb+F6NabSnjbLwNoC+2o5ItbmP1kg7HliWue71JgLegQt6A5mTN8YbvTLCazdlg6e5SV6A+r8OGvZYskdlmhqQ== dependencies: bindings "^1.3.0" bn.js "^4.11.8"