From 4c2bd9365192cdf94dc0464755eaa44038c74792 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 09:00:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1727175..80e9845 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "debug": "~2.1.1", "ejs": "~2.1.4", "express": "~4.11.0", - "lodash": "^3.5.0", + "lodash": "^4.17.5", "morgan": "~1.5.1", "serve-favicon": "~2.2.0", "twitter": "^1.2.5"