From 9019e61ffb484ea5dd595ff0b678c40b16aaf8c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jan 2024 04:57:15 +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-SHARP-5922108 --- 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..b9f853c843b1b 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": "^5.10.0", "gatsby-remark-images": "^3.2.3", "gatsby-source-filesystem": "^2.2.3", "gatsby-transformer-sharp": "^2.4.5",