From 51269088a10b49a6912afbdb389f08842dd8d686 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 01:49:54 +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 f3cb73b..69aae12 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "express-session": "~1.0.2", "errorhandler": "~1.0.0", "compression": "~1.0.1", - "lodash": "~3.10.1", + "lodash": "~4.17.12", "ejs": "~0.8.4", "composable-middleware": "^0.3.0", "connect-mongo": "^0.8.1"