From cb22a0ce7486a7733c004a207775b35ee6451fc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jun 2018 04:24:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 536aa3b..7397b64 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "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",