Skip to content

Commit 319664d

Browse files
fix(sdk-core): bump bitcoinjs message and secp256k1
Resolves GHSA-584q-6j8j-r5pm TICKET: BTC-1661
1 parent 13c9dd6 commit 319664d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/ts/tss-recovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@bitgo/sdk-core": "28.10.0",
1111
"@bitgo/sdk-lib-mpc": "10.0.0",
12-
"secp256k1": "5.0.0"
12+
"secp256k1": "5.0.1"
1313
},
1414
"devDependencies": {
1515
"ts-node": "10.9.1",

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/lodash": "^4.14.121",
4848
"@types/superagent": "4.1.15",
4949
"bignumber.js": "^9.0.2",
50-
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
50+
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
5151
"bluebird": "^3.5.3",
5252
"debug": "^3.1.0",
5353
"io-ts": "npm:@bitgo-forks/[email protected]",

modules/sdk-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@bitgo/unspents": "^0.47.17",
4646
"@bitgo/utxo-lib": "^11.2.1",
4747
"@types/superagent": "4.1.15",
48-
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
48+
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
4949
"bluebird": "^3.5.3",
5050
"debug": "3.1.0",
5151
"eol": "^0.5.0",

modules/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"big.js": "^3.1.3",
5252
"bigint-crypto-utils": "3.1.4",
5353
"bignumber.js": "^9.1.1",
54-
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
54+
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
5555
"bolt11": "^1.4.0",
5656
"bs58": "^4.0.1",
5757
"bs58check": "^2.1.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7167,7 +7167,7 @@ bitcoinjs-lib@^6.0.0:
71677167
varuint-bitcoin "^1.1.2"
71687168
wif "^2.0.1"
71697169

7170-
"bitcoinjs-message@npm:@bitgo-forks/[email protected].2":
7170+
"bitcoinjs-message@npm:@bitgo-forks/[email protected].3":
71717171
version "1.0.0-master.2"
71727172
resolved "https://registry.npmjs.org/@bitgo-forks/bitcoinjs-message/-/bitcoinjs-message-1.0.0-master.2.tgz#62451cdb548640581933db58d4823a0b342d64a1"
71737173
integrity sha512-XSDGM3rA75vcDxeKqHPexika/TgWUFWdfKTv1lV8TZTb5XFHHD6ARckLdMOBiCf29eZSzbJQvF/OIWqNqMl/2A==

0 commit comments

Comments
 (0)