From 674d372085a16d8144ea8f27aa494889b03e2752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Feb 2024 05:13:43 +0000 Subject: [PATCH] fix: upgrade gatsby from 5.8.0-next.3 to 5.13.3 Snyk has created this PR to upgrade gatsby from 5.8.0-next.3 to 5.13.3. 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..68bee7863a 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.13.3", "next-auth": "workspace:*", "react": "18.2.0", "react-dom": "18.2.0"