Skip to content

Commit eff5c9c

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

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
@@ -53,7 +53,7 @@
5353
"lint-staged": "^16.1.0",
5454
"react": "^18.3.1",
5555
"rimraf": "^6.0.1",
56-
"ts-jest": "^29.3.4",
56+
"ts-jest": "^29.4.0",
5757
"typescript": "^5.8.3"
5858
}
5959
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4825,7 +4825,7 @@ jest-snapshot@^29.7.0:
48254825
pretty-format "^29.7.0"
48264826
semver "^7.5.3"
48274827

4828-
jest-util@^29.0.0, jest-util@^29.7.0:
4828+
jest-util@^29.7.0:
48294829
version "29.7.0"
48304830
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
48314831
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7695,15 +7695,14 @@ ts-api-utils@^1.3.0:
76957695
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
76967696
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
76977697

7698-
ts-jest@^29.3.4:
7699-
version "29.3.4"
7700-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7701-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7698+
ts-jest@^29.4.0:
7699+
version "29.4.0"
7700+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7701+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
77027702
dependencies:
77037703
bs-logger "^0.2.6"
77047704
ejs "^3.1.10"
77057705
fast-json-stable-stringify "^2.1.0"
7706-
jest-util "^29.0.0"
77077706
json5 "^2.2.3"
77087707
lodash.memoize "^4.1.2"
77097708
make-error "^1.3.6"

0 commit comments

Comments
 (0)