diff --git a/README.md b/README.md index 37bc506..8c1b38a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Wizard Development StatusBot +[![Greenkeeper badge](https://badges.greenkeeper.io/wizarddevelopment/statusbot.svg)](https://greenkeeper.io/) + Any sufficiently mature development team eventually has someone who makes a build status indicator. This one is ours. ![](img/completed-home.jpg) diff --git a/package.json b/package.json index 7955f44..7e11665 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "url": "https://github.com/reconbot/statusbot/issues" }, "dependencies": { - "connect": "~3.0.1", - "body-parser": "~1.4.3", - "morgan": "~1.1.1", - "request": "~2.36.0" + "connect": "~3.5.0", + "body-parser": "~1.16.1", + "morgan": "~1.8.1", + "request": "~2.79.0" }, "engines": { "node": "0.10.x"