From 734f251def790a18e62e97aa353ce71af4d0ae4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Apr 2023 04:49:44 +0000 Subject: [PATCH] fix: benchmarks/mdx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 --- benchmarks/mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/mdx/package.json b/benchmarks/mdx/package.json index f777b341db202..1aee30c567382 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-mdx": "^1.1.8", "gatsby-plugin-page-creator": "^2.2.2", - "gatsby-plugin-sharp": "^2.4.12", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-remark-images": "^3.2.3", "gatsby-source-filesystem": "^2.2.3", "gatsby-transformer-sharp": "^2.4.5",