From 1b524451fc77d43ff9509dffe988602f19c81377 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 01:22:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61b7d3..efbaaf7 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.17", "moment": "2.10.6", "mongoose": "4.0.5", "mongoose-q": "0.0.17",