0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency knex to v0.21.12

This commit is contained in:
Renovate Bot 2020-11-02 11:56:49 +00:00 committed by Daniel Lockyer
parent dc51d997f8
commit 614e1f6641
2 changed files with 5 additions and 5 deletions

View file

@ -104,7 +104,7 @@
"jsonwebtoken": "8.5.1",
"juice": "7.0.0",
"keypair": "1.0.1",
"knex": "0.21.11",
"knex": "0.21.12",
"knex-migrator": "3.5.0",
"lodash": "4.17.20",
"mailgun-js": "0.22.0",

View file

@ -5399,10 +5399,10 @@ 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==
knex@0.21.12:
version "0.21.12"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.12.tgz#961bdb484311eb853030f6f49bd5bf9eca89dc51"
integrity sha512-AEyyiTM9p/x/Pb38TPZkvphKPmn8UWxP7MdIphzjAOielOfFFeU6pjP6y3M7UJ7rxrQsCrAYHwdonLQ3l1JCDw==
dependencies:
colorette "1.2.1"
commander "^5.1.0"