mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Update dependency knex to v2.1.0
This commit is contained in:
parent
8177e36242
commit
8ed2af7c3f
2 changed files with 21 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"juice": "8.0.0",
|
||||
"keypair": "1.0.4",
|
||||
"knex": "2.0.0",
|
||||
"knex": "2.1.0",
|
||||
"knex-migrator": "4.2.10",
|
||||
"lodash": "4.17.21",
|
||||
"luxon": "2.4.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -7697,6 +7697,26 @@ knex@2.0.0:
|
|||
tarn "^3.0.2"
|
||||
tildify "2.0.0"
|
||||
|
||||
knex@2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-2.1.0.tgz#9348aace3a08ff5be26eb1c8e838416ddf1aa216"
|
||||
integrity sha512-vVsnD6UJdSJy55TvCXfFF9syfwyXNxfE9mvr2hJL/4Obciy2EPGoqjDpgRSlMruHuPWDOeYAG25nyrGvU+jJog==
|
||||
dependencies:
|
||||
colorette "2.0.16"
|
||||
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