diff --git a/package.json b/package.json index 484c6dd8..495f0414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "1.3.2", + "version": "1.3.3", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop", @@ -24,11 +24,11 @@ ], "devDependencies": { "should": "~1.2.2", - "mocha": "~1.12.1" + "mocha": "~1.17.1" }, "dependencies": { "async": "~0.2.10", - "inflection": "~1.2.7", + "inflection": "~1.3.5", "traverse": "~0.6.6", "qs": "~0.6.6" },