From 5f6d10823583b2bfcfccef619ce850419b5847ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 06:26:23 +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 0de17dd..a85c42c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "async": "~2.1.4", "cfenv": "*", "nconfig": "*", - "lodash": "~3.9.3", + "lodash": "~4.17.11", "bunyan": "^1.3.2", "bunyan-console-stream": "^0.1.0", "moment": "^2.10.3",