Skip to content

Commit db7eddf

Browse files
committed
chore(deps): update dependency ts-jest to v29.2.1
1 parent f45a5c2 commit db7eddf

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rimraf": "5.0.9",
7070
"rollup": "4.18.1",
7171
"rollup-plugin-dts": "6.1.1",
72-
"ts-jest": "29.2.0",
72+
"ts-jest": "29.2.1",
7373
"typescript": "5.5.3"
7474
},
7575
"lint-staged": {

yarn.lock

+42-5
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,11 @@ array-union@^2.1.0:
20972097
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
20982098
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
20992099

2100+
async@^3.2.3:
2101+
version "3.2.5"
2102+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
2103+
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
2104+
21002105
babel-jest@^29.7.0:
21012106
version "29.7.0"
21022107
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5"
@@ -2313,7 +2318,7 @@ chalk@^2.0.0, chalk@^2.4.2:
23132318
escape-string-regexp "^1.0.5"
23142319
supports-color "^5.3.0"
23152320

2316-
chalk@^4.0.0:
2321+
chalk@^4.0.0, chalk@^4.0.2:
23172322
version "4.1.2"
23182323
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
23192324
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2545,6 +2550,13 @@ eastasianwidth@^0.2.0:
25452550
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
25462551
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
25472552

2553+
ejs@^3.0.0:
2554+
version "3.1.10"
2555+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
2556+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
2557+
dependencies:
2558+
jake "^10.8.5"
2559+
25482560
electron-to-chromium@^1.4.431:
25492561
version "1.4.461"
25502562
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.461.tgz#6b14af66042732bf883ab63a4d82cac8f35eb252"
@@ -2870,6 +2882,13 @@ file-entry-cache@^6.0.1:
28702882
dependencies:
28712883
flat-cache "^3.0.4"
28722884

2885+
filelist@^1.0.4:
2886+
version "1.0.4"
2887+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
2888+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
2889+
dependencies:
2890+
minimatch "^5.0.1"
2891+
28732892
fill-range@^7.0.1:
28742893
version "7.0.1"
28752894
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
@@ -3263,6 +3282,16 @@ jackspeak@^2.0.3:
32633282
optionalDependencies:
32643283
"@pkgjs/parseargs" "^0.11.0"
32653284

3285+
jake@^10.8.5:
3286+
version "10.9.1"
3287+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
3288+
integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
3289+
dependencies:
3290+
async "^3.2.3"
3291+
chalk "^4.0.2"
3292+
filelist "^1.0.4"
3293+
minimatch "^3.1.2"
3294+
32663295
jest-changed-files@^29.7.0:
32673296
version "29.7.0"
32683297
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3930,6 +3959,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39303959
dependencies:
39313960
brace-expansion "^1.1.7"
39323961

3962+
minimatch@^5.0.1:
3963+
version "5.1.6"
3964+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
3965+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
3966+
dependencies:
3967+
brace-expansion "^2.0.1"
3968+
39333969
minimatch@^9.0.0, minimatch@^9.0.1:
39343970
version "9.0.3"
39353971
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
@@ -4711,12 +4747,13 @@ ts-api-utils@^1.3.0:
47114747
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47124748
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
47134749

4714-
4715-
version "29.2.0"
4716-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.0.tgz#e1a0e624d8dbed4303debf0d8e063b4403d15c40"
4717-
integrity sha512-eFmkE9MG0+oT6nqSOcUwL+2UUmK2IvhhUV8hFDsCHnc++v2WCCbQQZh5vvjsa8sgOY/g9T0325hmkEmi6rninA==
4750+
4751+
version "29.2.1"
4752+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.1.tgz#9a460bb27446d141c48a17cf24f060dbe9b58254"
4753+
integrity sha512-7obwtH5gw0b0XZi0wmprCSvGSvHliMBI47lPnU47vmbxWS6B+v1X94yWFo1f1vt9k/he+gttsrXjkxmgY41XNQ==
47184754
dependencies:
47194755
bs-logger "0.x"
4756+
ejs "^3.0.0"
47204757
fast-json-stable-stringify "2.x"
47214758
jest-util "^29.0.0"
47224759
json5 "^2.2.3"

0 commit comments

Comments
 (0)