From 20151b047208d7c26bf0cc706e0b9d6211e05c7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 01:14:18 +0000 Subject: [PATCH] fix: benchmarks/source-datocms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- benchmarks/source-datocms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-datocms/package.json b/benchmarks/source-datocms/package.json index d001e0e701202..44138e6969f34 100644 --- a/benchmarks/source-datocms/package.json +++ b/benchmarks/source-datocms/package.json @@ -22,7 +22,7 @@ "gatsby": "^2.19.7", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.4.5", + "gatsby-plugin-sharp": "^5.12.1", "gatsby-source-datocms": "^2.1.27", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14",