From fd191d9e03a61f79af48957d5f36648193edf41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 22:49:11 +0000 Subject: [PATCH] Bump knex from 0.15.2 to 0.20.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index fc9cd18..cf6a069 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "bluebird": "3.2.2", - "knex": "^0.15.0", + "knex": "^0.20.1", "lodash": "^4.17.11" }, "repository": {