From ec4d875ce1cf073b21cd6744ea5a3364a6bdff72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:52:56 +0000 Subject: [PATCH] build(deps-dev): bump typescript to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdf0adf..3ebacda 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "@types/jsdom": "21.1.1", "@types/node": "20.x.x", "jsdom": "22.1.0", - "typescript": "5.1.3" + "typescript": "6.0.3" } }