From fef8c28d4a21467c9c4292146822ee3f174d7ac8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 16:21:09 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-sharp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- packages/gatsby-plugin-sharp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index a6bc0a8d112a4..25ee75abd4bb4 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -22,7 +22,7 @@ "probe-image-size": "^5.0.0", "progress": "^2.0.3", "semver": "^7.3.2", - "sharp": "^0.25.4", + "sharp": "^0.32.6", "svgo": "1.3.2", "uuid": "3.4.0" },