From 644adc876e70cafdc4e8a8d3abd570627d3a11a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 05:49:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48eae3bd..f0c24792 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.16", "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",