From baee023c9939e0a76aef5c950de3e26005b38528 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 15:01:36 +0000 Subject: [PATCH] feat: upgrade gaxios from 5.0.2 to 6.7.1 Snyk has created this PR to upgrade gaxios from 5.0.2 to 6.7.1. See this package in npm: gaxios See this project in Snyk: https://app.snyk.io/org/cachiman/project/43d11d98-df53-4952-8a8e-45972735a107?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/policy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/policy/package.json b/packages/policy/package.json index d36c2fa2856..1edd5c890d6 100644 --- a/packages/policy/package.json +++ b/packages/policy/package.json @@ -31,7 +31,7 @@ "dependencies": { "@google-cloud/bigquery": "^6.0.2", "code-suggester": "^4.1.0", - "gaxios": "^5.0.1", + "gaxios": "^6.7.1", "gcf-utils": "^14.2.0", "jsonwebtoken": "^9.0.0", "lru-cache": "^7.14.0",