mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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
This commit is contained in:
parent
eccd220461
commit
ab834b2615
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue