From 4b934819063eb970df2249a516474e7f98112a09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 11:55:54 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index db2b0f59c799c..8a242183ca419 100644 --- a/www/package.json +++ b/www/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-nprogress": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-sitemap": "^2.0.1", "gatsby-plugin-subfont": "^1.0.1", "gatsby-plugin-twitter": "^2.0.5",