diff --git a/package.json b/package.json index 49fc16b..d9a723d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "1.1.1", + "version": "1.2.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": { @@ -22,17 +22,17 @@ }, "devDependencies": { "loopback": "1.x", - "mocha": "~1.14.0", - "supertest": "~0.8.1", - "chai": "~1.8.1" + "mocha": "~1.20.1", + "supertest": "~0.13.0", + "chai": "~1.9.1" }, "license": { "name": "Dual MIT/StrongLoop", "url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE" }, "dependencies": { - "swagger-ui": "~2.0.17", - "debug": "~1.0.2", + "swagger-ui": "~2.0.18", + "debug": "~1.0.3", "lodash.clonedeep": "^2.4.1", "lodash.defaults": "^2.4.1", "express": "3.x"