diff --git a/ghost/bookshelf-repository/package.json b/ghost/bookshelf-repository/package.json index bbf859b272..ed74e8ca6a 100644 --- a/ghost/bookshelf-repository/package.json +++ b/ghost/bookshelf-repository/package.json @@ -27,6 +27,6 @@ }, "dependencies": { "@tryghost/mongo-utils": "0.6.2", - "knex": "2.4.2" + "knex": "2.5.1" } } diff --git a/ghost/core/package.json b/ghost/core/package.json index d150526d01..ed4659f466 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -204,7 +204,7 @@ "jsonpath": "1.1.1", "jsonwebtoken": "8.5.1", "keypair": "1.0.4", - "knex": "2.4.2", + "knex": "2.5.1", "knex-migrator": "5.2.1", "lib0": "0.2.94", "lodash": "4.17.21", diff --git a/ghost/data-generator/package.json b/ghost/data-generator/package.json index 97deb478a2..2f8a8d0ba6 100644 --- a/ghost/data-generator/package.json +++ b/ghost/data-generator/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@tryghost/debug": "0.1.32", "c8": "8.0.1", - "knex": "2.4.2", + "knex": "2.5.1", "mocha": "10.2.0", "should": "13.2.3", "sinon": "15.2.0" diff --git a/ghost/stats-service/package.json b/ghost/stats-service/package.json index 0585c9025a..2292300649 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.16", "c8": "8.0.1", - "knex": "2.4.2", + "knex": "2.5.1", "luxon": "3.5.0", "mocha": "10.2.0", "should": "13.2.3", diff --git a/yarn.lock b/yarn.lock index c1de501031..1cd281af9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13139,6 +13139,11 @@ commander@5.1.0: resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== +commander@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + commander@^2.19.0, commander@^2.20.0, commander@^2.6.0: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" @@ -21735,6 +21740,26 @@ knex@2.4.2: tarn "^3.0.2" tildify "2.0.0" +knex@2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/knex/-/knex-2.5.1.tgz#a6c6b449866cf4229f070c17411f23871ba52ef9" + integrity sha512-z78DgGKUr4SE/6cm7ku+jHvFT0X97aERh/f0MUKAKgFnwCYBEW4TFBqtHWFYiJFid7fMrtpZ/gxJthvz5mEByA== + dependencies: + colorette "2.0.19" + commander "^10.0.0" + debug "4.3.4" + escalade "^3.1.1" + esm "^3.2.25" + get-package-type "^0.1.0" + getopts "2.3.0" + interpret "^2.2.0" + lodash "^4.17.21" + pg-connection-string "2.6.1" + rechoir "^0.8.0" + resolve-from "^5.0.0" + tarn "^3.0.2" + tildify "2.0.0" + knex@^0.20: version "0.20.15" resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.15.tgz#b7e9e1efd9cf35d214440d9439ed21153574679d" @@ -25245,6 +25270,11 @@ pg-connection-string@2.5.0: resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34" integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ== +pg-connection-string@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.1.tgz#78c23c21a35dd116f48e12e23c0965e8d9e2cbfb" + integrity sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg== + picocolors@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"