From 684d1385a0334db48faae0783a66cc72d88288e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 15:06:48 +0000 Subject: [PATCH] Bump knex from 0.16.5 to 0.20.1 Bumps [knex](https://github.com/tgriesser/knex) from 0.16.5 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.16.5...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 94d24fc..65813a3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "jsonwebtoken": "^8.5.1", - "knex": "^0.16.5", + "knex": "^0.20.1", "koa": "^2.7.0", "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0",