Skip to content

Commit a59c87d

Browse files
chore(deps): update dependency ts-jest to v29
1 parent 2572af4 commit a59c87d

File tree

2 files changed

+11
-42
lines changed

2 files changed

+11
-42
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.0.3",
4242
"standard-version": "9.5.0",
43-
"ts-jest": "28.0.8",
43+
"ts-jest": "29.0.1",
4444
"typescript": "4.8.3"
4545
},
4646
"author": "Fabio Benedetti",

yarn.lock

Lines changed: 10 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,13 +1303,6 @@
13031303
terminal-link "^2.0.0"
13041304
v8-to-istanbul "^9.0.1"
13051305

1306-
"@jest/schemas@^28.1.3":
1307-
version "28.1.3"
1308-
resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz"
1309-
integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
1310-
dependencies:
1311-
"@sinclair/typebox" "^0.24.1"
1312-
13131306
"@jest/schemas@^29.0.0":
13141307
version "29.0.0"
13151308
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a"
@@ -1367,18 +1360,6 @@
13671360
slash "^3.0.0"
13681361
write-file-atomic "^4.0.1"
13691362

1370-
"@jest/types@^28.1.3":
1371-
version "28.1.3"
1372-
resolved "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz"
1373-
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
1374-
dependencies:
1375-
"@jest/schemas" "^28.1.3"
1376-
"@types/istanbul-lib-coverage" "^2.0.0"
1377-
"@types/istanbul-reports" "^3.0.0"
1378-
"@types/node" "*"
1379-
"@types/yargs" "^17.0.8"
1380-
chalk "^4.0.0"
1381-
13821363
"@jest/types@^29.0.1":
13831364
version "29.0.1"
13841365
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.1.tgz#1985650acf137bdb81710ff39a4689ec071dd86a"
@@ -4075,12 +4056,12 @@ jest-snapshot@^29.0.3:
40754056
pretty-format "^29.0.3"
40764057
semver "^7.3.5"
40774058

4078-
jest-util@^28.0.0:
4079-
version "28.1.3"
4080-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz"
4081-
integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==
4059+
jest-util@^29.0.0, jest-util@^29.0.3:
4060+
version "29.0.3"
4061+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
4062+
integrity sha512-Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ==
40824063
dependencies:
4083-
"@jest/types" "^28.1.3"
4064+
"@jest/types" "^29.0.3"
40844065
"@types/node" "*"
40854066
chalk "^4.0.0"
40864067
ci-info "^3.2.0"
@@ -4099,18 +4080,6 @@ jest-util@^29.0.1:
40994080
graceful-fs "^4.2.9"
41004081
picomatch "^2.2.3"
41014082

4102-
jest-util@^29.0.3:
4103-
version "29.0.3"
4104-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
4105-
integrity sha512-Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ==
4106-
dependencies:
4107-
"@jest/types" "^29.0.3"
4108-
"@types/node" "*"
4109-
chalk "^4.0.0"
4110-
ci-info "^3.2.0"
4111-
graceful-fs "^4.2.9"
4112-
picomatch "^2.2.3"
4113-
41144083
jest-validate@^29.0.3:
41154084
version "29.0.3"
41164085
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.0.3.tgz#f9521581d7344685428afa0a4d110e9c519aeeb6"
@@ -5864,14 +5833,14 @@ ts-invariant@^0.4.0:
58645833
dependencies:
58655834
tslib "^1.9.3"
58665835

5867-
ts-jest@28.0.8:
5868-
version "28.0.8"
5869-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73"
5870-
integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==
5836+
ts-jest@29.0.1:
5837+
version "29.0.1"
5838+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.1.tgz#3296b39d069dc55825ce1d059a9510b33c718b86"
5839+
integrity sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==
58715840
dependencies:
58725841
bs-logger "0.x"
58735842
fast-json-stable-stringify "2.x"
5874-
jest-util "^28.0.0"
5843+
jest-util "^29.0.0"
58755844
json5 "^2.2.1"
58765845
lodash.memoize "4.x"
58775846
make-error "1.x"

0 commit comments

Comments
 (0)