From 95cd8c86b6d620de8656f0b9519c4857606ddf2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 21:56:51 +0000 Subject: [PATCH] fix: benchmarks/source-strapi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- benchmarks/source-strapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-strapi/package.json b/benchmarks/source-strapi/package.json index 866791c28bca8..f49c09676020d 100644 --- a/benchmarks/source-strapi/package.json +++ b/benchmarks/source-strapi/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.1.0", "dependencies": { - "gatsby": "^2.24.27", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.5", "gatsby-plugin-benchmark-reporting": "^0.2.14", "gatsby-plugin-sharp": "^2.6.24",