From 43f928185c48fd54de0d2c40e7a213cf9329a51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 14:03:56 +0000 Subject: [PATCH] Bump knex from 0.14.6 to 0.20.3 in /api Bumps [knex](https://github.com/tgriesser/knex) from 0.14.6 to 0.20.3. - [Release notes](https://github.com/tgriesser/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/tgriesser/knex/commits) Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index ca5cc98..13dbe2c 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "dotenv": "^6.0.0", "express": "^4.16.2", "jsonwebtoken": "^8.3.0", - "knex": "^0.14.2", + "knex": "^0.20.3", "pg": "^7.4.0", "redis": "^2.8.0" },