2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Update dependency knex to v2.1.0

This commit is contained in:
Renovate Bot 2022-05-26 16:37:11 +00:00
parent 8177e36242
commit 8ed2af7c3f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 21 additions and 1 deletions

View file

@ -154,7 +154,7 @@
"jsonwebtoken": "8.5.1",
"juice": "8.0.0",
"keypair": "1.0.4",
"knex": "2.0.0",
"knex": "2.1.0",
"knex-migrator": "4.2.10",
"lodash": "4.17.21",
"luxon": "2.4.0",

View file

@ -7697,6 +7697,26 @@ knex@2.0.0:
tarn "^3.0.2"
tildify "2.0.0"
knex@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.1.0.tgz#9348aace3a08ff5be26eb1c8e838416ddf1aa216"
integrity sha512-vVsnD6UJdSJy55TvCXfFF9syfwyXNxfE9mvr2hJL/4Obciy2EPGoqjDpgRSlMruHuPWDOeYAG25nyrGvU+jJog==
dependencies:
colorette "2.0.16"
commander "^9.1.0"
debug "4.3.4"
escalade "^3.1.1"
esm "^3.2.25"
get-package-type "^0.1.0"
getopts "2.3.0"
interpret "^2.2.0"
lodash "^4.17.21"
pg-connection-string "2.5.0"
rechoir "^0.8.0"
resolve-from "^5.0.0"
tarn "^3.0.2"
tildify "2.0.0"
knex@^0.20:
version "0.20.15"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.15.tgz#b7e9e1efd9cf35d214440d9439ed21153574679d"