From ab6ce98c14d1fc08d7b80c0d0abafba26a8c21c3 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 7 Feb 2019 02:34:45 +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 07103c4..4953590 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bluebird": "^2.3.11", "body-parser": "^1.9.0", "express": "^4.9.7", - "lodash": "^2.4.1", + "lodash": "^4.17.11", "moment": "^2.8.3", "path": "^0.4.9", "querystring": "^0.2.0",