Skip to content

Commit 61a4884

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

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

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5092,7 +5092,7 @@ jest-snapshot@^29.7.0:
50925092
pretty-format "^29.7.0"
50935093
semver "^7.5.3"
50945094

5095-
jest-util@^29.0.0, jest-util@^29.7.0:
5095+
jest-util@^29.7.0:
50965096
version "29.7.0"
50975097
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
50985098
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7924,15 +7924,14 @@ ts-declaration-location@^1.0.6:
79247924
dependencies:
79257925
picomatch "^4.0.2"
79267926

7927-
ts-jest@^29.3.4:
7928-
version "29.3.4"
7929-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7930-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7927+
ts-jest@^29.4.0:
7928+
version "29.4.0"
7929+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7930+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
79317931
dependencies:
79327932
bs-logger "^0.2.6"
79337933
ejs "^3.1.10"
79347934
fast-json-stable-stringify "^2.1.0"
7935-
jest-util "^29.0.0"
79367935
json5 "^2.2.3"
79377936
lodash.memoize "^4.1.2"
79387937
make-error "^1.3.6"

0 commit comments

Comments
 (0)