Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit fbec2cd

Browse files
chore(webhook): bump ts-jest from 29.0.3 to 29.0.5 in /modules/webhook/lambdas/webhook (#2961)
chore(webhook): bump ts-jest in /modules/webhook/lambdas/webhook Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.0.5. - [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.3...v29.0.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e357a1b commit fbec2cd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.3.1",
3535
"nock": "^13.3.0",
3636
"prettier": "2.8.4",
37-
"ts-jest": "^29.0.3",
37+
"ts-jest": "^29.0.5",
3838
"ts-node-dev": "^2.0.0",
3939
"typescript": "^4.9.5"
4040
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4336,7 +4336,7 @@ json-stringify-safe@^5.0.1:
43364336
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
43374337
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
43384338

4339-
json5@^2.1.2, json5@^2.2.1:
4339+
json5@^2.1.2, json5@^2.2.1, json5@^2.2.3:
43404340
version "2.2.3"
43414341
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
43424342
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -5144,15 +5144,15 @@ tree-kill@^1.2.2:
51445144
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
51455145
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
51465146

5147-
ts-jest@^29.0.3:
5148-
version "29.0.3"
5149-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
5150-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
5147+
ts-jest@^29.0.5:
5148+
version "29.0.5"
5149+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
5150+
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
51515151
dependencies:
51525152
bs-logger "0.x"
51535153
fast-json-stable-stringify "2.x"
51545154
jest-util "^29.0.0"
5155-
json5 "^2.2.1"
5155+
json5 "^2.2.3"
51565156
lodash.memoize "4.x"
51575157
make-error "1.x"
51585158
semver "7.x"

0 commit comments

Comments
 (0)