From 2099f922b19f27321ff73148f08543f431faa885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:40:47 +0000 Subject: [PATCH] build(deps-dev): bump typescript to v5.4.4 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 159b3c2..0f97ba1 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "The OpenINF Authors", "devDependencies": { "@types/node": "20.x.x", - "typescript": "5.1.3" + "typescript": "5.4.4" } }