From baa5e84ce357fd7386d696ad68e958e977a68308 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 20:30:45 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- 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..8df7942a051f5 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -23,15 +23,15 @@ "dotenv": "^8.2.0", "faker": "^4.1.0", "front-matter": "^3.1.0", - "gatsby": "^2.20.23", + "gatsby": "^4.6.0", "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": "^3.13.0", "gatsby-remark-images": "^3.2.3", "gatsby-source-filesystem": "^2.2.3", - "gatsby-transformer-sharp": "^2.4.5", + "gatsby-transformer-sharp": "^3.13.0", "glob": "^7.1.6", "node-fetch": "^2.6.0", "react": "^16.12.0",