From 95a06cfe4aedba6be22a5bd5cb6a7be4383be059 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Wed, 9 Oct 2024 15:47:08 +0700 Subject: [PATCH] Upgrade deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8af9207..81b1203 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typedoc": "^0.26.8", - "typescript": "~5.6.2" + "typescript": "~5.6.3" }, "scripts": { "all": "run-z build,lint,test",