From 8f91baa726b947a3f6355e059fff04540f4795fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:07:29 +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 a3dcbfa..4e63a95 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "fast-glob": "3.2.11", "js-yaml": "4.1.0", "source-map-support": "0.5.21", - "typescript": "4.6.2" + "typescript": "5.4.4" } }