From e36b5db6b1449790f0288cb6902c2c74cfd9a6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:42:08 +0000 Subject: [PATCH] Bump knex from 0.14.6 to 0.20.1 in /example 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] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7409a91..cfb64d6 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "knex": "^0.14.4", + "knex": "^0.20.1", "knex-migrate": "^1.7.1", "sqlite3": "^4.0.6" }