Skip to content

Commit

Permalink
chore(deps): bump secp256k1 to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamleshmugdiya committed Oct 22, 2024
1 parent 0b0ccf4 commit 486699e
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 15 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
4 changes: 2 additions & 2 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"ethers": "^5.1.3",
"keccak": "^3.0.3",
"lodash": "4.17.21",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.55.2",
"@bitgo/sdk-test": "^8.0.46",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/sdk-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash": "^4.17.15",
"proxy-agent": "6.4.0",
"sanitize-html": "^2.11",
"secp256k1": "^4.0.2",
"secp256k1": "^4.0.4",
"secrets.js-grempe": "^1.1.0",
"superagent": "^9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-arbeth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"devDependencies": {
"@bitgo/sdk-api": "^1.55.2",
"@bitgo/sdk-test": "^8.0.46",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/sdk-coin-avaxc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ethereumjs-util": "7.1.5",
"keccak": "^3.0.3",
"lodash": "^4.17.14",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"superagent": "^9.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-cspr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"bignumber.js": "^9.0.0",
"casper-js-sdk": "2.7.6",
"lodash": "^4.17.15",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.55.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ethereumjs-util": "7.1.5",
"ethers": "^5.1.3",
"lodash": "^4.17.14",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"superagent": "^9.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-opeth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"devDependencies": {
"@bitgo/sdk-api": "^1.55.2",
"@bitgo/sdk-test": "^8.0.46",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/sdk-coin-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@bitgo/sdk-api": "^1.55.2",
"@bitgo/sdk-opensslbytes": "^2.0.0",
"@bitgo/sdk-test": "^8.0.46",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/sdk-coin-trx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ethers": "^5.7.2",
"lodash": "^4.17.14",
"protobufjs": "7.2.5",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"superagent": "^9.0.1",
"tronweb": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-zketh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"devDependencies": {
"@bitgo/sdk-api": "^1.55.2",
"@bitgo/sdk-test": "^8.0.46",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"noble-bls12-381": "0.7.2",
"openpgp": "5.10.1",
"paillier-bigint": "3.3.0",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"strip-hex-prefix": "^1.0.0",
"superagent": "^9.0.1",
"tweetnacl": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"libsodium-wrappers-sumo": "^0.7.9",
"openpgp": "5.10.1",
"paillier-bigint": "3.3.0",
"secp256k1": "5.0.0"
"secp256k1": "5.0.1"
},
"devDependencies": {
"@bitgo/sdk-opensslbytes": "^2.0.0",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9611,7 +9611,7 @@ [email protected]:
minimalistic-assert "^1.0.1"
minimalistic-crypto-utils "^1.0.1"

elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.5:
elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.5, elliptic@^6.5.7:
version "6.5.7"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
Expand Down Expand Up @@ -17538,6 +17538,15 @@ [email protected]:
node-addon-api "^5.0.0"
node-gyp-build "^4.2.0"

[email protected]:
version "5.0.1"
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-5.0.1.tgz#dc2c86187d48ff2da756f0f7e96417ee03c414b1"
integrity sha512-lDFs9AAIaWP9UCdtWrotXWWF9t8PWgQDcxqgAnpM9rMqxb3Oaq2J0thzPVSxBwdJgyQtkU/sYtFtbM1RSt/iYA==
dependencies:
elliptic "^6.5.7"
node-addon-api "^5.0.0"
node-gyp-build "^4.2.0"

secp256k1@^4.0.0, secp256k1@^4.0.1, secp256k1@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
Expand All @@ -17547,6 +17556,15 @@ secp256k1@^4.0.0, secp256k1@^4.0.1, secp256k1@^4.0.2:
node-addon-api "^2.0.0"
node-gyp-build "^4.2.0"

secp256k1@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.4.tgz#58f0bfe1830fe777d9ca1ffc7574962a8189f8ab"
integrity sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==
dependencies:
elliptic "^6.5.7"
node-addon-api "^5.0.0"
node-gyp-build "^4.2.0"

secrets.js-grempe@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/secrets.js-grempe/-/secrets.js-grempe-1.1.0.tgz#bb3b606dd68637ca244681a10fdee6c512049294"
Expand Down

0 comments on commit 486699e

Please sign in to comment.