From 94e89e5598c4ce6855ce4ba8c1a446e24ef0e093 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Mon, 26 Oct 2020 09:23:07 +0000 Subject: [PATCH] chore(deps): update dependency gaxios to v4 --- datastore/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/functions/package.json b/datastore/functions/package.json index b499c1cc55..b0d9c97f71 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@google-cloud/functions-framework": "^1.1.1", "child-process-promise": "^2.2.1", - "gaxios": "^3.0.0", + "gaxios": "^4.0.0", "mocha": "^8.0.0", "proxyquire": "^2.1.0", "sinon": "^9.0.0",