From b0b159dd8579adc0b4f6faca49fe5f0756b4f2e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jan 2025 16:01:39 +0000 Subject: [PATCH] fix: upgrade typescript from 5.0.4 to 5.7.3 Snyk has created this PR to upgrade typescript from 5.0.4 to 5.7.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/344a7a27-3b47-43e2-b769-369bda4a4758?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..c10d8742fd445 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.7.3" } }