Skip to content

Commit b6e44dd

Browse files
chore(deps): update dependency ts-jest to v29.4.0 (#1604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c25cb10 commit b6e44dd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rimraf": "5.0.10",
7070
"rollup": "4.43.0",
7171
"rollup-plugin-dts": "6.2.1",
72-
"ts-jest": "29.3.4",
72+
"ts-jest": "29.4.0",
7373
"typescript": "5.8.3"
7474
},
7575
"lint-staged": {

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ jest-snapshot@^29.7.0:
35803580
pretty-format "^29.7.0"
35813581
semver "^7.5.3"
35823582

3583-
jest-util@^29.0.0, jest-util@^29.6.1:
3583+
jest-util@^29.6.1:
35843584
version "29.6.1"
35853585
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
35863586
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
@@ -4761,15 +4761,14 @@ ts-api-utils@^1.3.0:
47614761
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47624762
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
47634763

4764-
ts-jest@29.3.4:
4765-
version "29.3.4"
4766-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
4767-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
4764+
ts-jest@29.4.0:
4765+
version "29.4.0"
4766+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
4767+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
47684768
dependencies:
47694769
bs-logger "^0.2.6"
47704770
ejs "^3.1.10"
47714771
fast-json-stable-stringify "^2.1.0"
4772-
jest-util "^29.0.0"
47734772
json5 "^2.2.3"
47744773
lodash.memoize "^4.1.2"
47754774
make-error "^1.3.6"

0 commit comments

Comments
 (0)