From 0cfc76045545151e777a62a3621cde2a62d3d945 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 12:36:24 +0000 Subject: [PATCH] fix: examples/using-jest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- examples/using-jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index a3fb299ee6212..820a1e5a75b20 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -9,7 +9,7 @@ "gatsby-plugin-manifest": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.7", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-source-filesystem": "^2.0.4", "gatsby-transformer-sharp": "^2.1.4", "react": "^16.5.1",