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

Update dependency knex-migrator to v5.0.4

This commit is contained in:
renovate[bot] 2022-08-31 06:53:35 +00:00
parent 0c28fc2286
commit 5a359be582
2 changed files with 8 additions and 13 deletions

View file

@ -158,7 +158,7 @@
"juice": "8.1.0",
"keypair": "1.0.4",
"knex": "2.2.0",
"knex-migrator": "5.0.3",
"knex-migrator": "5.0.4",
"lodash": "4.17.21",
"luxon": "3.0.3",
"moment": "2.24.0",

View file

@ -3230,11 +3230,6 @@
"@tryghost/root-utils" "^0.3.15"
nconf "^0.12.0"
"@tryghost/database-info@0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.8.tgz#77af1a8a930986d3b3cef14e4dd5928be4c4bdcc"
integrity sha512-fs034LgcOlyvVwQtaaRPuZW1AF1ac6/UMb5UxdO0/sreMiO30Y5mVuOBqET6CbWKLKOK6WVvVgmGIgyddH0Qrg==
"@tryghost/database-info@0.3.9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.9.tgz#76a995a5ec489e0adf55699223cd91e372584552"
@ -14757,14 +14752,14 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
knex-migrator@5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-5.0.3.tgz#c3f8f3a4f1fe59adbc68e5bbd9f1931297d75bb9"
integrity sha512-p0ffo+5MBftGa+FKVYL6nVK/fznMXchf6gTaM+lwT4kJtdZ0N2iUwPQEIXo/LPlfQHA6waomivGmnGh2Ef+h1g==
knex-migrator@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-5.0.4.tgz#1e2a0530bffdb432c4d9c29a1fde9171d82a3565"
integrity sha512-/d3cmt5KxGFVSAHZF34vIYhy0wV2RlL+zT/ROTciZTBADcLFIahDCQ9IzwAZjJbKbgOpAGL0mOqjSu64M3R6wQ==
dependencies:
"@tryghost/database-info" "0.3.8"
"@tryghost/errors" "1.2.14"
"@tryghost/logging" "2.2.3"
"@tryghost/database-info" "0.3.9"
"@tryghost/errors" "1.2.15"
"@tryghost/logging" "2.2.4"
bluebird "3.7.2"
commander "5.1.0"
compare-ver "2.0.2"