From ca915361cedc81bf7e751ffbdad475f54fa18978 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 07:36:51 +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-INFLIGHT-6095116 --- benchmarks/mdx/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/mdx/package.json b/benchmarks/mdx/package.json index f777b341db202..612baa0d78868 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -19,20 +19,20 @@ "@mdx-js/mdx": "^1.6.1", "@mdx-js/react": "^1.6.1", "cross-env": "^7.0.0", - "del-cli": "^3.0.0", + "del-cli": "^4.0.0", "dotenv": "^8.2.0", "faker": "^4.1.0", "front-matter": "^3.1.0", - "gatsby": "^2.20.23", + "gatsby": "^4.10.2", "gatsby-image": "^2.3.3", "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.22.0", "gatsby-remark-images": "^3.2.3", "gatsby-source-filesystem": "^2.2.3", "gatsby-transformer-sharp": "^2.4.5", - "glob": "^7.2.3", + "glob": "^9.0.0", "node-fetch": "^2.6.0", "react": "^16.12.0", "react-dom": "^16.12.0",