From c26d13f2955d28579c2f5ed1245f8e4f7a958d83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 02:13:30 +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-GATSBYPLUGINSHARP-5425803 --- 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..c3e164aab1346 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": "^4.25.1", "is-relative-url": "^2.0.0", "lodash": "^4.17.4", "slash": "^1.0.0",