From bcf4b5c6fd5cc31f4d410c1a431dd96e12c3274b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:22:57 +0000 Subject: [PATCH] build(deps-dev): bump typescript to v5.6.3 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..576c000 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": "5.6.3" } }