From f660259ce1983c813a5d7926d21ef2a51483ff67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 16:18:49 +0000 Subject: [PATCH] Bump knex from 0.14.6 to 0.20.1 in /packages/example-munchit Bumps [knex](https://github.com/tgriesser/knex) from 0.14.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.14.6...0.20.1) Signed-off-by: dependabot[bot] --- packages/example-munchit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example-munchit/package.json b/packages/example-munchit/package.json index 6257ba1..78e3d70 100644 --- a/packages/example-munchit/package.json +++ b/packages/example-munchit/package.json @@ -90,7 +90,7 @@ "graphql-server-express": "^1.3.4", "graphql-tag": "^2.8.0", "graphql-tools": "^2.24.0", - "knex": "^0.14.6", + "knex": "^0.20.1", "knex-logger": "^0.1.0", "lodash-es": "^4.17.5", "morgan": "^1.8.1",