mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency knex to v0.21.11
This commit is contained in:
parent
489add6e5e
commit
0958e6af82
2 changed files with 19 additions and 20 deletions
|
@ -104,7 +104,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"juice": "7.0.0",
|
||||
"keypair": "1.0.1",
|
||||
"knex": "0.21.8",
|
||||
"knex": "0.21.11",
|
||||
"knex-migrator": "3.5.0",
|
||||
"lodash": "4.17.20",
|
||||
"mailgun-js": "0.22.0",
|
||||
|
|
37
yarn.lock
37
yarn.lock
|
@ -5399,6 +5399,24 @@ knex-migrator@3.5.0:
|
|||
mysql "2.18.1"
|
||||
sqlite3 "4.2.0"
|
||||
|
||||
knex@0.21.11:
|
||||
version "0.21.11"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.11.tgz#9d10bd6cd0006edfdd0d714be3dab921091170b1"
|
||||
integrity sha512-38ULvIELt9MWR8PfXoNPj/kcaAMLWnPScqIWu2Jd/XjRazS35Ti4qCPSaEvQZiOTxz/Ah0cU+jC5lstdSH5GqQ==
|
||||
dependencies:
|
||||
colorette "1.2.1"
|
||||
commander "^5.1.0"
|
||||
debug "4.1.1"
|
||||
esm "^3.2.25"
|
||||
getopts "2.2.5"
|
||||
interpret "^2.2.0"
|
||||
liftoff "3.1.0"
|
||||
lodash "^4.17.20"
|
||||
pg-connection-string "2.3.0"
|
||||
tarn "^3.0.1"
|
||||
tildify "2.0.0"
|
||||
v8flags "^3.2.0"
|
||||
|
||||
knex@0.21.6:
|
||||
version "0.21.6"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.6.tgz#3e80ae38199c41e2dfe7d1d1a38470b1de1c93e7"
|
||||
|
@ -5420,25 +5438,6 @@ knex@0.21.6:
|
|||
uuid "^7.0.3"
|
||||
v8flags "^3.2.0"
|
||||
|
||||
knex@0.21.8:
|
||||
version "0.21.8"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.8.tgz#e5c07af61ee6aa006d3468e10e3a69351deb0c26"
|
||||
integrity sha512-ziUu4vAlIGA8j2l0S4xcD1d3XdpJA4HYGhwHEhgAgefGCmB1OLSjUGCs/ebkJal42fSvAkyZaB0tcOtTXKgS5g==
|
||||
dependencies:
|
||||
colorette "1.2.1"
|
||||
commander "^5.1.0"
|
||||
debug "4.1.1"
|
||||
esm "^3.2.25"
|
||||
getopts "2.2.5"
|
||||
interpret "^2.2.0"
|
||||
liftoff "3.1.0"
|
||||
lodash "^4.17.20"
|
||||
pg-connection-string "2.3.0"
|
||||
tarn "^3.0.1"
|
||||
tildify "2.0.0"
|
||||
uuid "^7.0.3"
|
||||
v8flags "^3.2.0"
|
||||
|
||||
knex@^0.17:
|
||||
version "0.17.6"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.17.6.tgz#80220cf159cd52768d5b29118c70b18aaf5138fe"
|
||||
|
|
Loading…
Add table
Reference in a new issue