From 81182aa76d5982e7ff12e0157b8df7ba65481615 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 03:40:11 +0000 Subject: [PATCH] fix: benchmarks/source-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- benchmarks/source-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-contentful/package.json b/benchmarks/source-contentful/package.json index 601c44c1e562f..42ff2d830f94e 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -21,7 +21,7 @@ "contentful-management": "^5.14.0", "cross-env": "^7.0.0", "dotenv": "^8.2.0", - "gatsby": "^2.19.7", + "gatsby": "^3.0.0", "gatsby-plugin-benchmark-reporting": "*", "gatsby-image": "^2.2.40", "gatsby-plugin-sharp": "^2.4.5",