From c401e6671dbf1719b7cffc5ecc2d831307d22006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 04:03:44 +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 65711cb03b74d..a232fc513c465 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -19,7 +19,7 @@ "potrace": "^2.1.1", "probe-image-size": "^4.0.0", "progress": "^1.1.8", - "sharp": "^0.20.2", + "sharp": "^0.32.6", "svgo": "^0.7.2" }, "devDependencies": {