mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Update dependency knex to v2.4.0
This commit is contained in:
parent
ab26c474f1
commit
608d4eb6d2
4 changed files with 23 additions and 3 deletions
|
@ -174,7 +174,7 @@
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"juice": "8.1.0",
|
"juice": "8.1.0",
|
||||||
"keypair": "1.0.4",
|
"keypair": "1.0.4",
|
||||||
"knex": "2.3.0",
|
"knex": "2.4.0",
|
||||||
"knex-migrator": "5.1.0",
|
"knex-migrator": "5.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"luxon": "3.0.3",
|
"luxon": "3.0.3",
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"knex": "2.3.0",
|
"knex": "2.4.0",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
"sinon": "14.0.2"
|
"sinon": "14.0.2"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@types/mocha": "10.0.1",
|
"@types/mocha": "10.0.1",
|
||||||
"@types/sinon": "10.0.13",
|
"@types/sinon": "10.0.13",
|
||||||
"c8": "7.12.0",
|
"c8": "7.12.0",
|
||||||
"knex": "2.3.0",
|
"knex": "2.4.0",
|
||||||
"luxon": "2.5.2",
|
"luxon": "2.5.2",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -17601,6 +17601,26 @@ knex@2.3.0:
|
||||||
tarn "^3.0.2"
|
tarn "^3.0.2"
|
||||||
tildify "2.0.0"
|
tildify "2.0.0"
|
||||||
|
|
||||||
|
knex@2.4.0:
|
||||||
|
version "2.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.0.tgz#7d33cc36f320cdac98741010544b4c6a98b8b19e"
|
||||||
|
integrity sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==
|
||||||
|
dependencies:
|
||||||
|
colorette "2.0.19"
|
||||||
|
commander "^9.1.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.5.0"
|
||||||
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue