From 02ed091e87e45818abc8b159ee0a10656928f030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:22:17 +0000 Subject: [PATCH] fix(deps): update dependency node-fetch to ^2.7.0 for gatsby-source-shopify --- packages/gatsby-source-shopify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index eea4ef4fc946b..847b49d1193f1 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -27,7 +27,7 @@ "gatsby-core-utils": "^4.15.0-next.0", "gatsby-plugin-utils": "^4.15.0-next.0", "gatsby-source-filesystem": "^5.15.0-next.0", - "node-fetch": "^2.6.11", + "node-fetch": "^2.7.0", "sharp": "^0.32.6", "shift-left": "^0.1.5" },