From 26f07dfd58901562f1c98a46182afb193c9eee9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 10:06:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a608fef..e4bdb72 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "ejs": "^2.5.5", "express": "~4.16.0", "express-session": "~1.15.6", - "lodash": "^2.4.1", + "lodash": "^4.17.11", "method-override": "~2.3.10", "moment": "~2.19.3", "mongoose": "~4.11.14",