Skip to content

Commit 1d3e04b

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

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
"react": "^18.3.1",
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
@@ -5017,7 +5017,7 @@ jest-snapshot@^29.7.0:
50175017
pretty-format "^29.7.0"
50185018
semver "^7.5.3"
50195019

5020-
jest-util@^29.0.0, jest-util@^29.7.0:
5020+
jest-util@^29.7.0:
50215021
version "29.7.0"
50225022
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
50235023
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -7970,15 +7970,14 @@ ts-api-utils@^2.0.0:
79707970
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
79717971
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
79727972

7973-
ts-jest@^29.3.4:
7974-
version "29.3.4"
7975-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
7976-
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
7973+
ts-jest@^29.4.0:
7974+
version "29.4.0"
7975+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
7976+
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
79777977
dependencies:
79787978
bs-logger "^0.2.6"
79797979
ejs "^3.1.10"
79807980
fast-json-stable-stringify "^2.1.0"
7981-
jest-util "^29.0.0"
79827981
json5 "^2.2.3"
79837982
lodash.memoize "^4.1.2"
79847983
make-error "^1.3.6"

0 commit comments

Comments
 (0)