From c0d2717fea11d1ff0fc2f75d37d5618110ac8d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 05:52:32 +0000 Subject: [PATCH] fix: upgrade gatsby from 5.12.4 to 5.12.11 Snyk has created this PR to upgrade gatsby from 5.12.4 to 5.12.11. See this package in npm: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/30e15eb4-9686-495e-88f4-46670a53aeac?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 128b18da16606..37e1104db7feb 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^5.12.4", + "gatsby": "^5.12.11", "react": "^18.2.0", "react-dom": "^18.2.0" },