Skip to content

Commit a0679a8

Browse files
chore(deps): update dependency ts-jest to ^29.4.0 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abbec74 commit a0679a8

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
@@ -56,7 +56,7 @@
5656
"lint-staged": "^16.1.0",
5757
"npm-check-updates": "^18.0.1",
5858
"rimraf": "^6.0.1",
59-
"ts-jest": "^29.3.4",
59+
"ts-jest": "^29.4.0",
6060
"typescript": "^5.8.3"
6161
}
6262
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5060,7 +5060,7 @@ jest-snapshot@^29.7.0:
50605060
pretty-format "^29.7.0"
50615061
semver "^7.5.3"
50625062

5063-
jest-util@^29.0.0, jest-util@^29.7.0:
5063+
jest-util@^29.7.0:
50645064
version "29.7.0"
50655065
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
50665066
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7965,15 +7965,14 @@ ts-declaration-location@^1.0.6:
79657965
dependencies:
79667966
picomatch "^4.0.2"
79677967

7968-
ts-jest@^29.3.4:
7969-
version "29.3.4"
7970-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7971-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7968+
ts-jest@^29.4.0:
7969+
version "29.4.0"
7970+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7971+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
79727972
dependencies:
79737973
bs-logger "^0.2.6"
79747974
ejs "^3.1.10"
79757975
fast-json-stable-stringify "^2.1.0"
7976-
jest-util "^29.0.0"
79777976
json5 "^2.2.3"
79787977
lodash.memoize "^4.1.2"
79797978
make-error "^1.3.6"

0 commit comments

Comments
 (0)