From 28086ec2fad8bdb5c559188426d9eea4e333f36e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 16:58:02 +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-SHARP-5922108 --- examples/image-processing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index c435f9d464dc3..89fd00f04a0a2 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -9,11 +9,11 @@ "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": "^5.10.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^2.2.0", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^5.10.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-typography": "^0.16.13",