From e5d258a3e0cdaa5efd0fdcc9420175448b89605b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 18:13:20 +0000 Subject: [PATCH] fix: benchmarks/create-pages/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 - https://snyk.io/vuln/SNYK-JS-DATALOADER-8248488 --- benchmarks/create-pages/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/create-pages/package.json b/benchmarks/create-pages/package.json index 77e2fd7c1b803..5c255a54d8c46 100644 --- a/benchmarks/create-pages/package.json +++ b/benchmarks/create-pages/package.json @@ -8,7 +8,7 @@ "serve": "gatsby serve" }, "dependencies": { - "gatsby": "^2.0.0-beta.76", + "gatsby": "^4.22.0", "react": "^16.3.2", "react-dom": "^16.3.2" }