From 23764128ed58c0a9e01013ca5d9377fae5feb8dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 06:45:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed017f7e..bee5650e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cfenv": "^1.0.3", "fast-csv": "*", "googleapis": "^12.1.0", - "lodash": "^3.10.1", + "lodash": "^4.17.5", "minimist": "*", "node-schedule": "^0.1.13", "snyk": "^1.19.1"