Skip to content

Commit

Permalink
fix(sdk-core): fix issue related to bignumber version
Browse files Browse the repository at this point in the history
TICKET: WIN-1021
  • Loading branch information
gianchandania committed Oct 31, 2023
1 parent cbdabcb commit a3f5812
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/account-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/sdk-lib-mpc": "^8.15.0",
"@bitgo/statics": "^29.0.0",
"bignumber.js": "^9.0.0",
"bignumber.js": "^9.1.1",
"bs58": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/bitgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@bitgo/utxo-lib": "^9.16.0",
"@types/bluebird": "^3.5.25",
"@types/superagent": "^4.1.3",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
"bluebird": "^3.5.3",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "^16.18.46",
"@types/sinon": "^10.0.11",
"@types/supertest": "^2.0.11",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"keccak": "^3.0.3",
"nock": "^13.3.1",
"nyc": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-avaxc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@bitgo/statics": "^29.0.0",
"@bitgo/utxo-lib": "^9.16.0",
"@ethereumjs/common": "^2.6.5",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "7.1.5",
"keccak": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-eth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@bitgo/sdk-core": "^8.26.0",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"ethereumjs-util": "7.1.5",
"lodash": "^4.17.14",
"superagent": "^3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-coin-xlm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/statics": "^29.0.0",
"@bitgo/utxo-lib": "^9.16.0",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"lodash": "^4.17.14",
"stellar-sdk": "^10.0.1",
"superagent": "^3.8.3"
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 @@ -47,7 +47,7 @@
"bech32": "^2.0.0",
"big.js": "^3.1.3",
"bigint-crypto-utils": "3.1.4",
"bignumber.js": "^9.0.0",
"bignumber.js": "^9.1.1",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
"bolt11": "^1.4.0",
"bs58": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@bitgo/sdk-api": "^1.24.0",
"@bitgo/sdk-core": "^8.26.0",
"bignumber.js": "^8.0.1",
"bignumber.js": "^9.1.1",
"should-http": "^0.1.1"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6673,7 +6673,7 @@ bigint-mod-arith@^3.1.0:
resolved "https://registry.npmjs.org/bigint-mod-arith/-/bigint-mod-arith-3.2.1.tgz"
integrity sha512-roLlzeQ0okNjT8Ph9zL9Nvw85ucHSQkNndLRfAR2CVaYOEAMtbpIK3f6oJb3Jv/hg9mkrYaw/DknysTuvc8QhA==

[email protected], bignumber.js@^8.0.1:
[email protected]:
version "8.1.1"
resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-8.1.1.tgz"
integrity sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ==
Expand Down

0 comments on commit a3f5812

Please sign in to comment.