From ef577eb1418bfc136c0f57607ddfda3b4c3ab87b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:07:30 +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-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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..8aeb7040b7b95 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": "^3.13.0", "react": "^16.3.2", "react-dom": "^16.3.2" }