From 5933222d17b0409bce28c83ef806cf54c9ca7add Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:15:41 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..154c63ef7948c 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.22.0", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"