From f156480c02962268836105d424c2614cd79b755f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 18:56:41 +0000 Subject: [PATCH] Bump knex from 0.16.5 to 0.21.1 Bumps [knex](https://github.com/knex/knex) from 0.16.5 to 0.21.1. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/compare/0.16.5...0.21.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 9f9acc0..e3441c3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "express": "^4.16.4", "helmet": "^3.16.0", "jsonwebtoken": "^8.5.1", - "knex": "^0.16.5", + "knex": "^0.21.1", "sqlite3": "^4.0.6" }, "devDependencies": {