From b9b9b7a95493d996137e6f157b3d1ae494af7ce9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 16:40:02 +0000 Subject: [PATCH] fix: benchmarks/gabe-json-text/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- benchmarks/gabe-json-text/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-json-text/package.json b/benchmarks/gabe-json-text/package.json index d4967a0206f2a..85e8edc689f68 100644 --- a/benchmarks/gabe-json-text/package.json +++ b/benchmarks/gabe-json-text/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^5.0.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-json": "^2", "react": "^16.12.0",