From f9dce79c70ea096cad6679d60d0682dc8413be71 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Sep 2024 11:55:03 +0200 Subject: [PATCH] chore: use recent typescript to avoid issues with @types/lodash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c24dda2..bf2aebca 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "session-file-store": "^1.2.0", "simple-get": "^4.0.1", "tslib": "^2.3.0", - "typescript": "4.4.x", + "typescript": "^5.6.2", "xml2js": "^0.4.9" }, "devDependencies": {