From 05fe9a82c8233c01b3dac3afcc35bf04a2c75a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:40:53 +0000 Subject: [PATCH] fix(deps): update dependency node-fetch to ^2.7.0 for gatsby-plugin-benchmark-reporting --- packages/gatsby-plugin-benchmark-reporting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index a4dc97ba7dbf8..6e5bb085ec1c1 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.20.13", "fast-glob": "^3.2.12", "gatsby-core-utils": "^4.15.0-next.0", - "node-fetch": "^2.6.11" + "node-fetch": "^2.7.0" }, "peerDependencies": { "gatsby": "^5.0.0-next"