From d897bdee9c75cff5e044b71bcfcaa9270c0ab65f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Feb 2024 01:45:12 +0000 Subject: [PATCH] fix: benchmarks/markdown_table/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- benchmarks/markdown_table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/markdown_table/package.json b/benchmarks/markdown_table/package.json index 0a0d4853fc581..3344366b7966c 100644 --- a/benchmarks/markdown_table/package.json +++ b/benchmarks/markdown_table/package.json @@ -14,7 +14,7 @@ "faker": "^4.1.0", "gatsby": "^2.19.5", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-transformer-remark": "^2.6.48", + "gatsby-transformer-remark": "^6.0.0", "gray-matter": "^4.0.2", "react": "^16.12.0", "react-dom": "^16.12.0",