Skip to content

Commit 4a664f8

Browse files
chore(deps): update dependency ts-jest to v29.0.5
1 parent e322ea1 commit 4a664f8

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.0.5",
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
@@ -4692,6 +4692,11 @@ json5@^2.2.1:
46924692
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
46934693
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
46944694

4695+
json5@^2.2.3:
4696+
version "2.2.3"
4697+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4698+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
4699+
46954700
jsonfile@^6.0.1:
46964701
version "6.1.0"
46974702
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
@@ -6316,15 +6321,15 @@ ts-invariant@^0.4.0:
63166321
dependencies:
63176322
tslib "^1.9.3"
63186323

6319-
ts-jest@29.0.3:
6320-
version "29.0.3"
6321-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
6322-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
6324+
ts-jest@29.0.5:
6325+
version "29.0.5"
6326+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
6327+
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
63236328
dependencies:
63246329
bs-logger "0.x"
63256330
fast-json-stable-stringify "2.x"
63266331
jest-util "^29.0.0"
6327-
json5 "^2.2.1"
6332+
json5 "^2.2.3"
63286333
lodash.memoize "4.x"
63296334
make-error "1.x"
63306335
semver "7.x"

0 commit comments

Comments
 (0)