Skip to content

Commit fb4a3f7

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

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
@@ -61,7 +61,7 @@
6161
"npm-check-updates": "^18.0.1",
6262
"react": "^18.3.1",
6363
"rimraf": "^6.0.1",
64-
"ts-jest": "^29.3.4",
64+
"ts-jest": "^29.4.0",
6565
"typescript": "^5.8.3"
6666
}
6767
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5285,7 +5285,7 @@ jest-snapshot@^29.7.0:
52855285
pretty-format "^29.7.0"
52865286
semver "^7.5.3"
52875287

5288-
jest-util@^29.0.0, jest-util@^29.7.0:
5288+
jest-util@^29.7.0:
52895289
version "29.7.0"
52905290
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
52915291
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -8331,15 +8331,14 @@ ts-api-utils@^2.0.0:
83318331
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
83328332
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
83338333

8334-
ts-jest@^29.3.4:
8335-
version "29.3.4"
8336-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
8337-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
8334+
ts-jest@^29.4.0:
8335+
version "29.4.0"
8336+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
8337+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
83388338
dependencies:
83398339
bs-logger "^0.2.6"
83408340
ejs "^3.1.10"
83418341
fast-json-stable-stringify "^2.1.0"
8342-
jest-util "^29.0.0"
83438342
json5 "^2.2.3"
83448343
lodash.memoize "^4.1.2"
83458344
make-error "^1.3.6"

0 commit comments

Comments
 (0)