From 13dc423f8c656bf11a02b4d00e8eef9876eddf8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 22:34:35 +0000 Subject: [PATCH] fix: benchmarks/mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- benchmarks/mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/mdx/package.json b/benchmarks/mdx/package.json index 12682693e9691..f606a1f96344b 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -23,7 +23,7 @@ "dotenv": "^8.2.0", "faker": "^4.1.0", "front-matter": "^3.1.0", - "gatsby": "^2.20.23", + "gatsby": "^3.13.0", "gatsby-image": "^2.3.3", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-mdx": "^1.1.8",