From f0e63dc3e21dc35a5e3e789a2d16a31dad50a58a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Dec 2021 22:54:19 +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-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- 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..9e2cddb1bee3b 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.0.0", "gatsby-image": "^2.3.3", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-mdx": "^1.1.8",