From 516fd2680de2750c6c5e5ce4772192b21b7b040d Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 10 Jul 2014 16:09:40 +0100 Subject: [PATCH] Upgrading bookshelf to 0.7.6 & knex to 0.6.21 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ac6f5fdfc..0853b289a8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "bcryptjs": "0.7.10", "body-parser": "1.0.2", - "bookshelf": "0.7.1", + "bookshelf": "0.7.6", "busboy": "0.0.12", "colors": "0.6.2", "compression": "^1.0.2", @@ -46,7 +46,7 @@ "express-hbs": "0.7.10", "express-session": "1.0.4", "fs-extra": "0.8.1", - "knex": "0.6.12", + "knex": "0.6.21", "lodash": "2.4.1", "moment": "2.4.0", "morgan": "1.0.0",