From fa48104526c80b2296ea2f255df19d81985cbfde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:18:19 +0000 Subject: [PATCH] fix: benchmarks/gabe-fs-text/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- benchmarks/gabe-fs-text/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-fs-text/package.json b/benchmarks/gabe-fs-text/package.json index d09bbbfcfc29a..63da62868fb7a 100644 --- a/benchmarks/gabe-fs-text/package.json +++ b/benchmarks/gabe-fs-text/package.json @@ -28,7 +28,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^3.13.0", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"