From 87338012f065b30b2f20bd5db999fd4167d77c30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 May 2022 19:45:10 +0000 Subject: [PATCH] Update dependency knex to v2.1.0 --- ghost/database-info/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/database-info/package.json b/ghost/database-info/package.json index 8290a37027..96fbe24942 100644 --- a/ghost/database-info/package.json +++ b/ghost/database-info/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "7.11.3", - "knex": "2.0.0", + "knex": "2.1.0", "mocha": "10.0.0", "should": "13.2.3", "sinon": "14.0.0"