Skip to content

Commit 4a07e45

Browse files
chore(webhook): bump ts-jest from 29.0.5 to 29.1.0 in /modules/webhook/lambdas/webhook (#3157)
chore(webhook): bump ts-jest in /modules/webhook/lambdas/webhook Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.5 to 29.1.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.0.5...v29.1.0) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b90c21b commit 4a07e45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jest-mock": "^29.5.0",
3535
"nock": "^13.3.0",
3636
"prettier": "2.8.7",
37-
"ts-jest": "^29.0.5",
37+
"ts-jest": "^29.1.0",
3838
"ts-node-dev": "^2.0.0",
3939
"typescript": "^5.0.2"
4040
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5093,10 +5093,10 @@ tree-kill@^1.2.2:
50935093
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
50945094
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
50955095

5096-
ts-jest@^29.0.5:
5097-
version "29.0.5"
5098-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
5099-
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
5096+
ts-jest@^29.1.0:
5097+
version "29.1.0"
5098+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
5099+
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
51005100
dependencies:
51015101
bs-logger "0.x"
51025102
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)