From 58dc45f692b09bd632803b33b111802779ec50ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:53:07 +0000 Subject: [PATCH] Bump knex from 0.8.6 to 0.20.1 Bumps [knex](https://github.com/tgriesser/knex) from 0.8.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.8.6...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 628c411..cb47c9e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "ip": "^1.1.0", "joi": "^9.1.1", "keypather": "^1.10.1", - "knex": "^0.8.6", + "knex": "^0.20.1", "loadenv": "^2.1.0", "moment": "^2.17.1", "pg": "^4.4.0",