Skip to content

Commit

Permalink
fix(deps): bump public-types library
Browse files Browse the repository at this point in the history
Ticket: VL-2488
  • Loading branch information
louib-bitgo committed Jan 8, 2025
1 parent 6f6d2c0 commit e8679cd
Show file tree
Hide file tree
Showing 4 changed files with 1,212 additions and 900 deletions.
4 changes: 2 additions & 2 deletions modules/bitgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/public-types": "3.6.0",
"@bitgo/public-types": "4.9.2",
"@bitgo/sdk-opensslbytes": "^2.0.0",
"@bitgo/sdk-test": "^8.0.62",
"@openpgp/web-stream-tools": "0.0.14",
Expand All @@ -129,7 +129,7 @@
"@types/jasmine": "^3.5.12",
"@types/lodash": "^4.14.121",
"aws-sdk": "^2.1155.0",
"io-ts-types": "0.5.16",
"io-ts-types": "^0.5.16",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.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 @@ -54,7 +54,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/public-types": "3.6.0",
"@bitgo/public-types": "4.9.2",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/sdk-test": "^8.0.62",
"@types/argparse": "^1.0.36",
Expand Down
4 changes: 2 additions & 2 deletions modules/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@bitgo/bls-dkg": "^1.3.1",
"@bitgo/public-types": "3.6.0",
"@bitgo/public-types": "4.9.2",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/sjcl": "^1.0.1",
"@bitgo/statics": "^50.17.0",
Expand All @@ -61,7 +61,7 @@
"ethereumjs-util": "7.1.5",
"fp-ts": "^2.12.2",
"io-ts": "npm:@bitgo-forks/[email protected]",
"io-ts-types": "0.5.16",
"io-ts-types": "^0.5.16",
"keccak": "3.0.3",
"libsodium-wrappers-sumo": "^0.7.9",
"lodash": "^4.17.15",
Expand Down
Loading

0 comments on commit e8679cd

Please sign in to comment.