From 03cc5241f50be546163104676f96898470e87df1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Mar 2021 21:09:55 +0000 Subject: [PATCH] fix: benchmarks/markdown_slug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- benchmarks/markdown_slug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/markdown_slug/package.json b/benchmarks/markdown_slug/package.json index 68a1e7029e16b..829a499532246 100644 --- a/benchmarks/markdown_slug/package.json +++ b/benchmarks/markdown_slug/package.json @@ -7,7 +7,7 @@ "dependencies": { "del-cli": "^3.0.0", "faker": "^4.1.0", - "gatsby": "^2.19.5", + "gatsby": "^3.0.0", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26",