From d1816e11fa6d13a6cedb51540c7116be87bfaa71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 22:10:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3562aa2..f7df32a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "body-parser": "^1.13.3", "express": "^4.13.3", - "lodash": "^3.10.1", + "lodash": "^4.17.16", "mongodb": "^2.0.43", "yargs": "^3.26.0" },