0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency knex to v0.21.18

This commit is contained in:
Renovate Bot 2021-02-23 13:27:21 +00:00 committed by Daniel Lockyer
parent 73d443e0ca
commit 3adca322dc
2 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@
"jsonwebtoken": "8.5.1",
"juice": "7.0.0",
"keypair": "1.0.2",
"knex": "0.21.17",
"knex": "0.21.18",
"knex-migrator": "3.5.0",
"lodash": "4.17.21",
"mailgun-js": "0.22.0",

View file

@ -5709,10 +5709,10 @@ knex-migrator@3.5.0:
mysql "2.18.1"
sqlite3 "4.2.0"
knex@0.21.17:
version "0.21.17"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.17.tgz#f99f5b90132b9bb9c6eb5c81f0a035e0232c870f"
integrity sha512-kAt58lRwjzqwedApKF7luYPa7HsLb0oDiczwKrkZcekIzTmSow5YGK149S2C8HjH63R3NcOBo9+1rjvWnC1Paw==
knex@0.21.18:
version "0.21.18"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.18.tgz#ca16e95b8b5c0891a6b012fb3fb34185e067b0e2"
integrity sha512-hP4Qyy2LjQLsabQYc6YgDFHb+CJJBjQz1TMPTKyN85CF2NLIsZsF4FDe0NvQXeXMeak3E/kKr5iJog1JBm6ZCQ==
dependencies:
colorette "1.2.1"
commander "^6.2.0"