From 59387cddbf123bf582f920cb89481d3969f344a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:20:21 +0000 Subject: [PATCH] Bump ts-jest from 29.3.3 to 29.3.4 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.3 to 29.3.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.3.3...v29.3.4) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index edb4e85d..38892bde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "prettier": "^3.5.3", "source-map-support": "^0.5.21", "supertest": "^7.1.1", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsconfig-paths": "4.2.0", @@ -11550,9 +11550,9 @@ } }, "node_modules/ts-jest": { - "version": "29.3.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.3.tgz", - "integrity": "sha512-y6jLm19SL4GroiBmHwFK4dSHUfDNmOrJbRfp6QmDIlI9p5tT5Q8ItccB4pTIslCIqOZuQnBwpTR0bQ5eUMYwkw==", + "version": "29.3.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz", + "integrity": "sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==", "dev": true, "license": "MIT", "dependencies": { @@ -20384,9 +20384,9 @@ "requires": {} }, "ts-jest": { - "version": "29.3.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.3.tgz", - "integrity": "sha512-y6jLm19SL4GroiBmHwFK4dSHUfDNmOrJbRfp6QmDIlI9p5tT5Q8ItccB4pTIslCIqOZuQnBwpTR0bQ5eUMYwkw==", + "version": "29.3.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz", + "integrity": "sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==", "dev": true, "requires": { "bs-logger": "^0.2.6", diff --git a/package.json b/package.json index 0ad2457e..71342e34 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "prettier": "^3.5.3", "source-map-support": "^0.5.21", "supertest": "^7.1.1", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsconfig-paths": "4.2.0",