From 2fafdcddc9b3a0439a38a5cc50ab611a858f7e56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 18:39:29 +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-SHARP-5922108 --- 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 b4803fa337987..b62d3744fa9fd 100644 --- a/benchmarks/source-strapi/package.json +++ b/benchmarks/source-strapi/package.json @@ -6,7 +6,7 @@ "gatsby": "^2.24.27", "gatsby-image": "^2.4.5", "gatsby-plugin-benchmark-reporting": "^0.2.14", - "gatsby-plugin-sharp": "^2.6.24", + "gatsby-plugin-sharp": "^5.10.0", "gatsby-source-filesystem": "^2.3.23", "gatsby-source-strapi": "^0.0.12", "gatsby-transformer-sharp": "^2.5.12",