From e985531104243f3aa8ed5db1da56288d346d786a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 22:25:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:brace-expansion:20170302 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d964689..d6d9ffb 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "babel-preset-node6": "^11.0.0", "babel-register": "^6.18.0", "chalk": "^1.1.3", - "liftoff": "^2.3.0", + "liftoff": "^2.4.0", "minimist": "^1.2.0", "stream-to-promise": "^2.2.0", "subdir": "^0.0.3",