From c089c49ccf152f5e6304727c9da6b17190166586 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 11:50:18 +0000 Subject: [PATCH] fix: examples/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- examples/image-processing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index 51007fdcb8375..1f5e7086d88fb 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -9,7 +9,7 @@ "gatsby-image": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^3.0.0", "gatsby-source-filesystem": "^2.0.1",