From 2ec0be4f5e29041ce5c47e22ca00695b1adaeaa7 Mon Sep 17 00:00:00 2001 From: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:32:39 -0400 Subject: [PATCH] fix(deps): update gaxios to 5.0.1 (#474) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 066f3ad..d910507 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "extend": "^3.0.2", - "gaxios": "^4.0.0", + "gaxios": "^5.0.1", "google-auth-library": "^8.0.2", "qs": "^6.7.0", "url-template": "^2.0.8",