From 98e3c0508c5295fd6ea4e0418879d063ec9684bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 18:06:29 +0000 Subject: [PATCH] Bump knex from 0.11.10 to 0.21.1 Bumps [knex](https://github.com/knex/knex) from 0.11.10 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.11.10...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 75a15b0..9bf4e2b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "~4.13.4", "fs": "0.0.1-security", "hbs": "~4.0.0", - "knex": "^0.11.10", + "knex": "^0.21.1", "morgan": "~1.7.0", "passport": "^0.3.2", "passport-google": "^0.3.0",