mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update ghost-ignition to version 2.8.9 🚀 (#8139)
* chore(package): update ghost-ignition to version 2.8.9 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
0d2f9c6aa8
commit
234e27ff87
2 changed files with 19 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
"fs-extra": "2.0.0",
|
||||
"ghost-editor": "0.1.10",
|
||||
"ghost-gql": "0.0.6",
|
||||
"ghost-ignition": "2.8.8",
|
||||
"ghost-ignition": "2.8.9",
|
||||
"glob": "5.0.15",
|
||||
"gscan": "0.2.1",
|
||||
"html-to-text": "3.2.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -2083,7 +2083,23 @@ ghost-gql@0.0.6:
|
|||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
|
||||
ghost-ignition@2.8.8, ghost-ignition@^2.8.2, ghost-ignition@^2.8.7:
|
||||
ghost-ignition@2.8.9:
|
||||
version "2.8.9"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.8.9.tgz#8cb2ab812ce5f8e803c3cca869176c6dd0e0098b"
|
||||
dependencies:
|
||||
bunyan "1.8.5"
|
||||
bunyan-loggly "1.1.0"
|
||||
caller "1.0.1"
|
||||
debug "^2.2.0"
|
||||
find-root "1.0.0"
|
||||
json-stringify-safe "5.0.1"
|
||||
lodash "^4.16.4"
|
||||
moment "^2.15.2"
|
||||
nconf "0.8.4"
|
||||
node-uuid "1.4.7"
|
||||
prettyjson "1.1.3"
|
||||
|
||||
ghost-ignition@^2.8.2, ghost-ignition@^2.8.7:
|
||||
version "2.8.8"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.8.8.tgz#84b783de984a60a38d57bae9210e3a29c92a5450"
|
||||
dependencies:
|
||||
|
@ -4071,7 +4087,7 @@ moment@2.15.2:
|
|||
version "2.15.2"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.15.2.tgz#1bfdedf6a6e345f322fe956d5df5bd08a8ce84dc"
|
||||
|
||||
moment@2.17.1, "moment@>= 2.6.0", moment@^2.10.6:
|
||||
moment@2.17.1, "moment@>= 2.6.0", moment@^2.10.6, moment@^2.15.2:
|
||||
version "2.17.1"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.17.1.tgz#fed9506063f36b10f066c8b59a144d7faebe1d82"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue