From 6ec51070e10b4c7a750492555d5e1d4d8c0afa69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:12:10 +0000 Subject: [PATCH] Bump bitgo-utxo-lib from `4ecc83d` to `6562094` Bumps [bitgo-utxo-lib](https://github.com/TheComputerGenie/bitgo-utxo-lib) from `4ecc83d` to `6562094`. - [Commits](https://github.com/TheComputerGenie/bitgo-utxo-lib/compare/4ecc83d2270b5efcfc1babb6ba699d3b381102ba...656209402f904caefdfac3edb3c0b093bfd6a3f3) --- updated-dependencies: - dependency-name: bitgo-utxo-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37a565b..751dd60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,13 +124,15 @@ }, "node_modules/bitgo-utxo-lib": { "version": "1.5.0", - "resolved": "git+ssh://git@github.com/TheComputerGenie/bitgo-utxo-lib.git#4ecc83d2270b5efcfc1babb6ba699d3b381102ba", + "resolved": "git+ssh://git@github.com/TheComputerGenie/bitgo-utxo-lib.git#656209402f904caefdfac3edb3c0b093bfd6a3f3", + "integrity": "sha512-10B3Yh3WvNrhKjxOZUmlPoOuRJ6eBe1PDp5x/D84LDWZZUOThywIE9ntxHsv+z4khtqFV/KBveBhu+jq1hmH7Q==", + "license": "MIT", "dependencies": { "bech32": "0.0.3", "bigi": "^1.4.0", "bip66": "^1.1.0", "bitcoin-ops": "^1.3.0", - "blake2b": "git+https://github.com/TheComputerGenie/blake2b", + "blake2b": "github:TheComputerGenie/blake2b", "bs58check": "^2.0.0", "create-hash": "^1.1.0", "create-hmac": "^1.1.3", @@ -141,7 +143,7 @@ "pushdata-bitcoin": "^1.0.1", "randombytes": "^2.0.1", "safe-buffer": "^5.0.1", - "typeforce": "git+https://github.com/michaeltout/typeforce", + "typeforce": "github:michaeltout/typeforce", "varuint-bitcoin": "^1.0.4", "wif": "^2.0.1" },