diff --git a/README.md b/README.md index 6b9486c..9dbf170 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ # dockerhub-webhook +[![Greenkeeper badge](https://badges.greenkeeper.io/maccyber/dockerhub-webhook.svg)](https://greenkeeper.io/) + **Unsupported!** See [maccyber/micro-dockerhub-hook](https://github.com/maccyber/micro-dockerhub-hook) instead. Automatic [docker](https://www.docker.com) deployment with [webhooks](https://docs.docker.com/docker-hub/builds/#webhooks). diff --git a/package.json b/package.json index 3453636..588c2af 100644 --- a/package.json +++ b/package.json @@ -40,19 +40,19 @@ "url": "http://github.com/maccyber/dockerhub-webhook/issues" }, "devDependencies": { - "coveralls": "2.13.1", - "nsp": "2.6.2", - "standard": "10.0.2", - "tap": "10.3.2" + "coveralls": "3.0.0", + "nsp": "3.2.1", + "standard": "11.0.0", + "tap": "11.1.2" }, "dependencies": { - "boom": "4.3.1", - "file-exists": "3.0.2", - "good": "7.1.0", - "good-console": "6.4.0", + "boom": "7.2.0", + "file-exists": "5.0.1", + "good": "8.1.0", + "good-console": "7.1.0", "good-squeeze": "5.0.2", - "hapi": "16.1.1", - "joi": "10.4.1", - "request": "2.81.0" + "hapi": "17.2.2", + "joi": "13.1.2", + "request": "2.85.0" } }