mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Bump ghost-ignition to version 2.9.1
no issue - fixes a bug, which can slow down the process when using loggly transport
This commit is contained in:
parent
bcb55103f3
commit
e986ce4af7
@ -52,7 +52,7 @@
|
||||
"extract-zip": "1.6.6",
|
||||
"fs-extra": "3.0.1",
|
||||
"ghost-gql": "0.0.9",
|
||||
"ghost-ignition": "2.9.0",
|
||||
"ghost-ignition": "2.9.1",
|
||||
"ghost-storage-base": "0.0.1",
|
||||
"glob": "5.0.15",
|
||||
"got": "7.1.0",
|
||||
|
19
yarn.lock
19
yarn.lock
@ -2130,7 +2130,24 @@ ghost-gql@0.0.9:
|
||||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
|
||||
ghost-ignition@2.9.0, ghost-ignition@^2.8.16:
|
||||
ghost-ignition@2.9.1:
|
||||
version "2.9.1"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.1.tgz#582191c5413b17935431040f10a12a23a5ace628"
|
||||
dependencies:
|
||||
bunyan "1.8.5"
|
||||
bunyan-loggly "^1.3.1"
|
||||
caller "1.0.1"
|
||||
debug "^2.6.9"
|
||||
find-root "1.0.0"
|
||||
fs-extra "^3.0.1"
|
||||
json-stringify-safe "^5.0.1"
|
||||
lodash "^4.16.4"
|
||||
moment "^2.15.2"
|
||||
nconf "^0.10.0"
|
||||
prettyjson "^1.1.3"
|
||||
uuid "^3.0.0"
|
||||
|
||||
ghost-ignition@^2.8.16:
|
||||
version "2.9.0"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.0.tgz#2018a749a2a4d86e590abda0d70cca45393a8b2e"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user