From f67a7416f6464a47396b60e187938dc73ac453bd Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 24 Feb 2020 10:26:53 -0800 Subject: [PATCH] fix: if GCF environment detected, increase library timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccfd23ca..c1515fc9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ecdsa-sig-formatter": "^1.0.11", "fast-text-encoding": "^1.0.0", "gaxios": "^2.1.0", - "gcp-metadata": "^3.3.0", + "gcp-metadata": "^3.4.0", "gtoken": "^4.1.0", "jws": "^4.0.0", "lru-cache": "^5.0.0"