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:
parent
4dcb229b35
commit
cc26c9aa9f
2 changed files with 5 additions and 5 deletions
|
@ -148,7 +148,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"juice": "8.0.0",
|
||||
"keypair": "1.0.4",
|
||||
"knex": "1.0.6",
|
||||
"knex": "1.0.7",
|
||||
"knex-migrator": "4.2.6",
|
||||
"lodash": "4.17.21",
|
||||
"luxon": "2.3.1",
|
||||
|
|
|
@ -7795,10 +7795,10 @@ 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==
|
||||
knex@1.0.7:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-1.0.7.tgz#965f4490efc451b140aac4c5c6efa39fd877597b"
|
||||
integrity sha512-89jxuRATt4qJMb9ZyyaKBy0pQ4d5h7eOFRqiNFnUvsgU+9WZ2eIaZKrAPG1+F3mgu5UloPUnkVE5Yo2sKZUs6Q==
|
||||
dependencies:
|
||||
colorette "2.0.16"
|
||||
commander "^9.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue