Skip to content

Commit 275c57a

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

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
@@ -59,7 +59,7 @@
5959
"npm-check-updates": "^18.0.1",
6060
"prisma": "^5.22.0",
6161
"rimraf": "^6.0.1",
62-
"ts-jest": "^29.3.4",
62+
"ts-jest": "^29.4.0",
6363
"typescript": "^5.8.3"
6464
}
6565
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5013,7 +5013,7 @@ jest-snapshot@^29.7.0:
50135013
pretty-format "^29.7.0"
50145014
semver "^7.5.3"
50155015

5016-
jest-util@^29.0.0, jest-util@^29.7.0:
5016+
jest-util@^29.7.0:
50175017
version "29.7.0"
50185018
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
50195019
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7780,15 +7780,14 @@ ts-declaration-location@^1.0.6:
77807780
dependencies:
77817781
picomatch "^4.0.2"
77827782

7783-
ts-jest@^29.3.4:
7784-
version "29.3.4"
7785-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7786-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7783+
ts-jest@^29.4.0:
7784+
version "29.4.0"
7785+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7786+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
77877787
dependencies:
77887788
bs-logger "^0.2.6"
77897789
ejs "^3.1.10"
77907790
fast-json-stable-stringify "^2.1.0"
7791-
jest-util "^29.0.0"
77927791
json5 "^2.2.3"
77937792
lodash.memoize "^4.1.2"
77947793
make-error "^1.3.6"

0 commit comments

Comments
 (0)