From 1f81cac6ce9900137b590717689650b1e6913d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 22:48:52 +0000 Subject: [PATCH] Bump knex from 0.12.9 to 0.20.1 Bumps [knex](https://github.com/tgriesser/knex) from 0.12.9 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.12.9...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 6515ded..8c93ff6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "feathers-rest": "^1.5.0", "feathers-socketio": "^1.4.1", "json-loader": "^0.5.4", - "knex": "^0.12.1", + "knex": "^0.20.1", "lodash": "^4.16.1", "moment": "^2.15.0", "motion-ui": "^1.2.2",