From 11468e6191a7786f2a45b948c3ba0593057a6fec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 11:39:03 +0000 Subject: [PATCH] fix: e2e-tests/gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- e2e-tests/gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/gatsby-image/package.json b/e2e-tests/gatsby-image/package.json index 6c385e77b02e3..aefb3c1305c25 100644 --- a/e2e-tests/gatsby-image/package.json +++ b/e2e-tests/gatsby-image/package.json @@ -10,7 +10,7 @@ "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-source-filesystem": "^2.0.20", "gatsby-transformer-sharp": "^2.1.13", "react": "^16.8.0",