From addfbd3797ab5464c521713bb72ac7c9e3249826 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Feb 2019 22:10:58 +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 536aa3b..c4e011a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "force-array": "^3.1.0", "google-auth-library": "^0.9.6", "inherits": "^2.0.1", - "lodash": "^3.7.0", + "lodash": "^4.17.11", "request": "~2.29.0", "unique-concat": "^0.2.2", "xml2js": "~0.4.0"