Skip to content

Commit

Permalink
fix(sdk-core): bump bitcoinjs message and secp256k1
Browse files Browse the repository at this point in the history
Resolves GHSA-584q-6j8j-r5pm

TICKET: BTC-1661
  • Loading branch information
davidkaplanbitgo committed Dec 4, 2024
1 parent 13c9dd6 commit 319664d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ts/tss-recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@bitgo/sdk-core": "28.10.0",
"@bitgo/sdk-lib-mpc": "10.0.0",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
"bignumber.js": "^9.0.2",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
"bluebird": "^3.5.3",
"debug": "^3.1.0",
"io-ts": "npm:@bitgo-forks/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@bitgo/unspents": "^0.47.17",
"@bitgo/utxo-lib": "^11.2.1",
"@types/superagent": "4.1.15",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
"bluebird": "^3.5.3",
"debug": "3.1.0",
"eol": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"big.js": "^3.1.3",
"bigint-crypto-utils": "3.1.4",
"bignumber.js": "^9.1.1",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].2",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected].3",
"bolt11": "^1.4.0",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7167,7 +7167,7 @@ bitcoinjs-lib@^6.0.0:
varuint-bitcoin "^1.1.2"
wif "^2.0.1"

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

0 comments on commit 319664d

Please sign in to comment.