From 1d4f42a5ceeea6ab33bfcb2c3faffa638a3fb90c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 06:21:26 +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-JSON5-3182856 --- benchmarks/gabe-fs-mdx/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/gabe-fs-mdx/package.json b/benchmarks/gabe-fs-mdx/package.json index 43f00fce2deaa..954b697391411 100644 --- a/benchmarks/gabe-fs-mdx/package.json +++ b/benchmarks/gabe-fs-mdx/package.json @@ -31,8 +31,8 @@ "@mdx-js/mdx": "^1", "@mdx-js/react": "^1", "faker": "^4.1.0", - "gatsby": "^2", - "gatsby-plugin-mdx": "^1", + "gatsby": "^3.0.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"