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

Update dependency knex to v1.0.7

This commit is contained in:
Renovate Bot 2022-04-14 11:51:39 +00:00 committed by Daniel Lockyer
parent 4dcb229b35
commit cc26c9aa9f
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -7795,10 +7795,10 @@ knex@1.0.5:
tarn "^3.0.2" tarn "^3.0.2"
tildify "2.0.0" tildify "2.0.0"
knex@1.0.6: knex@1.0.7:
version "1.0.6" version "1.0.7"
resolved "https://registry.yarnpkg.com/knex/-/knex-1.0.6.tgz#4b72050bd5569dd3c758f766d8b0932928dd0284" resolved "https://registry.yarnpkg.com/knex/-/knex-1.0.7.tgz#965f4490efc451b140aac4c5c6efa39fd877597b"
integrity sha512-J9jYxo0ttDJz6fCfWaBrQ16mkXQvh/FjNL+7x11IqCy/2nq8vpv1MWMBPMK9UwXYiTPdn/EU4bg1KP6eXjOVEA== integrity sha512-89jxuRATt4qJMb9ZyyaKBy0pQ4d5h7eOFRqiNFnUvsgU+9WZ2eIaZKrAPG1+F3mgu5UloPUnkVE5Yo2sKZUs6Q==
dependencies: dependencies:
colorette "2.0.16" colorette "2.0.16"
commander "^9.1.0" commander "^9.1.0"