From 01639db70f0b5cf14a62aae16a75cbc227eccfae Mon Sep 17 00:00:00 2001 From: David Fox Date: Thu, 20 Apr 2017 17:42:09 -0500 Subject: [PATCH] Update Axios to support buffers < 8192 bytes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 094eb8b..b6d37de 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mocha": "^3.2.0" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.16.1", "node-sha1": "^1.0.1", "q": "^1.4.1" }