From e66514e5bb29619a27c137781a7bae5f6d6f9855 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 03:56:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for hubdotcom/nuts: https://snyk.io/test/github/hubdotcom/nuts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48eae3bd..2dbbc54c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "express-useragent": "0.1.9", "feed": "^0.3.0", "github-webhook-handler": "0.5.0", - "lodash": "3.7.0", + "lodash": "4.17.5", "lru-diskcache": "1.1.1", - "octocat": "0.10.2", + "octocat": "1.0.0", "q": "1.2.0", "request": "2.60.0", "semver": "5.0.1",