Skip to content

Commit 3066646

Browse files
Bump ts-jest from 29.4.0 to 29.4.1 (#431)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.0 to 29.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.4.1</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.4.0...v29.4.1">29.4.1</a> (2025-08-03)</h2> <h2>Bug Fixes</h2> <ul> <li>fix: replace <code>ejs</code> with <code>handlebars</code> due to security issues (<a href="https://github.com/kulshekhar/ts-jest/commit/899c9b7">899c9b7</a>), closes <a href="https://redirect.github.com/kulshekhar/ts-jest/issues/4969">#4969</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9099745bc2a0a861d495e3dc100efbc1064ac83c"><code>9099745</code></a> chore(release): 29.4.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9f0b9f2313cf328780b0aa264b8ccbd3c3101fe8"><code>9f0b9f2</code></a> build(deps): Update dependency <code>@​types/handlebars</code> to ^4.1.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/322a3c73c9f9db7b8c6a41e71c3916dc873ac4de"><code>322a3c7</code></a> ci: add code scanning workflow</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/899c9b7b16b57484d275ae0e8f105ea8f6349e4c"><code>899c9b7</code></a> fix: replace <code>ejs</code> with <code>handlebars</code> due to security issues</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/953f2399dcd484c787c53456f876e81e86ac0181"><code>953f239</code></a> build(deps): Update dependency memfs to ^4.36.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/8459897be6795235d069b8b992fa9b1a888657bc"><code>8459897</code></a> build(deps): Update dependency memfs to ^4.35.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3c41410327613c1a4753c35b26c28bbec1216557"><code>3c41410</code></a> build(deps): Update dependency memfs to ^4.34.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/d50ff1ee5824ec8b9ea17e985f47904f0457f225"><code>d50ff1e</code></a> build(deps): Update dependency memfs to ^4.32.0</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5984f706a1166917e8440243124e21ba95521cba"><code>5984f70</code></a> build(deps): Update dependency memfs to ^4.30.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/18b9665e3e3d4d06f07b9e4f853310f9bb54f585"><code>18b9665</code></a> build(deps): Update Jest packages to ^30.0.5</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v29.4.0...v29.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.4.0&new-version=29.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4bb216 commit 3066646

File tree

2 files changed

+57
-59
lines changed

2 files changed

+57
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "30.0.5",
3939
"prettier": "3.6.2",
4040
"rimraf": "6.0.1",
41-
"ts-jest": "29.4.0",
41+
"ts-jest": "29.4.1",
4242
"typescript": "5.9.2",
4343
"typescript-eslint": "8.38.0"
4444
},

yarn.lock

Lines changed: 56 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ __metadata:
802802
jest: "npm:30.0.5"
803803
prettier: "npm:3.6.2"
804804
rimraf: "npm:6.0.1"
805-
ts-jest: "npm:29.4.0"
805+
ts-jest: "npm:29.4.1"
806806
tslib: "npm:^2.8.1"
807807
typescript: "npm:5.9.2"
808808
typescript-eslint: "npm:8.38.0"
@@ -2137,13 +2137,6 @@ __metadata:
21372137
languageName: node
21382138
linkType: hard
21392139

2140-
"async@npm:^3.2.3":
2141-
version: 3.2.5
2142-
resolution: "async@npm:3.2.5"
2143-
checksum: 10c0/1408287b26c6db67d45cb346e34892cee555b8b59e6c68e6f8c3e495cad5ca13b4f218180e871f3c2ca30df4ab52693b66f2f6ff43644760cab0b2198bda79c1
2144-
languageName: node
2145-
linkType: hard
2146-
21472140
"available-typed-arrays@npm:^1.0.7":
21482141
version: 1.0.7
21492142
resolution: "available-typed-arrays@npm:1.0.7"
@@ -2407,7 +2400,7 @@ __metadata:
24072400
languageName: node
24082401
linkType: hard
24092402

2410-
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.2":
2403+
"chalk@npm:^4.0.0, chalk@npm:^4.1.2":
24112404
version: 4.1.2
24122405
resolution: "chalk@npm:4.1.2"
24132406
dependencies:
@@ -2668,17 +2661,6 @@ __metadata:
26682661
languageName: node
26692662
linkType: hard
26702663

