From f57a514a028640c004fb61543a119866f75106ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:30:59 +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-ANSIREGEX-1583908 --- 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..6882acd278995 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.6.0", "react": "^16.3.2", "react-dom": "^16.3.2" }