From c6fcfc83eadbd99bb299cfb6b8f6b9d2e605dd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 10:47:45 +0000 Subject: [PATCH] Bump knex from 0.15.2 to 0.20.1 Bumps [knex](https://github.com/tgriesser/knex) from 0.15.2 to 0.20.1. - [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.15.2...0.20.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3637b4d..7faffbd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "ejs": "~2.5.7", "express": "~4.16.0", "http-errors": "^1.6.3", - "knex": "^0.15.0", + "knex": "^0.20.1", "line-diff": "^2.1.0", "moment": "^2.24.0", "morgan": "~1.9.0",