From 442650459e68c0efea86459f5d601962044ecc82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Oct 2025 19:51:15 +0000 Subject: [PATCH] fix: upgrade typescript from 5.0.4 to 5.9.3 Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/f08b6748-a769-4993-be31-2f027c4e2acd?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-clerk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-clerk/package.json b/examples/with-clerk/package.json index 60d4643341eea..40d5deb536a71 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -13,6 +13,6 @@ "next": "13.4.2", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.0.4" + "typescript": "5.9.3" } }