diff --git a/packages/unleash-api/package.json b/packages/unleash-api/package.json index ab7d74b469..9e80d3d5d7 100644 --- a/packages/unleash-api/package.json +++ b/packages/unleash-api/package.json @@ -27,6 +27,7 @@ "engines": { "node": "6" }, + "license": "Apache-2.0", "main": "./server-impl.js", "scripts": { "db-migrate-and-start": "npm run db-migrate && npm run start", @@ -46,28 +47,27 @@ }, "dependencies": { "bluebird": "2.9.14", - "body-parser": "1.15.0", + "body-parser": "1.15.2", "cookie-parser": "^1.4.1", "db-migrate": "0.9.25", "deep-diff": "^0.3.3", - "errorhandler": "1.3.5", + "errorhandler": "^1.4.3", "express": "4.14.0", "express-validator": "2.20.8", - "install": "^0.6.1", + "install": "^0.8.1", "knex": "^0.10.0", - "log4js": "0.6.35", + "log4js": "^0.6.38", "pg": "^4.5.5", "serve-favicon": "^2.3.0" }, "devDependencies": { - "chai": "3.5.0", - "coveralls": "^2.11.9", - "istanbul": "^0.4.3", - "mocha": "^2.4.5", + "coveralls": "^2.11.12", + "istanbul": "^0.4.5", + "mocha": "^3.0.2", "mocha-lcov-reporter": "1.2.0", "sinon": "^1.17.5", - "supertest": "^1.2.0", - "supervisor": "^0.10.0", + "supertest": "^2.0.0", + "supervisor": "^0.11.0", "unleash-frontend": "1.0.0-alpha.2" } }