From 6faf2b06d4a9b5c3176d549e7cbd7a673f8dab4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 10:14:05 +0000 Subject: [PATCH] fix: benchmarks/gabe-fs-mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699 --- benchmarks/gabe-fs-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-fs-mdx/package.json b/benchmarks/gabe-fs-mdx/package.json index 43f00fce2deaa..2a8b9e28f2499 100644 --- a/benchmarks/gabe-fs-mdx/package.json +++ b/benchmarks/gabe-fs-mdx/package.json @@ -32,7 +32,7 @@ "@mdx-js/react": "^1", "faker": "^4.1.0", "gatsby": "^2", - "gatsby-plugin-mdx": "^1", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"