Skip to content

Commit e1ae687

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

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
@@ -43,7 +43,7 @@
4343
"husky": "^9.1.7",
4444
"jest": "^29.7.0",
4545
"npm-check-updates": "^18.0.1",
46-
"ts-jest": "^29.3.4",
46+
"ts-jest": "^29.4.0",
4747
"typescript": "^5.8.3"
4848
}
4949
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4614,7 +4614,7 @@ jest-snapshot@^29.7.0:
46144614
pretty-format "^29.7.0"
46154615
semver "^7.5.3"
46164616

4617-
jest-util@^29.0.0, jest-util@^29.7.0:
4617+
jest-util@^29.7.0:
46184618
version "29.7.0"
46194619
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
46204620
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7156,15 +7156,14 @@ ts-api-utils@^1.0.1:
71567156
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
71577157
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
71587158

7159-
ts-jest@^29.3.4:
7160-
version "29.3.4"
7161-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7162-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7159+
ts-jest@^29.4.0:
7160+
version "29.4.0"
7161+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7162+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
71637163
dependencies:
71647164
bs-logger "^0.2.6"
71657165
ejs "^3.1.10"
71667166
fast-json-stable-stringify "^2.1.0"
7167-
jest-util "^29.0.0"
71687167
json5 "^2.2.3"
71697168
lodash.memoize "^4.1.2"
71707169
make-error "^1.3.6"

0 commit comments

Comments
 (0)