From 61c4fe1bf8d7bcc724ea4d4d40fdb9697ecd514d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 14:25:05 +0000 Subject: [PATCH] fix: benchmarks/source-cosmicjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- benchmarks/source-cosmicjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-cosmicjs/package.json b/benchmarks/source-cosmicjs/package.json index 03652042173bc..29e7861694c9f 100644 --- a/benchmarks/source-cosmicjs/package.json +++ b/benchmarks/source-cosmicjs/package.json @@ -19,7 +19,7 @@ "gatsby": "^2.19.7", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.4.5", + "gatsby-plugin-sharp": "^5.10.0", "gatsby-source-cosmicjs": "^1.1.0", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14",