mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency knex to v2.5.1
This commit is contained in:
parent
046b06fe72
commit
bb9f7fd992
5 changed files with 34 additions and 4 deletions
|
@ -27,6 +27,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/mongo-utils": "0.6.2",
|
"@tryghost/mongo-utils": "0.6.2",
|
||||||
"knex": "2.4.2"
|
"knex": "2.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
"jsonpath": "1.1.1",
|
"jsonpath": "1.1.1",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"keypair": "1.0.4",
|
"keypair": "1.0.4",
|
||||||
"knex": "2.4.2",
|
"knex": "2.5.1",
|
||||||
"knex-migrator": "5.2.1",
|
"knex-migrator": "5.2.1",
|
||||||
"lib0": "0.2.94",
|
"lib0": "0.2.94",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tryghost/debug": "0.1.32",
|
"@tryghost/debug": "0.1.32",
|
||||||
"c8": "8.0.1",
|
"c8": "8.0.1",
|
||||||
"knex": "2.4.2",
|
"knex": "2.5.1",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
"sinon": "15.2.0"
|
"sinon": "15.2.0"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@types/mocha": "10.0.1",
|
"@types/mocha": "10.0.1",
|
||||||
"@types/sinon": "10.0.16",
|
"@types/sinon": "10.0.16",
|
||||||
"c8": "8.0.1",
|
"c8": "8.0.1",
|
||||||
"knex": "2.4.2",
|
"knex": "2.5.1",
|
||||||
"luxon": "3.5.0",
|
"luxon": "3.5.0",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
|
|
30
yarn.lock
30
yarn.lock
|
@ -13139,6 +13139,11 @@ commander@5.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
||||||
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
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:
|
commander@^2.19.0, commander@^2.20.0, commander@^2.6.0:
|
||||||
version "2.20.3"
|
version "2.20.3"
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
||||||
|
@ -21735,6 +21740,26 @@ knex@2.4.2:
|
||||||
tarn "^3.0.2"
|
tarn "^3.0.2"
|
||||||
tildify "2.0.0"
|
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:
|
knex@^0.20:
|
||||||
version "0.20.15"
|
version "0.20.15"
|
||||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.15.tgz#b7e9e1efd9cf35d214440d9439ed21153574679d"
|
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"
|
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
|
||||||
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
|
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:
|
picocolors@^0.2.1:
|
||||||
version "0.2.1"
|
version "0.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
|
||||||
|
|
Loading…
Reference in a new issue