From d64d9d1e6e54555fa8966b835fe8d616e51898d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 19:15:33 +0000 Subject: [PATCH] fix: examples/recipe-sourcing-markdown/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- examples/recipe-sourcing-markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipe-sourcing-markdown/package.json b/examples/recipe-sourcing-markdown/package.json index 72a107b3f2031..ba76ba727560e 100644 --- a/examples/recipe-sourcing-markdown/package.json +++ b/examples/recipe-sourcing-markdown/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-remark": "^2.8.35", "prop-types": "^15.7.2",