From e732c571a8488701a7e6ba3407eca71793b5da03 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Thu, 20 Jul 2017 16:41:09 +0200 Subject: [PATCH] update packages --- package.json | 20 ++++++++++---------- test/test.js | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index bfa297b..ac993fe 100644 --- a/package.json +++ b/package.json @@ -7,18 +7,18 @@ "test": "test" }, "dependencies": { - "bluebird": "^3.3.5", - "json-bigint": "^0.2.0", - "qs": "^4.0.0", - "superagent": "^2.0.0", - "superagent-proxy": "^1.0.1" + "bluebird": "^3.5.0", + "json-bigint": "^0.2.3", + "qs": "^6.5.0", + "superagent": "^3.5.2", + "superagent-proxy": "^1.0.2" }, "devDependencies": { - "chai": "^3.2.0", - "mocha": "^2.4.5", - "nock": "^8.1.0", - "to-iso-string": "0.0.2", - "eslint": "^3.19.0" + "chai": "^4.1.0", + "mocha": "^3.4.2", + "nock": "^9.0.14", + "@segment/to-iso-string": "^1.0.1", + "eslint": "^4.2.0" }, "scripts": { "test": "mocha" diff --git a/test/test.js b/test/test.js index da0b382..f2403c8 100644 --- a/test/test.js +++ b/test/test.js @@ -234,7 +234,7 @@ describe('Mocked API calls', function () { done() }) .catch(function (reason) { - expect(reason.ErrorMessage).to.equal('timeout of 10ms exceeded') + expect(reason.ErrorMessage).to.equal('Timeout of 10ms exceeded') expect(reason.statusCode).to.equal(null) expect(reason.response).to.equal(null) done()