From 9755da88cc28fddf47aea8b9dc46566d51b80460 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Feb 2019 22:18:13 +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 cc5e0ba..984965a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "litecore-message": "^1.0.5", "body-parser": "^1.13.3", "compression": "^1.6.1", - "lodash": "^2.4.1", + "lodash": "^4.17.11", "lru-cache": "^4.0.1", "morgan": "^1.7.0", "request": "^2.64.0"