From 2c74727c432800529a4e0c6b08305088b9d00f14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 May 2023 00:13:40 +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-SOCKETIOPARSER-5596892 --- 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..8e6184703f1f2 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": "^4.25.4", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"