From 3218bd927fc2f0272fd329dc91c206f8db740a32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:30:49 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2a4b0a14a..938a79a199 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "ts-node": "11.0.0-beta.1", "tsx": "4.21.0", "typedoc": "0.28.18", - "typescript": "5.9.3" + "typescript": "6.0.2" }, "overrides": { "@anthropic-ai/claude-agent-sdk": {