mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency knex to v0.21.3
This commit is contained in:
parent
b56c858109
commit
e2adc10a52
2 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"juice": "7.0.0",
|
||||
"keypair": "1.0.1",
|
||||
"knex": "0.21.2",
|
||||
"knex": "0.21.3",
|
||||
"knex-migrator": "3.4.6",
|
||||
"lodash": "4.17.19",
|
||||
"mailgun-js": "0.22.0",
|
||||
|
|
|
@ -5274,10 +5274,10 @@ knex@0.21.1:
|
|||
uuid "^7.0.3"
|
||||
v8flags "^3.1.3"
|
||||
|
||||
knex@0.21.2:
|
||||
version "0.21.2"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.2.tgz#716e2f515aa55575eb812b4c7f58e532a3de6a12"
|
||||
integrity sha512-hNp9f3yXCHtMrhV2pVsuCNYmPlgXhyqviMQGLBd9zdF03ZqCO9MPng0oYhNMgIs+vDr55VC6tjEbF1OQ1La7Kg==
|
||||
knex@0.21.3:
|
||||
version "0.21.3"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.3.tgz#e9de972d290c96419ecaa792a0cd308aca9e4564"
|
||||
integrity sha512-XENKsDdeKmn5yBENTRoik5AOlrxhjTUbDuML6iX7TtOtFHQ5rTfuUce7jk9UVKKmxgbzyA0wsSKWs6xfRgAwfA==
|
||||
dependencies:
|
||||
colorette "1.2.1"
|
||||
commander "^5.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue