From e7259fce47b7e9759b03433daea472a806c3ab2d Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 7 Dec 2016 21:58:57 +0100 Subject: [PATCH] Bump dependencies - bump after to version 0.8.2 - bump has-binary to version 0.1.7 - bump mocha to version 3.2.0 - bump zuul to version 3.11.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e4a52ff..d3a48f3 100644 --- a/package.json +++ b/package.json @@ -6,16 +6,16 @@ "homepage": "https://github.com/socketio/engine.io-parser", "devDependencies": { "expect.js": "0.3.1", - "mocha": "2.2.5", - "zuul": "3.11.0", + "mocha": "3.2.0", + "zuul": "3.11.1", "zuul-ngrok": "4.0.0" }, "dependencies": { - "after": "0.8.1", + "after": "0.8.2", "arraybuffer.slice": "0.0.6", "base64-arraybuffer": "0.1.5", "blob": "0.0.4", - "has-binary": "0.1.6", + "has-binary": "0.1.7", "wtf-8": "1.0.0" }, "scripts": {