Skip to content

Commit 839e432

Browse files
committed
devdeps(ts-jest): upgrade to version 29.2.2
1 parent 5aba25a commit 839e432

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jest": "29.7.0",
2525
"lint-staged": "14.0.1",
2626
"prettier": "3.3.3",
27-
"ts-jest": "29.1.4",
27+
"ts-jest": "29.2.2",
2828
"typedoc": "^0.25.13",
2929
"typescript": "~5.3.3"
3030
},

yarn.lock

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,11 @@ async-mutex@^0.5.0:
13161316
dependencies:
13171317
tslib "^2.4.0"
13181318

1319+
async@^3.2.3:
1320+
version "3.2.5"
1321+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
1322+
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
1323+
13191324
b4a@^1.6.4:
13201325
version "1.6.4"
13211326
resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.4.tgz#ef1c1422cae5ce6535ec191baeed7567443f36c9"
@@ -1500,7 +1505,7 @@ chalk@^2.4.2:
15001505
escape-string-regexp "^1.0.5"
15011506
supports-color "^5.3.0"
15021507

1503-
chalk@^4.0.0, chalk@^4.1.0:
1508+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
15041509
version "4.1.2"
15051510
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
15061511
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1840,6 +1845,13 @@ eastasianwidth@^0.2.0:
18401845
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
18411846
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
18421847

1848+
ejs@^3.0.0:
1849+
version "3.1.10"
1850+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
1851+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
1852+
dependencies:
1853+
jake "^10.8.5"
1854+
18431855
electron-to-chromium@^1.4.535:
18441856
version "1.4.542"
18451857
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.542.tgz#9bfe19d8ddafc2591e4a17d04e60a5f5acc54965"
@@ -2130,6 +2142,13 @@ file-entry-cache@^6.0.1:
21302142
dependencies:
21312143
flat-cache "^3.0.4"
21322144

2145+
filelist@^1.0.4:
2146+
version "1.0.4"
2147+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
2148+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
2149+
dependencies:
2150+
minimatch "^5.0.1"
2151+
21332152
fill-range@^7.1.1:
21342153
version "7.1.1"
21352154
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -2622,6 +2641,16 @@ jackspeak@^2.3.5:
26222641
optionalDependencies:
26232642
"@pkgjs/parseargs" "^0.11.0"
26242643

2644+
jake@^10.8.5:
2645+
version "10.9.1"
2646+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
2647+
integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
2648+
dependencies:
2649+
async "^3.2.3"
2650+
chalk "^4.0.2"
2651+
filelist "^1.0.4"
2652+
minimatch "^3.1.2"
2653+
26252654
jest-changed-files@^29.7.0:
26262655
version "29.7.0"
26272656
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3514,6 +3543,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
35143543
dependencies:
35153544
brace-expansion "^1.1.7"
35163545

3546+
minimatch@^5.0.1:
3547+
version "5.1.6"
3548+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
3549+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
3550+
dependencies:
3551+
brace-expansion "^2.0.1"
3552+
35173553
minimatch@^9.0.1, minimatch@^9.0.3:
35183554
version "9.0.4"
35193555
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -4374,12 +4410,13 @@ ts-api-utils@^1.0.1:
43744410
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
43754411
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
43764412

4377-
ts-jest@29.1.4:
4378-
version "29.1.4"
4379-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.4.tgz#26f8a55ce31e4d2ef7a1fd47dc7fa127e92793ef"
4380-
integrity sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==
4413+
ts-jest@29.2.2:
4414+
version "29.2.2"
4415+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.2.tgz#0d2387bb04d39174b20a05172a968f258aedff4d"
4416+
integrity sha512-sSW7OooaKT34AAngP6k1VS669a0HdLxkQZnlC7T76sckGCokXFnvJ3yRlQZGRTAoV5K19HfSgCiSwWOSIfcYlg==
43814417
dependencies:
43824418
bs-logger "0.x"
4419+
ejs "^3.0.0"
43834420
fast-json-stable-stringify "2.x"
43844421
jest-util "^29.0.0"
43854422
json5 "^2.2.3"

0 commit comments

Comments
 (0)