From 50e1eb055c0a78e1998a90014a87200b9cd9266a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 17:14:43 +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-2848109 --- 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 4b4d7fdc0a6a4..0c76dc252b3ab 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -9,11 +9,11 @@ "gatsby-image": "^2.4.19", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-drupal": "^3.5.33", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^4.8.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-typography": "^0.16.19",