Update dependency knex to v1.0.6

This commit is contained in:
Renovate Bot 2022-04-12 11:23:34 +00:00
parent baf9c1b61b
commit 89ea9de5a5
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 21 additions and 1 deletions

View File

@ -148,7 +148,7 @@
"jsonwebtoken": "8.5.1",
"juice": "8.0.0",
"keypair": "1.0.4",
"knex": "1.0.5",
"knex": "1.0.6",
"knex-migrator": "4.2.6",
"lodash": "4.17.21",
"luxon": "2.3.1",

View File

@ -7795,6 +7795,26 @@ knex@1.0.5:
tarn "^3.0.2"
tildify "2.0.0"
knex@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/knex/-/knex-1.0.6.tgz#4b72050bd5569dd3c758f766d8b0932928dd0284"
integrity sha512-J9jYxo0ttDJz6fCfWaBrQ16mkXQvh/FjNL+7x11IqCy/2nq8vpv1MWMBPMK9UwXYiTPdn/EU4bg1KP6eXjOVEA==
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"