From 326962c05eec0c5cc8491e058baf8892ce3846b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:07:51 +0000 Subject: [PATCH] Bump knex from 0.8.6 to 0.20.8 Bumps [knex](https://github.com/knex/knex) from 0.8.6 to 0.20.8. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef80be..6278697 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "^4.13.0", "express-handlebars": "^2.0.1", "express-session": "^1.11.3", - "knex": "^0.8.6", + "knex": "^0.20.8", "memcached": "^2.1.0", "moment": "^2.10.6", "moment-timezone": "^0.4.0",