From bd267c7ae7cbac4b980a255a5e90e2421687c2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:56:26 +0000 Subject: [PATCH] Bump knex from 0.14.6 to 0.20.1 in /web Bumps [knex](https://github.com/tgriesser/knex) from 0.14.6 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.14.6...0.20.1) Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index bf42c4a..bbd0bc2 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ "duck-check": "~2.0.2", "express": "~4.16.2", "jsonwebtoken": "~8.1.1", - "knex": "~0.14.4", + "knex": "~0.20.1", "pg-promise": "~7.4.1", "redis": "~2.8.0", "socket.io": "~2.0.4",