diff --git a/exchange/package-lock.json b/exchange/package-lock.json index 87b2f1f2a..d776f6885 100644 --- a/exchange/package-lock.json +++ b/exchange/package-lock.json @@ -150,9 +150,9 @@ "integrity": "sha1-+h9cYuhIEFse1Pj2tIIwd4jmMq0=" }, "bluebird": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "caseless": { "version": "0.12.0", diff --git a/exchange/package.json b/exchange/package.json index 9e115bbef..9bc9988b9 100644 --- a/exchange/package.json +++ b/exchange/package.json @@ -24,7 +24,7 @@ "binance": "^1.3.3", "bitfinex-api-node": "^2.0.0-beta", "bitx": "^1.5.0", - "bluebird": "^3.5.1", + "bluebird": "^3.7.2", "coinfalcon": "^1.0.3", "crypto-js": "^3.1.9-1", "gdax": "^0.7.0",