From b8c3800ca015080f867a69426e56c5b84dfb5d92 Mon Sep 17 00:00:00 2001
From: Roman Donchenko <roman@cvat.ai>
Date: Mon, 3 Apr 2023 13:29:56 +0300
Subject: [PATCH] Bump the version of ts-jest to support TypeScript 5

After 40232858, the JavaScript tests print a warning about TypeScript 5 not
being supported. This fixes it.
---
 cvat-core/package.json | 2 +-
 yarn.lock              | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cvat-core/package.json b/cvat-core/package.json
index 17b6d4e2d642..10772dc45267 100644
--- a/cvat-core/package.json
+++ b/cvat-core/package.json
@@ -24,7 +24,7 @@
     "jest-config": "^29.5.0",
     "jest-environment-jsdom": "^29.5.0",
     "jest-junit": "^6.4.0",
-    "ts-jest": "^29.0.5"
+    "ts-jest": "^29.1.0"
   },
   "dependencies": {
     "@types/lodash": "^4.14.191",
diff --git a/yarn.lock b/yarn.lock
index 5c82779c387a..32f4c0af911a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11929,10 +11929,10 @@ trough@^2.0.0:
   resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876"
   integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==
 
-ts-jest@^29.0.5:
-  version "29.0.5"
-  resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
-  integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
+ts-jest@^29.1.0:
+  version "29.1.0"
+  resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
+  integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
   dependencies:
     bs-logger "0.x"
     fast-json-stable-stringify "2.x"