From 0db8ad2b2d6bfe935e6e13639c785218b812e58a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jun 2021 23:35:56 +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-CSSWHAT-1298035 --- 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..5b3b08acaa5aa 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": "^3.0.0", "gatsby-plugin-mdx": "^1", "gatsby-source-filesystem": "^2", "react": "^16.12.0",