From 25e8d91b5e0eef973cf81a8742f1d3bf79c7c8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:34:40 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2a9e70..0118012 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-babel": "3.3.0", "mocha": "3.5.3", "rimraf": "2.6.3", - "typescript": "2.9.2" + "typescript": "5.7.3" }, "typings": "dist/index.d.ts" }