From 37b12594948474f8fea643047d2f2f3c1067fa29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 18:07:01 +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-AXIOS-6144788 --- 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..f8d5d53645dd9 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": "^4.0.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-remark": "^2.8.35", "prop-types": "^15.7.2",