2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Update dependency knex to v0.21.8

This commit is contained in:
Renovate Bot 2020-10-27 09:07:04 +00:00 committed by Daniel Lockyer
parent 0ce5f87616
commit 9ac669c34c
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.7",
"knex": "0.21.8",
"knex-migrator": "3.5.0",
"lodash": "4.17.20",
"mailgun-js": "0.22.0",

View file

@ -5401,10 +5401,10 @@ knex@0.21.6:
uuid "^7.0.3"
v8flags "^3.2.0"
knex@0.21.7:
version "0.21.7"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.7.tgz#c36e957d59504c250c98f39fd3bf6d9815cad636"
integrity sha512-f9DHi2nx2jHfza9JErcHxEi0ZLK7+kQhK7XtDIP5ud2k9MYbV5EpwneNJRppSdYAkqXkKeqlHWDcd7OYbLiB9A==
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"