From 920856bf61a7f20afe9ba25de828b6624334382e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:13:55 +0000 Subject: [PATCH] Bump knex from 0.17.6 to 0.20.0 in /packages/to-knex Bumps [knex](https://github.com/tgriesser/knex) from 0.17.6 to 0.20.0. - [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.0) Signed-off-by: dependabot[bot] --- packages/to-knex/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/to-knex/package.json b/packages/to-knex/package.json index 4b9030c..959849c 100644 --- a/packages/to-knex/package.json +++ b/packages/to-knex/package.json @@ -35,11 +35,11 @@ "build": "src/**.js" }, "peerDependencies": { - "knex": "^0.17.0" + "knex": "^0.20.0" }, "devDependencies": { "@thinql/parse": "^0.2.0", - "knex": "^0.17.0" + "knex": "^0.20.0" }, "engines": { "node": ">= 10"