From c2e95acccf082fcf9bc0721c44bf2dd55a5bbedd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Jul 2022 22:08:29 +0000 Subject: [PATCH] fix: examples/using-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- examples/using-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 235779219f420..d267dcab07483 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -10,7 +10,7 @@ "gatsby-image": "^2.0.19", "gatsby-plugin-emotion": "^2.0.6", "gatsby-plugin-netlify": "^2.0.3", - "gatsby-plugin-sharp": "^2.0.11", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-typography": "^2.2.1", "gatsby-source-filesystem": "^2.0.7", "gatsby-transformer-sharp": "^2.1.7",