From d70713742b0658239e0fa723a73409930b44fbe9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 17:13:46 +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-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-IMMER-1540542 - https://snyk.io/vuln/SNYK-JS-PROMPTS-1729737 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- 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 a44bfd2719fb8..a5b06757718c6 100644 --- a/benchmarks/create-pages/package.json +++ b/benchmarks/create-pages/package.json @@ -9,7 +9,7 @@ "serve": "gatsby serve" }, "dependencies": { - "gatsby": "^3.4.0", + "gatsby": "^4.14.0", "react": "^17.0.2", "react-dom": "^17.0.2" },