From 38f8e05a3e803a249c2faae7df9f7e93b5761afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:10:58 +0000 Subject: [PATCH] Update dependency knex-migrator to v5.2.0 --- ghost/core/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index e439c56336..93376a99ec 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -200,7 +200,7 @@ "juice": "9.1.0", "keypair": "1.0.4", "knex": "2.4.2", - "knex-migrator": "5.1.7", + "knex-migrator": "5.2.0", "lib0": "0.2.88", "lodash": "4.17.21", "luxon": "3.4.4", diff --git a/yarn.lock b/yarn.lock index cd6d1c6cbd..43da4bdf70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6886,7 +6886,7 @@ focus-trap "^6.7.2" postcss-preset-env "^7.3.1" -"@tryghost/errors@1.2.26", "@tryghost/errors@1.3.0", "@tryghost/errors@1.3.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.27", "@tryghost/errors@^1.2.3": +"@tryghost/errors@1.2.26", "@tryghost/errors@1.3.1", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.27", "@tryghost/errors@^1.2.3": version "1.3.1" resolved "https://registry.npmjs.org/@tryghost/errors/-/errors-1.3.1.tgz#32a00c5e5293c46e54d03a66da871ac34b2ab35c" integrity sha512-iZqT0vZ3NVZNq9o1HYxW00k1mcUAC+t5OLiI8O29/uQwAfy7NemY+Cabl9mWoIwgvBmw7l0Z8pHTcXMo1c+xMw== @@ -20645,13 +20645,13 @@ klona@^2.0.4, klona@^2.0.6: resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22" integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== -knex-migrator@5.1.7: - version "5.1.7" - resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-5.1.7.tgz#a3c90f59f895d50d27080f5d09d42266ef2daf26" - integrity sha512-Y9AmRS/1bDfHr7+JkdhJ72w4ioLFcrX1chrDWfdn4MRrT/JVyP8odBLe0I4vL88R+Lsve6u6bfunTbkjtf6cpw== +knex-migrator@5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-5.2.0.tgz#d28b53e2d8e4396542198c703b8b9a2a10aa1c4e" + integrity sha512-G4jd9o/v5mEen56Tl8GpfrLM+QhR+FIoZz0SjRR6+BK9kDlRVbHCiYSCd+KggtVN6YvzaiEq9DGrivTT2zY91Q== dependencies: "@tryghost/database-info" "0.3.21" - "@tryghost/errors" "1.3.0" + "@tryghost/errors" "1.3.1" "@tryghost/logging" "2.4.10" "@tryghost/promise" "0.3.4" commander "5.1.0"