From d7e08f3cda18f092e8d2244f21e55f437f0ca74b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jan 2023 19:20:56 +0000 Subject: [PATCH] fix: benchmarks/markdown_slug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYTRANSFORMERREMARK-3228581 --- benchmarks/markdown_slug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/markdown_slug/package.json b/benchmarks/markdown_slug/package.json index 68a1e7029e16b..1da8f00e6bf4d 100644 --- a/benchmarks/markdown_slug/package.json +++ b/benchmarks/markdown_slug/package.json @@ -23,7 +23,7 @@ "gatsby-remark-responsive-iframe": "^2.2.31", "gatsby-remark-smartypants": "^2.1.20", "gatsby-source-filesystem": "^2.1.46", - "gatsby-transformer-remark": "^2.6.48", + "gatsby-transformer-remark": "^5.25.1", "gatsby-transformer-sharp": "^2.3.13", "prismjs": "^1.19.0", "react": "^16.12.0",