From 9c966988bf2a1def134b76d95dee6bba5572deb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Jun 2018 04:21:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 536aa3b..74fe46f 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "dependencies": { "async": "^1.3.0", "force-array": "^3.1.0", - "google-auth-library": "^0.9.6", + "google-auth-library": "^0.10.0", "inherits": "^2.0.1", "lodash": "^3.7.0", - "request": "~2.29.0", + "request": "~2.50.0", "unique-concat": "^0.2.2", "xml2js": "~0.4.0" },