From b68f14a6cc22d9a34de6581f3457be718f8a57d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 07:02:40 +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-2848109 --- 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..52c407de4c7d4 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.30.5", "svgo": "^0.7.2" }, "devDependencies": {