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"