From 64657e650417e735aaa7cc8d6465d1e8cfdfab13 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Fri, 24 Oct 2014 14:57:37 +0100 Subject: [PATCH] Updated dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ec11159..573bff9 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ ], "main": "./lib/xbox.js", "dependencies": { - "lodash": "latest", - "node-hid": "~>0.3.1", - "chalk": "~0.3.0" + "lodash": "~2.4.1", + "node-hid": "~0.3.2", + "chalk": "~0.5.1" }, "scripts": { "test": "node ./tests/test.js"