From eb418811e22e34b2261a1e879cbf020096eca6db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 01:09:07 +0000 Subject: [PATCH] fix: benchmarks/source-wordpress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- benchmarks/source-wordpress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-wordpress/package.json b/benchmarks/source-wordpress/package.json index 8def5cf487d2a..edf21de82a2e9 100644 --- a/benchmarks/source-wordpress/package.json +++ b/benchmarks/source-wordpress/package.json @@ -18,7 +18,7 @@ "cross-env": "^7.0.0", "dotenv": "^8.2.0", "faker": "^4.1.0", - "gatsby": "^2.21.18", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.3", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-sharp": "^2.6.2",