Skip to content

Commit 1432cfb

Browse files
Bump ts-jest from 29.3.4 to 29.4.0 (#146)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.4 to 29.4.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.3.4...v29.4.0) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b64417 commit 1432cfb

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
@@ -50,7 +50,7 @@
5050
"jest": "^29.7.0",
5151
"prettier": "^3.5.3",
5252
"source-map": "^0.7.4",
53-
"ts-jest": "^29.3.4",
53+
"ts-jest": "^29.4.0",
5454
"typescript": "*"
5555
}
5656
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@ jest-snapshot@^29.7.0:
36263626
pretty-format "^29.7.0"
36273627
semver "^7.5.3"
36283628

3629-
jest-util@^29.0.0, jest-util@^29.7.0:
3629+
jest-util@^29.7.0:
36303630
version "29.7.0"
36313631
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
36323632
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -4609,15 +4609,14 @@ ts-api-utils@^1.0.1:
46094609
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
46104610
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
46114611

4612-
ts-jest@^29.3.4:
4613-
version "29.3.4"
4614-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
4615-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
4612+
ts-jest@^29.4.0:
4613+
version "29.4.0"
4614+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
4615+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
46164616
dependencies:
46174617
bs-logger "^0.2.6"
46184618
ejs "^3.1.10"
46194619
fast-json-stable-stringify "^2.1.0"
4620-
jest-util "^29.0.0"
46214620
json5 "^2.2.3"
46224621
lodash.memoize "^4.1.2"
46234622
make-error "^1.3.6"

0 commit comments

Comments
 (0)