From 522c4885dd0a80a5dc63aa2cd1d13467b5b824f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 06:00:10 +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-SANITIZEHTML-6256334 --- 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 e436e0b2820fb..de0dd9b4e7c99 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": "^6.0.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0",