2671-
"ejs@npm:^3.1.10":
2672-
version: 3.1.10
2673-
resolution: "ejs@npm:3.1.10"
2674-
dependencies:
2675-
jake: "npm:^10.8.5"
2676-
bin:
2677-
ejs: bin/cli.js
2678-
checksum: 10c0/52eade9e68416ed04f7f92c492183340582a36482836b11eab97b159fcdcfdedc62233a1bf0bf5e5e1851c501f2dca0e2e9afd111db2599e4e7f53ee29429ae1
2679-
languageName: node
2680-
linkType: hard
2681-
26822664
"electron-to-chromium@npm:^1.4.668":
26832665
version: 1.4.730
26842666
resolution: "electron-to-chromium@npm:1.4.730"
@@ -3365,15 +3347,6 @@ __metadata:
33653347
languageName: node
33663348
linkType: hard
33673349

3368-
"filelist@npm:^1.0.4":
3369-
version: 1.0.4
3370-
resolution: "filelist@npm:1.0.4"
3371-
dependencies:
3372-
minimatch: "npm:^5.0.1"
3373-
checksum: 10c0/426b1de3944a3d153b053f1c0ebfd02dccd0308a4f9e832ad220707a6d1f1b3c9784d6cadf6b2f68f09a57565f63ebc7bcdc913ccf8012d834f472c46e596f41
3374-
languageName: node
3375-
linkType: hard
3376-
33773350
"fill-range@npm:^7.0.1":
33783351
version: 7.0.1
33793352
resolution: "fill-range@npm:7.0.1"
@@ -3680,6 +3653,24 @@ __metadata:
36803653
languageName: node
36813654
linkType: hard
36823655

3656+
"handlebars@npm:^4.7.8":
3657+
version: 4.7.8
3658+
resolution: "handlebars@npm:4.7.8"
3659+
dependencies:
3660+
minimist: "npm:^1.2.5"
3661+
neo-async: "npm:^2.6.2"
3662+
source-map: "npm:^0.6.1"
3663+
uglify-js: "npm:^3.1.4"
3664+
wordwrap: "npm:^1.0.0"
3665+
dependenciesMeta:
3666+
uglify-js:
3667+
optional: true
3668+
bin:
3669+
handlebars: bin/handlebars
3670+
checksum: 10c0/7aff423ea38a14bb379316f3857fe0df3c5d66119270944247f155ba1f08e07a92b340c58edaa00cfe985c21508870ee5183e0634dcb53dd405f35c93ef7f10d
3671+
languageName: node
3672+
linkType: hard
3673+
36833674
"has-bigints@npm:^1.0.2":
36843675
version: 1.0.2
36853676
resolution: "has-bigints@npm:1.0.2"
@@ -4250,20 +4241,6 @@ __metadata:
42504241
languageName: node
42514242
linkType: hard
42524243

4253-
"jake@npm:^10.8.5":
4254-
version: 10.9.1
4255-
resolution: "jake@npm:10.9.1"
4256-
dependencies:
4257-
async: "npm:^3.2.3"
4258-
chalk: "npm:^4.0.2"
4259-
filelist: "npm:^1.0.4"
4260-
minimatch: "npm:^3.1.2"
4261-
bin:
4262-
jake: bin/cli.js
4263-
checksum: 10c0/dda972431a926462f08fcf583ea8997884216a43daa5cce81cb42e7e661dc244f836c0a802fde23439c6e1fc59743d1c0be340aa726d3b17d77557611a5cd541
4264-
languageName: node
4265-
linkType: hard
4266-
42674244
"jest-changed-files@npm:30.0.5":
42684245
version: 30.0.5
42694246
resolution: "jest-changed-files@npm:30.0.5"
@@ -5113,15 +5090,6 @@ __metadata:
51135090
languageName: node
51145091
linkType: hard
51155092

5116-
"minimatch@npm:^5.0.1":
5117-
version: 5.1.6
5118-
resolution: "minimatch@npm:5.1.6"
5119-
dependencies:
5120-
brace-expansion: "npm:^2.0.1"
5121-
checksum: 10c0/3defdfd230914f22a8da203747c42ee3c405c39d4d37ffda284dac5e45b7e1f6c49aa8be606509002898e73091ff2a3bbfc59c2c6c71d4660609f63aa92f98e3
5122-
languageName: node
5123-
linkType: hard
5124-
51255093
"minimatch@npm:^9.0.1, minimatch@npm:^9.0.4":
51265094
version: 9.0.4
51275095
resolution: "minimatch@npm:9.0.4"
@@ -5138,6 +5106,13 @@ __metadata:
51385106
languageName: node
51395107
linkType: hard
51405108

