From 56ddff02331442f6a0c9affd06ef023ab456f4e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 May 2025 02:49:32 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.5 to 5.8.3 Snyk has created this PR to upgrade typescript from 4.9.5 to 5.8.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/nerds-github/project/cd0ad9f1-9f38-4860-92f7-d76da4843eb0?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/todo-list/nextjs-todo-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-list/nextjs-todo-list/package.json b/examples/todo-list/nextjs-todo-list/package.json index 32fac003794aa..7b8e2f561c244 100644 --- a/examples/todo-list/nextjs-todo-list/package.json +++ b/examples/todo-list/nextjs-todo-list/package.json @@ -23,7 +23,7 @@ "next": "13.1.6", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "4.9.5" + "typescript": "5.8.3" }, "devDependencies": { "concurrently": "^7.6.0",