From 29e7ebfe0b700057a4bd4389d5d632b9033be510 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 8 Jun 2018 18:45:11 +0000 Subject: [PATCH] fix(package): update hook-std to version 1.0.0 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e5abba19..32c29274 100644 --- a/index.js +++ b/index.js @@ -179,7 +179,7 @@ async function callFail(plugins, options, error) { module.exports = async opts => { logger.log(`Running %s version %s`, pkg.name, pkg.version); - const unhook = hookStd({silent: false}, hideSensitive); + const {unhook} = hookStd({silent: false}, hideSensitive); try { const config = await getConfig(opts, logger); const {plugins, options} = config; diff --git a/package.json b/package.json index 0939a936..1efcc2e8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "get-stream": "^3.0.0", "git-log-parser": "^1.2.0", "git-url-parse": "^9.0.0", - "hook-std": "^0.4.0", + "hook-std": "^1.0.1", "hosted-git-info": "^2.6.0", "lodash": "^4.17.4", "marked": "^0.4.0",