From b8508c5c7602c27faf9f597ce6aeacb497f63ed9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 19:58:56 +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-TRIM-1017038 --- 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..d05f9bf1adda7 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": "^4.0.0", "react": "^16.12.0", "react-dom": "^16.12.0" }