mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency knex to v0.21.8
This commit is contained in:
parent
0ce5f87616
commit
9ac669c34c
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue