From 91a2acccb661421d38797d92ce031e73361e79ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jun 2021 00:53:13 +0000 Subject: [PATCH] fix: examples/using-shopify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- examples/using-shopify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-shopify/package.json b/examples/using-shopify/package.json index 4b8ff8a15819c..d2912dccbe00e 100644 --- a/examples/using-shopify/package.json +++ b/examples/using-shopify/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36", "gatsby-source-filesystem": "^2.3.30", - "gatsby-source-shopify": "^2.2.2", + "gatsby-source-shopify": "^5.0.0", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2", "react": "^16.8.1",