5109+
"minimist@npm:^1.2.5":
5110+
version: 1.2.8
5111+
resolution: "minimist@npm:1.2.8"
5112+
checksum: 10c0/19d3fcdca050087b84c2029841a093691a91259a47def2f18222f41e7645a0b7c44ef4b40e88a1e58a40c84d2ef0ee6047c55594d298146d0eb3f6b737c20ce6
5113+
languageName: node
5114+
linkType: hard
5115+
51415116
"minipass-collect@npm:^2.0.1":
51425117
version: 2.0.1
51435118
resolution: "minipass-collect@npm:2.0.1"
@@ -5268,6 +5243,13 @@ __metadata:
52685243
languageName: node
52695244
linkType: hard
52705245

5246+
"neo-async@npm:^2.6.2":
5247+
version: 2.6.2
5248+
resolution: "neo-async@npm:2.6.2"
5249+
checksum: 10c0/c2f5a604a54a8ec5438a342e1f356dff4bc33ccccdb6dc668d94fe8e5eccfc9d2c2eea6064b0967a767ba63b33763f51ccf2cd2441b461a7322656c1f06b3f5d
5250+
languageName: node
5251+
linkType: hard
5252+
52715253
"node-gyp@npm:latest":
52725254
version: 10.1.0
52735255
resolution: "node-gyp@npm:10.1.0"
@@ -6070,7 +6052,7 @@ __metadata:
60706052
languageName: node
60716053
linkType: hard
60726054

6073-
"source-map@npm:^0.6.0":
6055+
"source-map@npm:^0.6.0, source-map@npm:^0.6.1":
60746056
version: 0.6.1
60756057
resolution: "source-map@npm:0.6.1"
60766058
checksum: 10c0/ab55398007c5e5532957cb0beee2368529618ac0ab372d789806f5718123cc4367d57de3904b4e6a4170eb5a0b0f41373066d02ca0735a0c4d75c7d328d3e011
@@ -6370,13 +6352,13 @@ __metadata:
63706352
languageName: node
63716353
linkType: hard
63726354

6373-
"ts-jest@npm:29.4.0":
6374-
version: 29.4.0
6375-
resolution: "ts-jest@npm:29.4.0"
6355+
"ts-jest@npm:29.4.1":
6356+
version: 29.4.1
6357+
resolution: "ts-jest@npm:29.4.1"
63766358
dependencies:
63776359
bs-logger: "npm:^0.2.6"
6378-
ejs: "npm:^3.1.10"
63796360
fast-json-stable-stringify: "npm:^2.1.0"
6361+
handlebars: "npm:^4.7.8"
63806362
json5: "npm:^2.2.3"
63816363
lodash.memoize: "npm:^4.1.2"
63826364
make-error: "npm:^1.3.6"
@@ -6406,7 +6388,7 @@ __metadata:
64066388
optional: true
64076389
bin:
64086390
ts-jest: cli.js
6409-
checksum: 10c0/c266431200786995b5bd32f8e61f17a564ce231278aace1d98fb0ae670f24013aeea06c90ec6019431e5a6f5e798868785131bef856085c931d193e2efbcea04
6391+
checksum: 10c0/e4881717323c9e03ba9ad2f8726872cd0bede7f3f34095754aa850688b319f50294211cfd330edad878005e70601cbbbb0bb489ed0949a9aa545491e1083e923
64106392
languageName: node
64116393
linkType: hard
64126394

@@ -6578,6 +6560,15 @@ __metadata:
65786560
languageName: node
65796561
linkType: hard
65806562

6563+
"uglify-js@npm:^3.1.4":
6564+
version: 3.19.3
6565+
resolution: "uglify-js@npm:3.19.3"
6566+
bin:
6567+
uglifyjs: bin/uglifyjs
6568+
checksum: 10c0/83b0a90eca35f778e07cad9622b80c448b6aad457c9ff8e568afed978212b42930a95f9e1be943a1ffa4258a3340fbb899f41461131c05bb1d0a9c303aed8479
6569+
languageName: node
6570+
linkType: hard
6571+
65816572
"unbox-primitive@npm:^1.0.2":
65826573
version: 1.0.2
65836574
resolution: "unbox-primitive@npm:1.0.2"
@@ -6812,6 +6803,13 @@ __metadata:
68126803
languageName: node
68136804
linkType: hard
68146805

6806+
"wordwrap@npm:^1.0.0":
6807+
version: 1.0.0
6808+
resolution: "wordwrap@npm:1.0.0"
6809+
checksum: 10c0/7ed2e44f3c33c5c3e3771134d2b0aee4314c9e49c749e37f464bf69f2bcdf0cbf9419ca638098e2717cff4875c47f56a007532f6111c3319f557a2ca91278e92
6810+
languageName: node
6811+
linkType: hard
6812+
68156813
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0":
68166814
version: 7.0.0
68176815
resolution: "wrap-ansi@npm:7.0.0"

0 commit comments

Comments
 (0)