Skip to content

Commit 3cd7cbc

Browse files
Bump ts-jest from 29.4.0 to 29.4.1 (#167)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.0 to 29.4.1. - [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.0...v29.4.1) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f205f30 commit 3cd7cbc

File tree

2 files changed

+36
-45
lines changed

2 files changed

+36
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jest": "^30.0.5",
5151
"prettier": "^3.6.2",
5252
"source-map": "^0.7.4",
53-
"ts-jest": "^29.4.0",
53+
"ts-jest": "^29.4.1",
5454
"typescript": "*"
5555
}
5656
}

yarn.lock

Lines changed: 35 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,11 +2196,6 @@ async-function@^1.0.0:
21962196
resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b"
21972197
integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==
21982198

2199-
async@^3.2.3:
2200-
version "3.2.5"
2201-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
2202-
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
2203-
22042199
available-typed-arrays@^1.0.5:
22052200
version "1.0.6"
22062201
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.6.tgz#ac812d8ce5a6b976d738e1c45f08d0b00bc7d725"
@@ -2457,7 +2452,7 @@ chalk@^2.4.2:
24572452
escape-string-regexp "^1.0.5"
24582453
supports-color "^5.3.0"
24592454

2460-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2:
2455+
chalk@^4.0.0, chalk@^4.1.2:
24612456
version "4.1.2"
24622457
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
24632458
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2706,13 +2701,6 @@ eastasianwidth@^0.2.0:
27062701
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
27072702
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
27082703

2709-
ejs@^3.1.10:
2710-
version "3.1.10"
2711-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
2712-
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
2713-
dependencies:
2714-
jake "^10.8.5"
2715-
27162704
electron-to-chromium@^1.5.173:
27172705
version "1.5.191"
27182706
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.191.tgz#8ae49a471447b1ceaf1d4d183a9000082f52363c"
@@ -3310,13 +3298,6 @@ file-entry-cache@^6.0.1:
33103298
dependencies:
33113299
flat-cache "^3.0.4"
33123300

3313-
filelist@^1.0.4:
3314-
version "1.0.4"
3315-
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
3316-
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
3317-
dependencies:
3318-
minimatch "^5.0.1"
3319-
33203301
fill-range@^7.1.1:
33213302
version "7.1.1"
33223303
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -3615,6 +3596,18 @@ graphemer@^1.4.0:
36153596
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
36163597
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
36173598

3599+
handlebars@^4.7.8:
3600+
version "4.7.8"
3601+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
3602+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
3603+
dependencies:
3604+
minimist "^1.2.5"
3605+
neo-async "^2.6.2"
3606+
source-map "^0.6.1"
3607+
wordwrap "^1.0.0"
3608+
optionalDependencies:
3609+
uglify-js "^3.1.4"
3610+
36183611
has-bigints@^1.0.1, has-bigints@^1.0.2:
36193612
version "1.0.2"
36203613
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -4174,16 +4167,6 @@ jackspeak@^3.1.2:
41744167
optionalDependencies:
41754168
"@pkgjs/parseargs" "^0.11.0"
41764169

4177-
jake@^10.8.5:
4178-
version "10.9.1"
4179-
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
4180-
integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
4181-
dependencies:
4182-
async "^3.2.3"
4183-
chalk "^4.0.2"
4184-
filelist "^1.0.4"
4185-
minimatch "^3.1.2"
4186-
41874170
41884171
version "30.0.5"
41894172
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-30.0.5.tgz#ec448f83bd9caa894dd7da8707f207c356a19924"
@@ -4795,21 +4778,14 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
47954778
dependencies:
47964779
brace-expansion "^1.1.7"
47974780

4798-
minimatch@^5.0.1:
4799-
version "5.1.6"
4800-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4801-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4802-
dependencies:
4803-
brace-expansion "^2.0.1"
4804-
48054781
minimatch@^9.0.4:
48064782
version "9.0.5"
48074783
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
48084784
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
48094785
dependencies:
48104786
brace-expansion "^2.0.1"
48114787

4812-
minimist@^1.2.0, minimist@^1.2.6:
4788+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
48134789
version "1.2.8"
48144790
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
48154791
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
@@ -4839,6 +4815,11 @@ natural-compare@^1.4.0:
48394815
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
48404816
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
48414817

4818+
neo-async@^2.6.2:
4819+
version "2.6.2"
4820+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
4821+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
4822+
48424823
node-int64@^0.4.0:
48434824
version "0.4.0"
48444825
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -5522,7 +5503,7 @@ [email protected]:
55225503
buffer-from "^1.0.0"
55235504
source-map "^0.6.0"
55245505

5525-
source-map@^0.6.0, source-map@~0.6.1:
5506+
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
55265507
version "0.6.1"
55275508
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
55285509
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -5757,14 +5738,14 @@ ts-api-utils@^1.0.1:
57575738
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
57585739
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
57595740

5760-
ts-jest@^29.4.0:
5761-
version "29.4.0"
5762-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
5763-
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
5741+
ts-jest@^29.4.1:
5742+
version "29.4.1"
5743+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"
5744+
integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==
57645745
dependencies:
57655746
bs-logger "^0.2.6"
5766-
ejs "^3.1.10"
57675747
fast-json-stable-stringify "^2.1.0"
5748+
handlebars "^4.7.8"
57685749
json5 "^2.2.3"
57695750
lodash.memoize "^4.1.2"
57705751
make-error "^1.3.6"
@@ -5947,6 +5928,11 @@ typescript@*:
59475928
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
59485929
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
59495930

5931+
uglify-js@^3.1.4:
5932+
version "3.19.3"
5933+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
5934+
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
5935+
59505936
unbox-primitive@^1.0.2:
59515937
version "1.0.2"
59525938
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
@@ -6154,6 +6140,11 @@ which@^2.0.1:
61546140
dependencies:
61556141
isexe "^2.0.0"
61566142

6143+
wordwrap@^1.0.0:
6144+
version "1.0.0"
6145+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
6146+
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
6147+
61576148
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
61586149
version "7.0.0"
61596150
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)