diff --git a/README.md b/README.md index 90ba751..320167e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ # jsonapi-store-mongodb +[![Greenkeeper badge](https://badges.greenkeeper.io/holidayextras/jsonapi-store-mongodb.svg)](https://greenkeeper.io/) + `jsonapi-store-mongodb` is a MongoDB backed data store for [`jsonapi-server`](https://github.com/holidayextras/jsonapi-server). This project conforms to the specification laid out in the [jsonapi-server handler documentation](https://github.com/holidayextras/jsonapi-server/blob/master/documentation/handlers.md). diff --git a/package.json b/package.json index 5c9a3c8..fdd0bcc 100644 --- a/package.json +++ b/package.json @@ -26,20 +26,20 @@ }, "dependencies": { "async": "2.5.0", - "debug": "3.0.1", - "joi": "11.1.1", + "debug": "3.1.0", + "joi": "13.0.1", "lodash.omitby": "4.6.0", - "mongodb": "2.2.31", + "mongodb": "2.2.33", "semver": "5.4.1" }, "devDependencies": { "blanket": "1.2.3", - "coveralls": "2.13.1", - "eslint": "4.7.2", - "jsonapi-server": "3.2.1", + "coveralls": "3.0.0", + "eslint": "4.9.0", + "jsonapi-server": "3.2.2", "lokka": "1.7.0", "lokka-transport-http": "1.6.1", - "mocha": "3.5.3", + "mocha": "4.0.1", "mocha-lcov-reporter": "1.3.0", "mocha-performance": "0.1.1", "plato": "1.7.0",