From e8b9dc263f8fdd5df0dd555a375a640e3882ee4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:41:15 +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 0df36b92ab966..e49cbd355078d 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" },