From 833e0ff4ff4f54d182ed4de021dc3db2fcc42238 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Fri, 24 Apr 2015 09:20:40 +0200 Subject: [PATCH] Updated dependencies to latest versions --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6e66f82..9c84f7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sse-channel", - "version": "1.0.4", + "version": "1.0.5", "description": "Server-Sent Events \"channel\" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending \"keep-alive\" packets automatically.", "main": "index.js", "scripts": { @@ -33,13 +33,13 @@ "homepage": "https://github.com/rexxars/sse-channel", "dependencies": { "access-control": "0.0.7", - "lodash": "^3.0.1" + "lodash": "^3.7.0" }, "devDependencies": { - "eventsource": "^0.1.4", - "istanbul": "^0.3.2", - "jscs": "^1.10.0", - "jshint": "^2.5.10", - "mocha": "^2.0.1" + "eventsource": "^0.1.6", + "istanbul": "^0.3.13", + "jscs": "^1.12.0", + "jshint": "^2.7.0", + "mocha": "^2.2.4" } }