From 2f97fc09af766c527403909ae19d49b9e797550f Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 12 Jul 2019 01:25:39 +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 e61b7d3..aeb239d 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.12", "moment": "2.10.6", "mongoose": "4.0.5", "mongoose-q": "0.0.17",