From a0185ba069a61bb98c28def9d473f54d3f7f3070 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 05:50:08 +0000 Subject: [PATCH] MAJOR Update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90dca4c..e252dee 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "ts-jest": "29.0.3", "ts-node": "10.9.1", "tsconfig-paths": "^4.1.1", - "typescript": "4.8.3" + "typescript": "5.2.2" } }