From 367314fad5aab2c651da44d466e69e4fafbf4f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 23:32:31 +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 b20019a..43658de 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "express": "^4.17.1", - "knex": "^0.17.0", + "knex": "^0.20.1", "mysql": "^2.17.1" } }