From 9caef184137f44d4cd3f2df4b924289691c932a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 07:42:53 +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-AXIOS-6144788 --- 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 f777b341db202..0c6cbb098c006 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": "^4.0.0", "gatsby-image": "^2.3.3", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-mdx": "^1.1.8",