diff --git a/package-lock.json b/package-lock.json index 5bd74bb3f05..57cf32dcc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,9 +124,9 @@ "license": "ISC" }, "node_modules/@bitgo/secp256k1": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@bitgo/secp256k1/-/secp256k1-1.9.0.tgz", - "integrity": "sha512-1iwJ4BnG8WovUcWkjIR2n+9IgfOz07jKThvpWxuq6HIUsjoUDkMndrpcIrs+4c+CmPUWb74u4rVCo13EdW3zPw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@bitgo/secp256k1/-/secp256k1-1.11.0.tgz", + "integrity": "sha512-cGHEuN4IB9yy6EA/G2NW+B59Q724p6zG4zRCkc6U+DrHUQ7/a2fi1+KztwTz8OLCWZt2F4F8XXYgX+WMESeZYQ==", "dev": true, "license": "MIT", "dependencies": { @@ -140,32 +140,32 @@ "ecpair": "npm:@bitgo/ecpair@2.1.0-rc.0" }, "engines": { - "node": ">=20 <23", + "node": ">=20", "npm": ">=3.10.10" } }, "node_modules/@bitgo/unspents": { - "version": "0.50.14", - "resolved": "https://registry.npmjs.org/@bitgo/unspents/-/unspents-0.50.14.tgz", - "integrity": "sha512-8UDZZuI8nAv9D8PU8E0uPMkHb/Sunb0YAwFasaohVnZE5emOHwfvTPnaJRUA3CXDjjKyYhOAxB+YwNNIZtv9bQ==", + "version": "0.51.3", + "resolved": "https://registry.npmjs.org/@bitgo/unspents/-/unspents-0.51.3.tgz", + "integrity": "sha512-yxmYYHz74SIOB1p2QcJb0ft372WKq9jP4sRW0LVUzR0GlhBI4gN1n+G5K5VWh5QMOwLhNSDdn6zZmDAGIug6Xg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@bitgo/utxo-lib": "^11.19.1", - "lodash": "~4.17.21", + "@bitgo/utxo-lib": "^11.22.0", + "lodash": "^4.18.0", "tcomb": "~3.2.29", "varuint-bitcoin": "^1.0.4" } }, "node_modules/@bitgo/unspents/node_modules/@bitgo/utxo-lib": { - "version": "11.19.1", - "resolved": "https://registry.npmjs.org/@bitgo/utxo-lib/-/utxo-lib-11.19.1.tgz", - "integrity": "sha512-w6gYqVOMkGHo2U00MsLuiZ4DzKrQ/69emgdypbjZtKGvn331ty4/S4ZEubBAGG6TcXFhzusWOJfg1ra2EP/T/A==", + "version": "11.22.0", + "resolved": "https://registry.npmjs.org/@bitgo/utxo-lib/-/utxo-lib-11.22.0.tgz", + "integrity": "sha512-q6FVQyR1kaccTUWn/JHss9JGDI9Puxc0T0UtehP78AWUlG8vNFGoozXZwXyLAsokSuZAa8M256w1ppFutYz2xQ==", "dev": true, "license": "MIT", "dependencies": { "@bitgo/blake2b": "^3.2.4", - "@bitgo/secp256k1": "^1.9.0", + "@bitgo/secp256k1": "^1.11.0", "@brandonblack/musig": "^0.0.1-alpha.0", "bech32": "^2.0.0", "bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4", @@ -178,7 +178,7 @@ "varuint-bitcoin": "^1.1.2" }, "engines": { - "node": ">=20 <23", + "node": ">=20", "npm": ">=3.10.10" } }, @@ -12030,9 +12030,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, @@ -22374,7 +22374,7 @@ "version": "0.0.2", "license": "MIT", "devDependencies": { - "@bitgo/unspents": "^0.50.13", + "@bitgo/unspents": "^0.51.3", "@bitgo/utxo-lib": "^10.1.0", "@eslint/js": "^9.17.0", "@types/mocha": "^10.0.7", diff --git a/packages/wasm-utxo/package.json b/packages/wasm-utxo/package.json index 9edf7116298..cf57271c636 100644 --- a/packages/wasm-utxo/package.json +++ b/packages/wasm-utxo/package.json @@ -87,7 +87,7 @@ "lint:fix": "npm run lint:prettier:fix && npm run lint:eslint:fix && npm run lint:rustfmt:fix" }, "devDependencies": { - "@bitgo/unspents": "^0.50.13", + "@bitgo/unspents": "^0.51.3", "@bitgo/utxo-lib": "^10.1.0", "@eslint/js": "^9.17.0", "@types/mocha": "^10.0.7",