From 2f80246ef506875e0a3d44781dabac1ddc256ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 20:17:21 +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-INFLIGHT-6095116 --- 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..c8a74343b0782 100644 --- a/benchmarks/gabe-fs-mdx/package.json +++ b/benchmarks/gabe-fs-mdx/package.json @@ -31,7 +31,7 @@ "@mdx-js/mdx": "^1", "@mdx-js/react": "^1", "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^4.10.2", "gatsby-plugin-mdx": "^1", "gatsby-source-filesystem": "^2", "react": "^16.12.0",