From f18aca6c13e46b1f00546e510600d146c7e7e83c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 07:05:19 +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-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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 e5243d1883606..7a5a01b092278 100644 --- a/benchmarks/gabe-fs-mdx/package.json +++ b/benchmarks/gabe-fs-mdx/package.json @@ -31,8 +31,8 @@ "dependencies": { "@mdx-js/react": "^2", "faker": "^4.1.0", - "gatsby": "^4", - "gatsby-plugin-mdx": "^3", + "gatsby": "^5.0.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^4", "react": "^17", "react-dom": "^17"