From 44af0bf64f9fda8b1b2c1b33d5f3a11b0f2ee4f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 00:10:33 +0000 Subject: [PATCH] fix: benchmarks/gabe-csv-text/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- benchmarks/gabe-csv-text/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-csv-text/package.json b/benchmarks/gabe-csv-text/package.json index 658d8d6afc2e7..e57182fa80604 100644 --- a/benchmarks/gabe-csv-text/package.json +++ b/benchmarks/gabe-csv-text/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^3.0.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-csv": "^2", "react": "^16.12.0",