Skip to content

Commit eeeab0f

Browse files
authored
Merge pull request #58 from CodeCommunityHub/dependabot/npm_and_yarn/ts-jest-29.2.0
Bump ts-jest from 29.1.5 to 29.2.0
2 parents 340daca + fe33c39 commit eeeab0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^29.3.1",
4242
"prettier": "^3.3.2",
4343
"pretty-quick": "^4.0.0",
44-
"ts-jest": "^29.1.5",
44+
"ts-jest": "^29.2.0",
4545
"ts-node-dev": "^2.0.0",
4646
"typescript": "^5.5.3"
4747
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4923,10 +4923,10 @@ ts-api-utils@^1.3.0:
49234923
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49244924
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49254925

4926-
ts-jest@^29.1.5:
4927-
version "29.1.5"
4928-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.5.tgz#d6c0471cc78bffa2cb4664a0a6741ef36cfe8f69"
4929-
integrity sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==
4926+
ts-jest@^29.2.0:
4927+
version "29.2.0"
4928+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.0.tgz#e1a0e624d8dbed4303debf0d8e063b4403d15c40"
4929+
integrity sha512-eFmkE9MG0+oT6nqSOcUwL+2UUmK2IvhhUV8hFDsCHnc++v2WCCbQQZh5vvjsa8sgOY/g9T0325hmkEmi6rninA==
49304930
dependencies:
49314931
bs-logger "0.x"
49324932
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)