diff --git a/README.md b/README.md index 555b576..370e2e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # core +[![Greenkeeper badge](https://badges.greenkeeper.io/Strider-CD/core.svg)](https://greenkeeper.io/) + Strider Core - API connecting projects and drones for continuous integration/deployment [![Build Status](https://travis-ci.org/Strider-CD/core.svg)](https://travis-ci.org/Strider-CD/core) diff --git a/package.json b/package.json index 0a1a7b6..f0e8a65 100644 --- a/package.json +++ b/package.json @@ -37,22 +37,22 @@ "node": ">=6" }, "devDependencies": { - "apidoc": "^0.15.0", + "apidoc": "^0.17.5", "babel-cli": "^6.11.4", - "babel-eslint": "^4.0.10", - "babel-istanbul": "0.4.0", + "babel-eslint": "^7.1.1", + "babel-istanbul": "0.12.1", "babel-plugin-transform-async-to-generator": "^6.8.0", "babel-plugin-transform-decorators": "^6.13.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", "babel-register": "^6.11.6", - "codeclimate-test-reporter": "^0.3.1", - "eslint": "^2.13.1", - "eslint-config-standard": "^5.1.0", - "eslint-plugin-promise": "^1.0.8", - "eslint-plugin-standard": "^1.3.0", - "grunt": "^0.4.5", - "snazzy": "^3.0.0", + "codeclimate-test-reporter": "^0.4.0", + "eslint": "^3.15.0", + "eslint-config-standard": "^6.2.1", + "eslint-plugin-promise": "^3.4.0", + "eslint-plugin-standard": "^2.0.1", + "grunt": "^1.0.1", + "snazzy": "^6.0.0", "tap-spec": "^4.0.2", "tape": "^4.0.0" }, @@ -61,34 +61,34 @@ "bluebird": "^3.3.1", "config": "^1.14.0", "deasync": "^0.1.2", - "eventemitter3": "^1.1.1", + "eventemitter3": "^2.0.2", "flat": "^2.0.0", - "github": "^0.2.4", - "good": "^6.6.0", - "good-console": "^5.3.1", - "hapi": "^13.0.0", + "github": "^8.1.1", + "good": "^7.1.0", + "good-console": "^6.2.0", + "hapi": "^16.1.0", "hapi-async-handler": "^1.0.3", "hapi-auth-basic": "^4.1.0", - "hapi-auth-jwt2": "^5.0.7", + "hapi-auth-jwt2": "^7.2.4", "hapi-decorators": "^0.4.0", - "joi": "^8.0.0", + "joi": "^10.2.1", "joigoose": "^1.5.5", - "json5": "^0.4.0", - "jsonwebtoken": "^5.0.5", - "jwt-simple": "^0.4.1", + "json5": "^0.5.1", + "jsonwebtoken": "^7.2.1", + "jwt-simple": "^0.5.1", "lodash": "^4.3.0", "lokijs": "^1.3.8", "mongoose": "^4.1.8", "mongotape": "^1.0.0", "node-uuid": "^1.4.3", - "primus": "^4.0.5", + "primus": "^6.0.9", "primus-rooms": "^3.3.0", "redtape": "^1.0.0", "rwlock": "^5.0.0", "string": "^3.3.0", - "validator": "^4.0.5", + "validator": "^6.2.1", "winston": "^2.1.1", - "ws": "^1.0.1" + "ws": "^2.0.2" }, "standard": { "parser": "babel-eslint"