From 1842f73331de526e031ce2d66a0e7f6fe0489b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:37:35 +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(-) diff --git a/package.json b/package.json index 666b91a..8a77222 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cors": "^2.8.4", "expo-cli": "^3.0.0", "express": "^4.16.4", - "knex": "^0.15.2", + "knex": "^0.20.1", "lodash": ">=4.17.13", "mysql": "^2.16.0", "nodemon": "^1.18.4",