From 35427e8310204c7647b3df9102093cb00bb2a723 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 16:29:34 +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 73db2d869a99d..aad709749484d 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -21,7 +21,7 @@ "potrace": "^2.1.1", "probe-image-size": "^4.0.0", "progress": "^1.1.8", - "sharp": "^0.21.0", + "sharp": "^0.30.5", "svgo": "^0.7.2" }, "devDependencies": {