From 72e403f9a86edd2e337758c3b2df39e053f25513 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 01:53:23 +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-NORMALIZEURL-1296539 --- 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..d314a1f4b214a 100644 --- a/examples/using-shopify/package.json +++ b/examples/using-shopify/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^2.2.10",