From 6eab2fe40927e7d1fa229690f4a5a929a8183975 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 12:41:41 +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-GATSBYPLUGINSHARP-5425803 --- 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 76872d4fb03d2..0ee87171f9c54 100644 --- a/benchmarks/source-contentful/package.json +++ b/benchmarks/source-contentful/package.json @@ -24,7 +24,7 @@ "gatsby": "^2.19.7", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.4.5", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-source-contentful": "^4.2.0", "gatsby-source-drupal": "^3.3.18", "gatsby-source-filesystem": "^2.1.48",