From d7ed57dd45a80859ae177eefd56e29c8b3034c1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 20:33:25 +0000 Subject: [PATCH] fix: examples/recipe-sourcing-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- examples/recipe-sourcing-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index 4b21ffcea763f..9cca4b4e48d0b 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-offline": "^2.2.10", "gatsby-source-contentful": "^2.3.46",