deps: bookshelf@0.9.1 & knex@0.9.0

refs: #6103

- dependency upgrade only, code changes to follow
This commit is contained in:
Hannah Wolfe 2015-10-16 18:01:15 +01:00
parent 6f18fcabfa
commit 1b6690a345

View File

@ -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"]
}
}