mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Bump bookshelf-relations to version 0.1.4
no issue - patch release with two fixes: - 1. attach target models in batches - 2. ensure we detach the bookshelf model event from new targets, otherwise we can run into memory leaks
This commit is contained in:
parent
ae741b1a18
commit
fccfa7614d
@ -35,7 +35,7 @@
|
||||
"bluebird": "3.5.1",
|
||||
"body-parser": "1.18.2",
|
||||
"bookshelf": "0.10.3",
|
||||
"bookshelf-relations": "0.1.3",
|
||||
"bookshelf-relations": "0.1.4",
|
||||
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/37439f56965b17d29bb4ff9b3f3222b2f4bd6ce3",
|
||||
"bson-objectid": "1.2.2",
|
||||
"chalk": "1.1.3",
|
||||
|
@ -534,9 +534,9 @@ body-parser@~1.14.0:
|
||||
raw-body "~2.1.5"
|
||||
type-is "~1.6.10"
|
||||
|
||||
bookshelf-relations@0.1.3:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-0.1.3.tgz#aa403b0fdb1bb76c67119bdae1106f6e6342b128"
|
||||
bookshelf-relations@0.1.4:
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/bookshelf-relations/-/bookshelf-relations-0.1.4.tgz#b4ec82cff35b371747e4fc30d8c2acc2e333bc48"
|
||||
dependencies:
|
||||
bluebird "^3.4.1"
|
||||
ghost-ignition "^2.8.16"
|
||||
|
Loading…
Reference in New Issue
Block a user