From f45072c8143497a05b6cb606692378550d01f2df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:32:46 +0000 Subject: [PATCH] fix: benchmarks/gabe-fs-markdown/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- benchmarks/gabe-fs-markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-fs-markdown/package.json b/benchmarks/gabe-fs-markdown/package.json index 542ba2a24ec3e..69c72d7e207e9 100644 --- a/benchmarks/gabe-fs-markdown/package.json +++ b/benchmarks/gabe-fs-markdown/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^3.13.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-remark": "^2", "react": "^16.12.0",