Skip to content

Commit 9264a65

Browse files
chore(deps): update dependency ts-jest to v29.1.0
1 parent 43cbb1d commit 9264a65

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jest": "29.3.1",
5050
"lint-staged": "13.1.0",
5151
"prettier": "2.8.3",
52-
"ts-jest": "29.0.3",
52+
"ts-jest": "29.1.0",
5353
"ts-node": "10.9.1",
5454
"typescript": "4.9.4"
5555
},

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4705,6 +4705,11 @@ json5@^2.2.1:
47054705
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
47064706
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
47074707

4708+
json5@^2.2.3:
4709+
version "2.2.3"
4710+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4711+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
4712+
47084713
jsonfile@^6.0.1:
47094714
version "6.1.0"
47104715
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
@@ -6329,15 +6334,15 @@ ts-invariant@^0.4.0:
63296334
dependencies:
63306335
tslib "^1.9.3"
63316336

6332-
ts-jest@29.0.3:
6333-
version "29.0.3"
6334-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
6335-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
6337+
ts-jest@29.1.0:
6338+
version "29.1.0"
6339+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
6340+
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
63366341
dependencies:
63376342
bs-logger "0.x"
63386343
fast-json-stable-stringify "2.x"
63396344
jest-util "^29.0.0"
6340-
json5 "^2.2.1"
6345+
json5 "^2.2.3"
63416346
lodash.memoize "4.x"
63426347
make-error "1.x"
63436348
semver "7.x"

0 commit comments

Comments
 (0)