From 84709c026a57f19ddc36acb48c9aa1236a13b036 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jan 2023 18:38: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-GATSBYTRANSFORMERREMARK-3228581 --- 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 48a571c7afcd3..888c980a1ae0f 100644 --- a/examples/recipe-sourcing-markdown/package.json +++ b/examples/recipe-sourcing-markdown/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.13.73", "gatsby-source-filesystem": "^2.1.16", - "gatsby-transformer-remark": "^2.6.19", + "gatsby-transformer-remark": "^5.25.1", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0",