From 781766540c2f1381a1948bc8696f27a381d3e016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:20:21 +0000 Subject: [PATCH] Bump tiny-secp256k1 from 1.1.4 to 1.1.7 Bumps [tiny-secp256k1](https://github.com/bitcoinjs/tiny-secp256k1) from 1.1.4 to 1.1.7. - [Commits](https://github.com/bitcoinjs/tiny-secp256k1/compare/v1.1.4...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 ab5763a..bf6f8df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16843,9 +16843,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.4" - resolved "https://registry.yarnpkg.com/tiny-secp256k1/-/tiny-secp256k1-1.1.4.tgz#772a7711baaa9e2bffa92708cafadc9d372907a3" - integrity sha512-O7NfGzBdBy/jamehZ1ptutZsh2c+9pq2Pu+KPv75+yzk5/Q/6lppQGMUJucHdRGdkeBcAUeLAOdJInEAZgZ53A== + 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"