From 2e4f08d5bdd93f96c8332744b6b5e68e23c54632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:21:51 +0000 Subject: [PATCH] fix(deps): update dependency node-fetch to ^2.7.0 for gatsby-source-graphql --- packages/gatsby-source-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 917f1c9a08b7b..1fdc593806d28 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -15,7 +15,7 @@ "dataloader": "^2.2.2", "gatsby-core-utils": "^4.15.0-next.0", "invariant": "^2.2.4", - "node-fetch": "^2.6.11" + "node-fetch": "^2.7.0" }, "devDependencies": { "@babel/cli": "^7.20.7",