Merge pull request #6455 from ErisDS/bookshelf-knex

deps: bookshelf@0.9.1 & knex@0.9.0
This commit is contained in:
Sebastian Gierlinger 2016-02-08 11:14:06 +01:00
commit 218c48e80d

View File

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