From 84540ac04a44aefed479edd4082f2de28a3d6c47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jan 2023 05:42:32 +0000 Subject: [PATCH] fix: benchmarks/gabe-fs-markdown/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYTRANSFORMERREMARK-3228581 --- benchmarks/gabe-fs-markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-fs-markdown/package.json b/benchmarks/gabe-fs-markdown/package.json index 542ba2a24ec3e..c53bc7113157e 100644 --- a/benchmarks/gabe-fs-markdown/package.json +++ b/benchmarks/gabe-fs-markdown/package.json @@ -31,7 +31,7 @@ "faker": "^4.1.0", "gatsby": "^2", "gatsby-source-filesystem": "^2", - "gatsby-transformer-remark": "^2", + "gatsby-transformer-remark": "^5.25.1", "react": "^16.12.0", "react-dom": "^16.12.0" }