diff --git a/package.json b/package.json index 8e633c6d..ace15d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "1.6.1", + "version": "1.6.2", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop", @@ -24,14 +24,14 @@ ], "devDependencies": { "should": "~1.2.2", - "mocha": "~1.18.2" + "mocha": "~1.20.1" }, "dependencies": { "async": "~0.9.0", - "inflection": "~1.3.5", - "traverse": "~0.6.6", + "debug": "~1.0.2", + "inflection": "~1.3.7", "qs": "~0.6.6", - "debug": "~0.8.1" + "traverse": "~0.6.6" }, "license": { "name": "Dual MIT/StrongLoop",