From 1f981590d7398831bc3c37f18816d2132f9d5d5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:31:12 +0000 Subject: [PATCH] fix(deps): update dependency node-fetch to v3 --- gcp/synthetic-monitor/mocha-e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/synthetic-monitor/mocha-e2e/package.json b/gcp/synthetic-monitor/mocha-e2e/package.json index 20bf4362..169f2115 100644 --- a/gcp/synthetic-monitor/mocha-e2e/package.json +++ b/gcp/synthetic-monitor/mocha-e2e/package.json @@ -13,7 +13,7 @@ "chai": "^4.3.0", "dotenv": "^16.4.5", "mocha-url-ok": "file:", - "node-fetch": "^2.6.0", + "node-fetch": "^3.0.0", "puppeteer": "^22.8.2" }, "author": "Google Inc.",