From f01ee40e25544ed4cd7872efee7dd2ddac045eb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 19:08:51 +0000 Subject: [PATCH] fix: benchmarks/gabe-csv-markdown/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DATALOADER-8248488 --- benchmarks/gabe-csv-markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-csv-markdown/package.json b/benchmarks/gabe-csv-markdown/package.json index 907cf33c6b1d9..5d357bebd5abf 100644 --- a/benchmarks/gabe-csv-markdown/package.json +++ b/benchmarks/gabe-csv-markdown/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^4.22.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-csv": "^2", "gatsby-transformer-remark": "^2",