0
Fork 0
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:
Renovate Bot 2020-08-10 06:05:05 +00:00
parent b56c858109
commit e2adc10a52
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View file

@ -100,7 +100,7 @@
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"juice": "7.0.0", "juice": "7.0.0",
"keypair": "1.0.1", "keypair": "1.0.1",
"knex": "0.21.2", "knex": "0.21.3",
"knex-migrator": "3.4.6", "knex-migrator": "3.4.6",
"lodash": "4.17.19", "lodash": "4.17.19",
"mailgun-js": "0.22.0", "mailgun-js": "0.22.0",

View file

@ -5274,10 +5274,10 @@ knex@0.21.1:
uuid "^7.0.3" uuid "^7.0.3"
v8flags "^3.1.3" v8flags "^3.1.3"
knex@0.21.2: knex@0.21.3:
version "0.21.2" version "0.21.3"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.2.tgz#716e2f515aa55575eb812b4c7f58e532a3de6a12" resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.3.tgz#e9de972d290c96419ecaa792a0cd308aca9e4564"
integrity sha512-hNp9f3yXCHtMrhV2pVsuCNYmPlgXhyqviMQGLBd9zdF03ZqCO9MPng0oYhNMgIs+vDr55VC6tjEbF1OQ1La7Kg== integrity sha512-XENKsDdeKmn5yBENTRoik5AOlrxhjTUbDuML6iX7TtOtFHQ5rTfuUce7jk9UVKKmxgbzyA0wsSKWs6xfRgAwfA==
dependencies: dependencies:
colorette "1.2.1" colorette "1.2.1"
commander "^5.1.0" commander "^5.1.0"