From e51a7f8c3daa5012a0f4b92447ea481ddf4127d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 20:24:31 +0000 Subject: [PATCH] Bump knex from 0.15.2 to 0.20.1 in /packages/redux-devtools-cli Bumps [knex](https://github.com/tgriesser/knex) from 0.15.2 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.15.2...0.20.1) Signed-off-by: dependabot[bot] --- packages/redux-devtools-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 7b9acce7..704d1aed 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -43,7 +43,7 @@ "graphql": "^0.13.0", "graphql-server-express": "^1.4.0", "graphql-tools": "^4.0.3", - "knex": "^0.15.2", + "knex": "^0.20.1", "lodash": "^4.15.0", "minimist": "^1.2.0", "morgan": "^1.7.0",