From 111961517f0394ba9605314a4a5b2a978d1715f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 18:45:49 +0000 Subject: [PATCH] fix: upgrade typescript from 5.1.3 to 5.5.2 Snyk has created this PR to upgrade typescript from 5.1.3 to 5.5.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/aeae5705-be1f-4254-954e-5a1ad4f940bf?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-supabase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index 6ac8d3142b0b9..b19f4dbb872ab 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -14,7 +14,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", - "typescript": "5.1.3" + "typescript": "5.5.2" }, "devDependencies": { "@types/node": "20.3.1",