Skip to content

Commit 343da00

Browse files
committed
chore(deps): update dependency ts-jest to v29.0.4
1 parent 01a89ba commit 343da00

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rimraf": "3.0.2",
5959
"rxjs": "7.8.0",
6060
"supertest": "6.3.3",
61-
"ts-jest": "29.0.3",
61+
"ts-jest": "29.0.4",
6262
"ts-node": "10.9.1",
6363
"typescript": "4.9.4"
6464
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7885,7 +7885,7 @@ json5@^2.2.1:
78857885
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
78867886
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
78877887

7888-
json5@^2.2.2:
7888+
json5@^2.2.2, json5@^2.2.3:
78897889
version "2.2.3"
78907890
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
78917891
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -11312,15 +11312,15 @@ ts-invariant@^0.4.0:
1131211312
dependencies:
1131311313
tslib "^1.9.3"
1131411314

11315-
11316-
version "29.0.3"
11317-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
11318-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
11315+
11316+
version "29.0.4"
11317+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.4.tgz#9bc1fd0ec4d863f001af6c5c630e3a807df90f6d"
11318+
integrity sha512-YdNofkoyzeinwjIqLSYQeAM+GTmFQ7xFNtWcR5OyitY5VLzzNINrNmfhP5H3daA/V+RGQR7O3g1K6ysRgu5xIQ==
1131911319
dependencies:
1132011320
bs-logger "0.x"
1132111321
fast-json-stable-stringify "2.x"
1132211322
jest-util "^29.0.0"
11323-
json5 "^2.2.1"
11323+
json5 "^2.2.3"
1132411324
lodash.memoize "4.x"
1132511325
make-error "1.x"
1132611326
semver "7.x"

0 commit comments

Comments
 (0)