From 4e0e0d962048122c3b9308934ac609fa0f6f7ad9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 06:11:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for 401ode/analytics-reporter: https://snyk.io/test/github/401ode/analytics-reporter --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ed017f7e..7781ab68 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "aws-sdk": "*", "cfenv": "^1.0.3", "fast-csv": "*", - "googleapis": "^12.1.0", - "lodash": "^3.10.1", + "googleapis": "^16.0.0", + "lodash": "^4.17.5", "minimist": "*", "node-schedule": "^0.1.13", "snyk": "^1.19.1"