From 7316037992662cffa7c9d8ca24cdb31a4af97377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:36:04 +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 853c5ae..0be3fc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15449,9 +15449,9 @@ tiny-each-async@2.0.3: integrity sha1-jru/1tYpXxNwAD+7NxYq/loKUdE= 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"