mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Update dependency knex to v2.3.0
This commit is contained in:
parent
87a97726c6
commit
36ac8ccb41
2 changed files with 21 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"juice": "8.1.0",
|
||||
"keypair": "1.0.4",
|
||||
"knex": "2.2.0",
|
||||
"knex": "2.3.0",
|
||||
"knex-migrator": "5.0.4",
|
||||
"lodash": "4.17.21",
|
||||
"luxon": "3.0.3",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -14978,6 +14978,26 @@ knex@2.2.0:
|
|||
tarn "^3.0.2"
|
||||
tildify "2.0.0"
|
||||
|
||||
knex@2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-2.3.0.tgz#87fa2a9553d7cafb125d7a0645256fbe29ef5967"
|
||||
integrity sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==
|
||||
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:
|
||||
version "0.20.15"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.15.tgz#b7e9e1efd9cf35d214440d9439ed21153574679d"
|
||||
|
|
Loading…
Add table
Reference in a new issue