From bf568d78efd9e4777c32cd58cda451b72a0b364f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 04:30:34 +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-POSTCSS-1255640 --- 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",