0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Update dependency knex to v0.20.14

This commit is contained in:
Renovate Bot 2020-04-14 02:32:48 +00:00
parent 6fb11a6ccc
commit 9af9f8bed5
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 26 additions and 5 deletions

View file

@ -97,7 +97,7 @@
"jsonwebtoken": "8.5.1",
"juice": "6.0.0",
"keypair": "1.0.1",
"knex": "0.20.13",
"knex": "0.20.14",
"knex-migrator": "3.4.3",
"lodash": "4.17.15",
"mailgun-js": "0.22.0",

View file

@ -5207,10 +5207,10 @@ knex-migrator@3.4.3:
mysql "^2.16.0"
sqlite3 "^4.0.6"
knex@0.20.13, knex@^0.20.13:
version "0.20.13"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.13.tgz#056c310d963f7efce1b3c7397576add1323f1146"
integrity sha512-YVl//Te0G5suc+d9KyeI6WuhtgVlxu6HXYQB+WqrccFkSZAbHqlqZlUMogYG3UoVq69c3kiFbbxgUNkrO0PVfg==
knex@0.20.14:
version "0.20.14"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.14.tgz#607d46a067f37ba2ea50be9aa8fbffef9ff72d12"
integrity sha512-RUBIydapgYGguzuw/YQ3+9TPm6d1qkzEQ7XlmLdFuVkn6GsaZhDHSNX1ycInRZZT8j2blHb7YjTXgLKRCHMI0Q==
dependencies:
colorette "1.1.0"
commander "^4.1.1"
@ -5251,6 +5251,27 @@ knex@^0.17:
uuid "^3.3.2"
v8flags "^3.1.3"
knex@^0.20.13:
version "0.20.13"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.13.tgz#056c310d963f7efce1b3c7397576add1323f1146"
integrity sha512-YVl//Te0G5suc+d9KyeI6WuhtgVlxu6HXYQB+WqrccFkSZAbHqlqZlUMogYG3UoVq69c3kiFbbxgUNkrO0PVfg==
dependencies:
colorette "1.1.0"
commander "^4.1.1"
debug "4.1.1"
esm "^3.2.25"
getopts "2.2.5"
inherits "~2.0.4"
interpret "^2.0.0"
liftoff "3.1.0"
lodash "^4.17.15"
mkdirp "^0.5.1"
pg-connection-string "2.1.0"
tarn "^2.0.0"
tildify "2.0.0"
uuid "^7.0.1"
v8flags "^3.1.3"
lazystream@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4"