From aba8ec63a58fd74eaf97aede1d500d1e8d5c7a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 17:39:06 +0000 Subject: [PATCH] Bump knex from 0.12.9 to 0.20.10 Bumps [knex](https://github.com/knex/knex) from 0.12.9 to 0.20.10. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf15c1..fbe2729 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/harish2704/knex-json-query#readme", "devDependencies": { - "knex": "^0.12.6", + "knex": "^0.20.10", "simple-mocha": "0.0.9" } }