From 247aa0253e6eba98696413a630a57822d087460e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:18:49 +0000 Subject: [PATCH] fix: benchmarks/md/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- benchmarks/md/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/md/package.json b/benchmarks/md/package.json index 79f6247255216..7a610ac7d9a5e 100644 --- a/benchmarks/md/package.json +++ b/benchmarks/md/package.json @@ -21,15 +21,15 @@ "dotenv": "^8.2.0", "faker": "^4.1.0", "front-matter": "^3.1.0", - "gatsby": "^2.20.23", + "gatsby": "^3.13.0", "gatsby-image": "^2.3.3", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-page-creator": "^2.2.2", - "gatsby-plugin-sharp": "^2.4.12", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-remark-images": "^3.2.3", "gatsby-source-filesystem": "^2.2.3", "gatsby-transformer-remark": "^2.8.7", - "gatsby-transformer-sharp": "^2.4.5", + "gatsby-transformer-sharp": "^3.3.0", "glob": "^7.1.6", "node-fetch": "^2.6.0", "react": "^16.12.0",