From 03e306f3f9c0228668983028726c63e7900cfff5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 19:56:35 +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-TRIM-1017038 --- 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..fe1578382a562 100644 --- a/examples/recipe-sourcing-markdown/package.json +++ b/examples/recipe-sourcing-markdown/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^4.0.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0",