From ab834b2615a8a0a1741accf726406a5f0cfb8888 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 5 Jan 2021 15:24:45 +0000 Subject: [PATCH] Updated bookshelf-relations dependency to fix broken release closes https://github.com/TryGhost/Ghost/issues/12493 - the published version of `bookshelf-relations` 1.4.0 was missing the critical commit that added the new relationship config feature - v1.4.1 is a valid release --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7d49939a9b..281d24df76 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "bluebird": "3.7.2", "body-parser": "1.19.0", "bookshelf": "0.15.2", - "bookshelf-relations": "1.4.0", + "bookshelf-relations": "1.4.1", "brute-knex": "4.0.1", "bson-objectid": "1.3.1", "bthreads": "0.5.1", diff --git a/yarn.lock b/yarn.lock index 6a8806d46c..63e7365229 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1366,10 +1366,10 @@ body@^5.1.0: raw-body "~1.1.0" safe-json-parse "~1.0.1" -bookshelf-relations@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-1.4.0.tgz#88f7f53b0417d99a6a2a53b386e71fd0b113df6e" - integrity sha512-l/tf4ouBw7vLmqYdyV7MvdZKROr3Cc1+7qdVF2ejqeluZ5vDxomrFH/0ftOe7c1RdJdSSxdkuZikf5QGfjqFiw== +bookshelf-relations@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-1.4.1.tgz#10e651136193ec3edac8b30f380b66ec635634c7" + integrity sha512-CUmE7TiNh4BBYvJM05BJCT8e1XdPcClBHc6d3gIEvRlgciTx0hPAVj2zoOe4WdmzB7qU4ur/kcv/T4N4FSs3Jw== dependencies: bluebird "3.7.2" ghost-ignition "4.1.0"