From 570064852f4a10cfa44b5e63a0f2fbe9b6037bdb Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Mon, 5 Aug 2024 14:36:11 -0700 Subject: [PATCH] chore(deps): Update minimum `node-fetch` (#1638) --- gax/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gax/package.json b/gax/package.json index 828a463ac..558712d7d 100644 --- a/gax/package.json +++ b/gax/package.json @@ -16,7 +16,7 @@ "abort-controller": "^3.0.0", "duplexify": "^4.0.0", "google-auth-library": "^9.3.0", - "node-fetch": "^2.6.1", + "node-fetch": "^2.7.0", "object-hash": "^3.0.0", "proto3-json-serializer": "^2.0.2", "retry-request": "^7.0.0", @@ -30,7 +30,7 @@ "@types/mocha": "^9.0.0", "@types/ncp": "^2.0.1", "@types/node": "^20.5.0", - "@types/node-fetch": "^2.5.4", + "@types/node-fetch": "^2.6.11", "@types/object-hash": "^3.0.0", "@types/proxyquire": "^1.3.28", "@types/pumpify": "^1.4.1",