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"