From ee2afb552bc2419d0d66541b62c080fbe6a0f87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:02:58 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest in /transaction-analyzer/node-typescript Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.6 to 29.4.12. - [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.6...v29.4.12) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../node-typescript/package-lock.json | 24 +++++++++---------- .../node-typescript/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/transaction-analyzer/node-typescript/package-lock.json b/transaction-analyzer/node-typescript/package-lock.json index 17514b60..0efd1ec7 100644 --- a/transaction-analyzer/node-typescript/package-lock.json +++ b/transaction-analyzer/node-typescript/package-lock.json @@ -32,7 +32,7 @@ "nodemon": "^3.1.11", "prettier": "^3.7.4", "rimraf": "^6.1.2", - "ts-jest": "^29.4.6", + "ts-jest": "^29.4.12", "ts-mockito": "^2.6.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" @@ -6353,19 +6353,19 @@ } }, "node_modules/ts-jest": { - "version": "29.4.6", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.6.tgz", - "integrity": "sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==", + "version": "29.4.12", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.12.tgz", + "integrity": "sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==", "dev": true, "license": "MIT", "dependencies": { "bs-logger": "^0.2.6", "fast-json-stable-stringify": "^2.1.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "json5": "^2.2.3", "lodash.memoize": "^4.1.2", "make-error": "^1.3.6", - "semver": "^7.7.3", + "semver": "^7.8.5", "type-fest": "^4.41.0", "yargs-parser": "^21.1.1" }, @@ -6382,7 +6382,7 @@ "babel-jest": "^29.0.0 || ^30.0.0", "jest": "^29.0.0 || ^30.0.0", "jest-util": "^29.0.0 || ^30.0.0", - "typescript": ">=4.3 <6" + "typescript": ">=4.3 <7" }, "peerDependenciesMeta": { "@babel/core": { @@ -11166,18 +11166,18 @@ "requires": {} }, "ts-jest": { - "version": "29.4.6", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.6.tgz", - "integrity": "sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==", + "version": "29.4.12", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.12.tgz", + "integrity": "sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==", "dev": true, "requires": { "bs-logger": "^0.2.6", "fast-json-stable-stringify": "^2.1.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "json5": "^2.2.3", "lodash.memoize": "^4.1.2", "make-error": "^1.3.6", - "semver": "^7.7.3", + "semver": "^7.8.5", "type-fest": "^4.41.0", "yargs-parser": "^21.1.1" }, diff --git a/transaction-analyzer/node-typescript/package.json b/transaction-analyzer/node-typescript/package.json index eb437846..73e54a13 100644 --- a/transaction-analyzer/node-typescript/package.json +++ b/transaction-analyzer/node-typescript/package.json @@ -30,7 +30,7 @@ "nodemon": "^3.1.11", "prettier": "^3.7.4", "rimraf": "^6.1.2", - "ts-jest": "^29.4.6", + "ts-jest": "^29.4.12", "ts-mockito": "^2.6.1", "ts-node": "^10.9.2", "typescript": "^5.9.3"