From 54407bf57571128630afde45021053964b6bc931 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 01:40:39 +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-TRIMNEWLINES-1298042 --- 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 4abd96afe7355..bcd41c6014b98 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -9,7 +9,7 @@ "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.7", "gatsby-plugin-netlify": "^1.0.0", - "gatsby-plugin-sharp": "^1.6.10", + "gatsby-plugin-sharp": "^2.0.16", "gatsby-plugin-typography": "^1.7.10", "gatsby-source-filesystem": "^1.5.1", "gatsby-transformer-sharp": "^1.6.12",