diff --git a/package.json b/package.json index 7460495b65..3348efa8af 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bcryptjs": "2.3.0", "bluebird": "2.10.2", "body-parser": "1.14.2", - "bookshelf": "0.7.9", + "bookshelf": "0.9.1", "busboy": "0.2.12", "chalk": "1.1.1", "cheerio": "0.19.0", @@ -48,7 +48,7 @@ "intl": "1.0.1", "intl-messageformat": "1.2.0", "jsonpath": "0.2.2", - "knex": "0.7.3", + "knex": "0.9.0", "lodash": "3.10.1", "moment": "2.11.1", "morgan": "1.6.1", @@ -104,6 +104,6 @@ "top-gh-contribs": "2.0.2" }, "greenkeeper": { - "ignore": ["bookshelf", "knex", "bluebird", "glob", "lodash", "nodemailer", "showdown-ghost", "should", "supertest"] + "ignore": ["bluebird", "glob", "lodash", "nodemailer", "showdown-ghost", "should", "supertest"] } }