diff --git a/exchange/package-lock.json b/exchange/package-lock.json index 5873d1060..bdda36c92 100644 --- a/exchange/package-lock.json +++ b/exchange/package-lock.json @@ -686,7 +686,7 @@ "integrity": "sha512-o4ZxU9O+e2RxwBnkgz0yjrSw6R4yFwnTRVJ6dYb2xlilSI226DjjI2b0frPqNOYo3s6seW/gQlenSBBYPyqdAg==", "requires": { "bfx-api-node-models": "git+http://github.com/bitfinexcom/bfx-api-node-models.git#semver:^1.0.12", - "bfx-api-node-util": "bfx-api-node-util@git+http://github.com/bitfinexcom/bfx-api-node-util.git#13534ac35863e90f005281ee12fb8ad41fe2a634", + "bfx-api-node-util": "git+http://github.com/bitfinexcom/bfx-api-node-util.git#semver:^1.0.2", "bluebird": "^3.5.5", "copy": "^0.3.2", "debug": "^4.1.1", @@ -697,7 +697,7 @@ "dependencies": { "bfx-api-node-models": { "version": "git+http://github.com/bitfinexcom/bfx-api-node-models.git#ed360de4d015c3fc348bf86590bdce34f5b7d332", - "from": "git+http://github.com/bitfinexcom/bfx-api-node-models.git#semver:^1.0.12", + "from": "bfx-api-node-models@git+http://github.com/bitfinexcom/bfx-api-node-models.git#semver:^1.0.12", "requires": { "bfx-api-node-util": "^1.0.2", "bluebird": "^3.5.5", @@ -706,8 +706,8 @@ } }, "bfx-api-node-util": { - "version": "1.0.8", - "resolved": "git+http://github.com/bitfinexcom/bfx-api-node-util.git#13534ac35863e90f005281ee12fb8ad41fe2a634", + "version": "git+http://github.com/bitfinexcom/bfx-api-node-util.git#13534ac35863e90f005281ee12fb8ad41fe2a634", + "from": "bfx-api-node-util@git+http://github.com/bitfinexcom/bfx-api-node-util.git#semver:^1.0.2", "requires": { "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-regenerator": "^6.26.0", @@ -729,11 +729,6 @@ "ms": "^2.1.1" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -778,11 +773,6 @@ "ms": "^2.1.1" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -1142,22 +1132,17 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "gdax": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/gdax/-/gdax-0.7.0.tgz", - "integrity": "sha512-lJHXlGchJVNtql8VWH+Idalehl5T5N6O9g5MUEW7IOuPtsbb7D15vgz6MOx1NgSyZe0fSIINv9s0HxujYB3sqg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/gdax/-/gdax-0.9.0.tgz", + "integrity": "sha512-TBCzcTMs7VK7UviH4n68wNPipmPB5Mt0p2x86kT05v/Kv/n1uVOUcwFkAV7oKmx2BWWlJbI2SRODjpQCfQZYxg==", "requires": { "@types/request": "2.47.0", - "bignumber.js": "^5.0.0", + "bignumber.js": "^6.0.0", "bintrees": "^1.0.1", "request": "^2.81.0", "ws": "^4.0.0" }, "dependencies": { - "bignumber.js": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-5.0.0.tgz", - "integrity": "sha512-KWTu6ZMVk9sxlDJQh2YH1UOnfDP8O8TpxUxgQG/vKASoSnEjK9aVuOueFaPcQEYQ5fyNXNTOYwYw3099RYebWg==" - }, "ws": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ws/-/ws-4.1.0.tgz", @@ -1581,8 +1566,8 @@ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" }, "kraken-api": { - "version": "github:askmike/npm-kraken-api#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", - "from": "github:askmike/npm-kraken-api#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", + "version": "git+ssh://git@github.com/askmike/npm-kraken-api.git#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", + "from": "kraken-api@askmike/npm-kraken-api#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", "requires": { "got": "^7.1.0", "qs": ">=6.4.0" @@ -1597,9 +1582,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.throttle": { "version": "4.1.1", @@ -1889,29 +1874,22 @@ } }, "request-promise": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.5.tgz", - "integrity": "sha512-ZgnepCykFdmpq86fKGwqntyTiUrHycALuGggpyCZwMvGaZWgxW6yagT0FHkgo5LzYvOaCNvxYwWYIjevSH1EDg==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.6.tgz", + "integrity": "sha512-HCHI3DJJUakkOr8fNoCc73E5nU5bqITjOYFMDrKHYOXWXrgD/SBaC7LjwuPymUprRyuF06UK7hd/lMHkmUXglQ==", "requires": { "bluebird": "^3.5.0", - "request-promise-core": "1.1.3", + "request-promise-core": "1.1.4", "stealthy-require": "^1.1.1", "tough-cookie": "^2.3.3" } }, "request-promise-core": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz", - "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", + "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } + "lodash": "^4.17.19" } }, "resolve-dir": { diff --git a/exchange/package.json b/exchange/package.json index 2d3da9d2a..da25d5c46 100644 --- a/exchange/package.json +++ b/exchange/package.json @@ -27,13 +27,13 @@ "bluebird": "^3.7.2", "coinfalcon": "^1.0.3", "crypto-js": "^3.3.0", - "gdax": "^0.7.0", + "gdax": "^0.9.0", "gekko-bittrex": "^0.8.5", "gekko-broker-poloniex": "^0.0.12", "kraken-api": "askmike/npm-kraken-api#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", "lodash": "^4.17.15", "moment": "^2.22.1", - "request-promise": "^4.2.5", + "request-promise": "^4.2.6", "retry": "^0.12.0", "therocktrading": "^0.9.0" }