From 17119c572742577ded20181d5fc12d399f0b462d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 01:25:26 +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 e61b7d3..24e45a3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bitcoinjs-message": "2.0.0", "body-parser": "1.13.2", "express": "4.13.1", - "lodash": "3.10.0", + "lodash": "4.17.16", "moment": "2.10.6", "mongoose": "4.0.5", "mongoose-q": "0.0.17",