From 6dc47f2ff2f8efc5e6b1345160d227c5f5ae06d8 Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Tue, 5 Feb 2019 10:13:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20errors=20for=20missing?= =?UTF-8?q?=20sharp=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #10421 --- package.json | 2 +- yarn.lock | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7472dfeced..be077efcef 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "express-session": "1.15.6", "extract-zip": "1.6.7", "fs-extra": "3.0.1", - "ghost-ignition": "3.0.0", + "ghost-ignition": "3.0.1", "ghost-storage-base": "0.0.3", "glob": "5.0.15", "got": "8.3.2", diff --git a/yarn.lock b/yarn.lock index 45cd92af1d..9854975aaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2325,6 +2325,23 @@ ghost-ignition@3.0.0: prettyjson "^1.1.3" uuid "^3.0.0" +ghost-ignition@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-3.0.1.tgz#ec4dbc070b66d98973a57a2959b1247fcf038fed" + dependencies: + bunyan "1.8.12" + bunyan-loggly "^1.3.1" + caller "1.0.1" + debug "^2.6.9" + find-root "1.1.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.9.6: version "2.9.6" resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.9.6.tgz#cc8358f0a356bae490e5abeca3c3bda8383352fe"