Update dependency knex-migrator to v4.2.10

This commit is contained in:
Renovate Bot 2022-05-17 07:28:38 +00:00 committed by Daniel Lockyer
parent 64fd6f21fa
commit bfc2ddec84
2 changed files with 6 additions and 11 deletions

View File

@ -153,7 +153,7 @@
"juice": "8.0.0", "juice": "8.0.0",
"keypair": "1.0.4", "keypair": "1.0.4",
"knex": "2.0.0", "knex": "2.0.0",
"knex-migrator": "4.2.9", "knex-migrator": "4.2.10",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "2.4.0", "luxon": "2.4.0",
"mailgun-js": "0.22.0", "mailgun-js": "0.22.0",

View File

@ -1586,11 +1586,6 @@
"@tryghost/tpl" "^0.1.4" "@tryghost/tpl" "^0.1.4"
lodash "^4.17.21" lodash "^4.17.21"
"@tryghost/database-info@0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.4.tgz#86f7e9da0766534a0f48ea65f7052523806a2a35"
integrity sha512-UXstzJtIMZuy+OhVg5IC6I9OlFD9Ws3DPgyW5j/DlJpNG6reysHwqlLt97iQ3VpW2IW1DQS5uxQKcJReXOnA/w==
"@tryghost/database-info@0.3.5": "@tryghost/database-info@0.3.5":
version "0.3.5" version "0.3.5"
resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.5.tgz#81b77dc976142a8bbbec81f58d56e89c05a1ecdc" resolved "https://registry.yarnpkg.com/@tryghost/database-info/-/database-info-0.3.5.tgz#81b77dc976142a8bbbec81f58d56e89c05a1ecdc"
@ -7591,12 +7586,12 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
knex-migrator@4.2.9: knex-migrator@4.2.10:
version "4.2.9" version "4.2.10"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-4.2.9.tgz#1cfe532641ec3cd8871ef9d58b1b9ba06a369fae" resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-4.2.10.tgz#549b01be2deff4702904a5d0acfced89eed13868"
integrity sha512-Nsol+U65QSPR/SOVq/UbJiMDQFcg1RPVNRx73mlIxK/LOil2We9cLMoxBJHhfiqY/erp8j5FjhBKcdBm41tmBg== integrity sha512-cE1VBdm55XZ1HUyVy8EWFHITDbBGcRGrBFPnIMDrsYlF/rNzOoHslaOV+Nx+CQFD3hNAc6Ywh2qALNhykk8bcQ==
dependencies: dependencies:
"@tryghost/database-info" "0.3.4" "@tryghost/database-info" "0.3.5"
"@tryghost/logging" "2.1.8" "@tryghost/logging" "2.1.8"
bluebird "3.7.2" bluebird "3.7.2"
commander "5.1.0" commander "5.1.0"