Skip to content

Commit 5a2efc1

Browse files
author
Tyler Levine
authored
Merge pull request #596 from BitGo/rel/la
Rel/la
2 parents fab49ed + b8e1772 commit 5a2efc1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"description": "BitGo Javascript SDK",
55
"main": "./dist/src/index.js",
66
"types": "./dist/types/src/index.d.ts",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@bitgo/account-lib": "^0.1.5",
51-
"@bitgo/statics": "^2.4.1",
51+
"@bitgo/statics": "^2.4.2",
5252
"@bitgo/unspents": "^0.6.0",
5353
"@types/bluebird": "^3.5.25",
5454
"@types/superagent": "^4.1.3",

modules/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/express",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"private": true,
55
"description": "Local signing server and proxy for the BitGo platform",
66
"main": "./dist/src/index.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"argparse": "^1.0.10",
41-
"bitgo": "^8.5.1",
41+
"bitgo": "^8.5.2",
4242
"bluebird": "^3.5.3",
4343
"body-parser": "^1.19.0",
4444
"debug": "^3.1.0",

modules/statics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/statics",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "dependency-free static configuration for the bitgo platform",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)