From e7af34c0af8e417c90d183e83edeb83d237367ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:46:08 +0000 Subject: [PATCH] Bump knex from 0.7.3 to 0.19.5 Bumps [knex](https://github.com/tgriesser/knex) from 0.7.3 to 0.19.5. - [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.7.3...0.19.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 390d32c..ac51aeb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "devDependencies": { "bookshelf": "0.7.9", - "knex": "0.7.3", + "knex": "0.19.5", "sqlite3": "^3.0.5" } }