From 7c138dc952f615902d3603fadcfbca4957b431da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 12:17:24 +0000 Subject: [PATCH] fix: examples/using-remark-copy-linked-files/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- examples/using-remark-copy-linked-files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index bde136a163c06..ee9fcbdf014b3 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -8,7 +8,7 @@ "gatsby-plugin-google-analytics": "^2.0.18", "gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-react-helmet": "^3.0.12", - "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-typography": "^2.2.13", "gatsby-remark-copy-linked-files": "^2.0.11", "gatsby-remark-images": "^3.0.10",