From 7537d9fbe6e655bfc5e908b34a0255b583ee2562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:51:08 +0000 Subject: [PATCH] Bump knex from 0.8.6 to 0.20.0 Bumps [knex](https://github.com/tgriesser/knex) from 0.8.6 to 0.20.0. - [Release notes](https://github.com/tgriesser/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/tgriesser/knex/compare/0.8.6...0.20.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a719c..b12004f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "handlebars": "^3.0.3", "jade": "^1.9.2", "jsonwebtoken": "^5.0.1", - "knex": "^0.8.6", + "knex": "^0.20.0", "markdown": "^0.5.0", "morgan": "^1.5.2", "nodemailer": "^1.3.4",