From 887e2925fbeb7484393b0fe70d7cab170804edf4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 19:11:16 +0000 Subject: [PATCH] fix: packages/gatsby-remark-images/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- packages/gatsby-remark-images/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 50c5e947a9b9a..d2c933a311f63 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -9,7 +9,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "cheerio": "^1.0.0-rc.2", - "gatsby-plugin-sharp": "^1.6.41", + "gatsby-plugin-sharp": "^2.5.1", "is-relative-url": "^2.0.0", "lodash": "^4.17.4", "slash": "^1.0.0",