From 6abd152483e0680394f0f119747ec4bb161af21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:44:51 +0000 Subject: [PATCH] Bump ts-jest from 29.4.1 to 29.4.4 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.1 to 29.4.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.1...v29.4.4) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 04e5b4e..827b768 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "table": "^6.9.0", "togpx": "https://github.com/tyrasd/togpx#snyk-fix-12edd5611b82b65d2659d522d868905e", "tokml": "^0.4.0", - "ts-jest": "^29.4.1", + "ts-jest": "^29.4.4", "tslog": "^4.9.3", "typedoc": "^0.28.13", "typedoc-plugin-coverage": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 97978bc..e79591c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4186,10 +4186,10 @@ traverse@~0.5.1: resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.5.2.tgz#e203c58d5f7f0e37db6e74c0acb929bb09b61d85" integrity sha512-PUBVcfB3RqgLpzgTRGNiqK4duqrDbgGa1bobbUtzUwLiBNAjZ7vd5eCOdBxqZ/Fgezagr9o69IxP2fZp41RGFA== -ts-jest@^29.4.1: - version "29.4.1" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519" - integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw== +ts-jest@^29.4.4: + version "29.4.4" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.4.tgz#fc6fefe28652ed81b8e1381ef8391901d9f81417" + integrity sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw== dependencies: bs-logger "^0.2.6" fast-json-stable-stringify "^2.1.0"