From ef0d11932c8bc31db260d4804e7c0e4084b59e36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jul 2018 21:23:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4c638d..83ff25f 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "dependencies": { "async": "^0.9.0", "chalk": "^1.0.0", - "lodash": "^3.4.0", - "node-wit": "^1.1.0", + "lodash": "^4.17.5", + "node-wit": "^3.0.0", "q": "^1.2.0", "winston": "^0.9.0" },