From 8c6d117b1a34d188e0e25f7c6cfac4ff69fce2f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 18:30:24 +0000 Subject: [PATCH] fix: examples/using-cypress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- examples/using-cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 2009869639e31..d6317c22b6288 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2",