From a75b5e438f3e4c5254b9577e1d574ee47729ebd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 00:22:03 +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-ANSIREGEX-1583908 --- examples/using-shopify/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/using-shopify/package.json b/examples/using-shopify/package.json index 4b8ff8a15819c..279172ff26ffb 100644 --- a/examples/using-shopify/package.json +++ b/examples/using-shopify/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-image": "^2.4.19", - "gatsby-plugin-manifest": "^2.4.30", + "gatsby-plugin-manifest": "^3.3.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-source-shopify": "^2.2.2", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.3.0", "prop-types": "^15.7.2", "react": "^16.8.1", "react-dom": "^16.8.1",