From 6adc46ec668a539ab75f7b99600d05182f8bf6d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 04:57:06 +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-PHIN-6598077 --- benchmarks/mdx/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/mdx/package.json b/benchmarks/mdx/package.json index 12682693e9691..a2878f3ca714d 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -28,10 +28,10 @@ "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-mdx": "^1.1.8", "gatsby-plugin-page-creator": "^2.2.2", - "gatsby-plugin-sharp": "^2.4.12", - "gatsby-remark-images": "^3.2.3", + "gatsby-plugin-sharp": "^3.15.0", + "gatsby-remark-images": "^5.12.0", "gatsby-source-filesystem": "^2.2.3", - "gatsby-transformer-sharp": "^2.4.5", + "gatsby-transformer-sharp": "^3.15.0", "glob": "^7.1.6", "node-fetch": "^2.6.0", "react": "^16.12.0",