From 577f5e6a91404018eff797034caee5205b26584a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:09:11 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95ae306..f60977c 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "husky": "7.0.4", "jest": "27.5.1", "ts-jest": "27.1.5", - "typescript": "4.8.2" + "typescript": "5.9.3" } }