From 5bb98fb5cc5cc2fd76397feb8ea99734dbef9d46 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 18 Jul 2019 22:18:38 +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 b161763..7353c92 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.12", "lru-cache": "^4.0.1", "morgan": "^1.7.0", "request": "^2.64.0",