From b5098d98df233bf1572516de4065fd2bf18e904f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 06:57:48 +0000 Subject: [PATCH] Bump knex from 0.17.6 to 0.20.1 Bumps [knex](https://github.com/tgriesser/knex) from 0.17.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/commits/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 88c388c..e93e25a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", - "knex": "^0.17.6", + "knex": "^0.20.1", "pg": "^7.11.0", "pino": "^5.12.6", "pino-http": "^4.2.0",