0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency knex to v0.21.6

This commit is contained in:
Renovate Bot 2020-09-28 02:07:06 +00:00
parent 50f30c4f66
commit b2169da590
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@
"jsonwebtoken": "8.5.1",
"juice": "7.0.0",
"keypair": "1.0.1",
"knex": "0.21.5",
"knex": "0.21.6",
"knex-migrator": "3.4.7",
"lodash": "4.17.20",
"mailgun-js": "0.22.0",

View file

@ -5391,10 +5391,10 @@ knex@0.21.3:
uuid "^7.0.3"
v8flags "^3.2.0"
knex@0.21.5:
version "0.21.5"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.5.tgz#c4be1958488f348aed3510aa4b7115639ee1bd01"
integrity sha512-cQj7F2D/fu03eTr6ZzYCYKdB9w7fPYlvTiU/f2OeXay52Pq5PwD+NAkcf40WDnppt/4/4KukROwlMOaE7WArcA==
knex@0.21.6:
version "0.21.6"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.6.tgz#3e80ae38199c41e2dfe7d1d1a38470b1de1c93e7"
integrity sha512-gFB2q4MamYCEqzCPNgK7DMcyyAxoHhhSDnPsNDJo50Gor5ibI2n5bNRW768IG5S06k6nE3Gik5/kcoTmbsYbZw==
dependencies:
colorette "1.2.1"
commander "^5.1.0"