Skip to content

Commit c4902a8

Browse files
chore(deps): update dependency ts-jest to v29
1 parent afb700d commit c4902a8

File tree

2 files changed

+13
-44
lines changed

2 files changed

+13
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"graphql-codegen": "0.4.0",
4141
"jest": "29.5.0",
4242
"standard-version": "9.5.0",
43-
"ts-jest": "28.0.8",
43+
"ts-jest": "29.1.0",
4444
"typescript": "4.9.5"
4545
},
4646
"author": "Fabio Benedetti",

yarn.lock

Lines changed: 12 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,13 +1446,6 @@
14461446
strip-ansi "^6.0.0"
14471447
v8-to-istanbul "^9.0.1"
14481448

1449-
"@jest/schemas@^28.1.3":
1450-
version "28.1.3"
1451-
resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz"
1452-
integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
1453-
dependencies:
1454-
"@sinclair/typebox" "^0.24.1"
1455-
14561449
"@jest/schemas@^29.0.0":
14571450
version "29.0.0"
14581451
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a"
@@ -1517,18 +1510,6 @@
15171510
slash "^3.0.0"
15181511
write-file-atomic "^4.0.2"
15191512

1520-
"@jest/types@^28.1.3":
1521-
version "28.1.3"
1522-
resolved "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz"
1523-
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
1524-
dependencies:
1525-
"@jest/schemas" "^28.1.3"
1526-
"@types/istanbul-lib-coverage" "^2.0.0"
1527-
"@types/istanbul-reports" "^3.0.0"
1528-
"@types/node" "*"
1529-
"@types/yargs" "^17.0.8"
1530-
chalk "^4.0.0"
1531-
15321513
"@jest/types@^29.0.1":
15331514
version "29.0.1"
15341515
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.1.tgz#1985650acf137bdb81710ff39a4689ec071dd86a"
@@ -4236,12 +4217,12 @@ jest-snapshot@^29.5.0:
42364217
pretty-format "^29.5.0"
42374218
semver "^7.3.5"
42384219

4239-
jest-util@^28.0.0:
4240-
version "28.1.3"
4241-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz"
4242-
integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==
4220+
jest-util@^29.0.0, jest-util@^29.5.0:
4221+
version "29.5.0"
4222+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
4223+
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
42434224
dependencies:
4244-
"@jest/types" "^28.1.3"
4225+
"@jest/types" "^29.5.0"
42454226
"@types/node" "*"
42464227
chalk "^4.0.0"
42474228
ci-info "^3.2.0"
@@ -4260,18 +4241,6 @@ jest-util@^29.0.1:
42604241
graceful-fs "^4.2.9"
42614242
picomatch "^2.2.3"
42624243

4263-
jest-util@^29.5.0:
4264-
version "29.5.0"
4265-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
4266-
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
4267-
dependencies:
4268-
"@jest/types" "^29.5.0"
4269-
"@types/node" "*"
4270-
chalk "^4.0.0"
4271-
ci-info "^3.2.0"
4272-
graceful-fs "^4.2.9"
4273-
picomatch "^2.2.3"
4274-
42754244
jest-validate@^29.5.0:
42764245
version "29.5.0"
42774246
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.5.0.tgz#8e5a8f36178d40e47138dc00866a5f3bd9916ffc"
@@ -4373,7 +4342,7 @@ json-to-pretty-yaml@^1.2.2:
43734342
remedial "^1.0.7"
43744343
remove-trailing-spaces "^1.0.6"
43754344

4376-
json5@^2.2.1, json5@^2.2.2:
4345+
json5@^2.2.1, json5@^2.2.2, json5@^2.2.3:
43774346
version "2.2.3"
43784347
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
43794348
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -6007,15 +5976,15 @@ ts-invariant@^0.4.0:
60075976
dependencies:
60085977
tslib "^1.9.3"
60095978

6010-
ts-jest@28.0.8:
6011-
version "28.0.8"
6012-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73"
6013-
integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==
5979+
ts-jest@29.1.0:
5980+
version "29.1.0"
5981+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
5982+
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
60145983
dependencies:
60155984
bs-logger "0.x"
60165985
fast-json-stable-stringify "2.x"
6017-
jest-util "^28.0.0"
6018-
json5 "^2.2.1"
5986+
jest-util "^29.0.0"
5987+
json5 "^2.2.3"
60195988
lodash.memoize "4.x"
60205989
make-error "1.x"
60215990
semver "7.x"

0 commit comments

Comments
 (0)