From 1fccdf200e1f47b5ca6ea48196e66bd25419e85c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 14:38:55 +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 eb6ad26430d8d..4047991b93b62 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -17,7 +17,7 @@ "potrace": "^2.1.1", "probe-image-size": "^3.2.0", "progress": "^1.1.8", - "sharp": "^0.20.0", + "sharp": "^0.32.6", "svgo": "^0.7.2" }, "devDependencies": {