From b12d1ea8ef40c3cbad2fe2d6b39a4460b67163b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jan 2024 03:28:54 +0000 Subject: [PATCH] fix: benchmarks/gabe-yaml-text/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- benchmarks/gabe-yaml-text/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-yaml-text/package.json b/benchmarks/gabe-yaml-text/package.json index a661e61963573..399883a9cd835 100644 --- a/benchmarks/gabe-yaml-text/package.json +++ b/benchmarks/gabe-yaml-text/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^4.0.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-yaml": "^2", "react": "^16.12.0",