Skip to content

Commit 177dff0

Browse files
dependabot[bot]che-bot
authored andcommitted
chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.1 to 29.4.2. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.1...v29.4.2) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Che bot <che-bot@eclipse.org>
1 parent 4728584 commit 177dff0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prettier": "^3.3.3",
2424
"prettier-plugin-import-sort": "^0.0.7",
2525
"rimraf": "^5.0.8",
26-
"ts-jest": "^29.4.1",
26+
"ts-jest": "^29.4.2",
2727
"ts-mockito": "^2.6.1",
2828
"ts-node": "^10.9.2",
2929
"tslib": "^2.6.3",

tools/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"prettier": "^3.3.3",
6464
"prettier-plugin-import-sort": "^0.0.7",
6565
"rimraf": "^5.0.8",
66-
"ts-jest": "^29.4.1",
66+
"ts-jest": "^29.4.2",
6767
"ts-mockito": "^2.6.1",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5.4.5"

tools/build/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5344,10 +5344,10 @@ ts-api-utils@^2.1.0:
53445344
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
53455345
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
53465346

5347-
ts-jest@^29.4.1:
5348-
version "29.4.1"
5349-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"
5350-
integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==
5347+
ts-jest@^29.4.2:
5348+
version "29.4.2"
5349+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.2.tgz#095fe8770df81f2e39f2c34a6bcafac58b834423"
5350+
integrity sha512-pBNOkn4HtuLpNrXTMVRC9b642CBaDnKqWXny4OzuoULT9S7Kf8MMlaRe2veKax12rjf5WcpMBhVPbQurlWGNxA==
53515351
dependencies:
53525352
bs-logger "^0.2.6"
53535353
fast-json-stable-stringify "^2.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5344,10 +5344,10 @@ ts-api-utils@^2.1.0:
53445344
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
53455345
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
53465346

5347-
ts-jest@^29.4.1:
5348-
version "29.4.1"
5349-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"
5350-
integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==
5347+
ts-jest@^29.4.2:
5348+
version "29.4.2"
5349+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.2.tgz#095fe8770df81f2e39f2c34a6bcafac58b834423"
5350+
integrity sha512-pBNOkn4HtuLpNrXTMVRC9b642CBaDnKqWXny4OzuoULT9S7Kf8MMlaRe2veKax12rjf5WcpMBhVPbQurlWGNxA==
53515351
dependencies:
53525352
bs-logger "^0.2.6"
53535353
fast-json-stable-stringify "^2.1.0"

0 commit comments

Comments
 (0)