From da9304746b9cfaf80f14c4e1ccd784cf133eaff4 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 00:04:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1727175..57f3f64 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.12", "morgan": "~1.5.1", "serve-favicon": "~2.2.0", "twitter": "^1.2.5"