From 929d32dddfd56d0d053159dd068ab9f7fbc33100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:01:58 +0000 Subject: [PATCH] Update dependency knex to v2.4.2 --- ghost/core/package.json | 2 +- ghost/data-generator/package.json | 2 +- ghost/stats-service/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 17fe1a7608..0bda445775 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -177,7 +177,7 @@ "jsonwebtoken": "8.5.1", "juice": "8.1.0", "keypair": "1.0.4", - "knex": "2.4.1", + "knex": "2.4.2", "knex-migrator": "5.1.1", "lodash": "4.17.21", "luxon": "3.2.1", diff --git a/ghost/data-generator/package.json b/ghost/data-generator/package.json index 0531d60ee1..d3daab8243 100644 --- a/ghost/data-generator/package.json +++ b/ghost/data-generator/package.json @@ -19,7 +19,7 @@ ], "devDependencies": { "c8": "7.12.0", - "knex": "2.4.1", + "knex": "2.4.2", "mocha": "10.2.0", "should": "13.2.3", "sinon": "14.0.2" diff --git a/ghost/stats-service/package.json b/ghost/stats-service/package.json index 03234cac54..6d1811c803 100644 --- a/ghost/stats-service/package.json +++ b/ghost/stats-service/package.json @@ -24,7 +24,7 @@ "@types/mocha": "10.0.1", "@types/sinon": "10.0.13", "c8": "7.12.0", - "knex": "2.4.1", + "knex": "2.4.2", "luxon": "2.5.2", "mocha": "10.2.0", "should": "13.2.3", diff --git a/yarn.lock b/yarn.lock index 8dd1b4782b..104e65029c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17920,10 +17920,10 @@ knex@2.4.0: tarn "^3.0.2" tildify "2.0.0" -knex@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.1.tgz#eff21a905e102a306a9c43ea11d984b0f54c4583" - integrity sha512-5wylehvnTOE8EdypPFakccA1zgo6Lp+TNultncvBUCUD0PasY+PLVa9qPrTFCioxPSPVha1u9ye2niAVVbLM0Q== +knex@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.2.tgz#a34a289d38406dc19a0447a78eeaf2d16ebedd61" + integrity sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg== dependencies: colorette "2.0.19" commander "^9.1.0"