From c41a001731012753b95082602f363b543fb78df3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 14:02:59 +0000 Subject: [PATCH] fix: starters/hello-world/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- starters/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index 3e51edef5b609..639a806eea3f7 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^5.13.2", "react": "^17.0.1", "react-dom": "^17.0.1" },