From 85767747e00e7d5f44a80305d19c7e8729893116 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Nov 2023 20:16:01 +0000 Subject: [PATCH] fix: upgrade gatsby from 5.8.0-next.3 to 5.12.7 Snyk has created this PR to upgrade gatsby from 5.8.0-next.3 to 5.12.7. See this package in npm: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/dca2e9c3-af28-4092-95db-059fac7d1940?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/playgrounds/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playgrounds/gatsby/package.json b/apps/playgrounds/gatsby/package.json index ec328fc39b..fd2031d269 100644 --- a/apps/playgrounds/gatsby/package.json +++ b/apps/playgrounds/gatsby/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "dotenv": "16.0.0", - "gatsby": "5.8.0-next.3", + "gatsby": "5.12.7", "next-auth": "workspace:*", "react": "18.2.0", "react-dom": "18.2.0"