From 25234bbac3570206abd777e6ce2e6b81385762eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 May 2020 19:29:13 +0200 Subject: [PATCH] Bump knex from 0.20.15 to 0.21.1 (#90) Bumps [knex](https://github.com/knex/knex) from 0.20.15 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.20.15...0.21.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92564d0f..0cc9baba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "~13.13.4", "fastify": "^3.0.0-rc.1", "ioredis": "^4.9.0", - "knex": "^0.20.2", + "knex": "^0.21.1", "sqlite3": "^4.1.0", "standard": "^14.0.2", "tap": "^12.6.6",