From dc02c0f81d874935816f354cbe5df7d84e5cc5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:51:20 +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 4ac84d514477a..a85076e06702f 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.14.0-next.2", - "node-fetch": "^2.6.11" + "node-fetch": "^2.7.0" }, "peerDependencies": { "gatsby": "^5.0.0-next"