Skip to content

Commit 625331f

Browse files
chore: Bump ts-jest in /modules/webhook/lambdas/webhook (#1502)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.7 to 27.1.1. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v27.0.7...v27.1.1) --- 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 d1e16ab commit 625331f

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest": "^27.4.3",
3333
"nock": "^13.2.1",
3434
"prettier": "2.5.1",
35-
"ts-jest": "^27.0.7",
35+
"ts-jest": "^27.1.1",
3636
"ts-node-dev": "^1.1.6",
3737
"typescript": "^4.5.2"
3838
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,19 +3349,7 @@ jest-snapshot@^27.4.2:
33493349
pretty-format "^27.4.2"
33503350
semver "^7.3.2"
33513351

3352-
jest-util@^27.0.0:
3353-
version "27.3.1"
3354-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.3.1.tgz#a58cdc7b6c8a560caac9ed6bdfc4e4ff23f80429"
3355-
integrity sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==
3356-
dependencies:
3357-
"@jest/types" "^27.2.5"
3358-
"@types/node" "*"
3359-
chalk "^4.0.0"
3360-
ci-info "^3.2.0"
3361-
graceful-fs "^4.2.4"
3362-
picomatch "^2.2.3"
3363-
3364-
jest-util@^27.4.2:
3352+
jest-util@^27.0.0, jest-util@^27.4.2:
33653353
version "27.4.2"
33663354
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.4.2.tgz#ed95b05b1adfd761e2cda47e0144c6a58e05a621"
33673355
integrity sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==
@@ -4400,10 +4388,10 @@ tree-kill@^1.2.2:
44004388
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
44014389
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
44024390

4403-
ts-jest@^27.0.7:
4404-
version "27.0.7"
4405-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.7.tgz#fb7c8c8cb5526ab371bc1b23d06e745652cca2d0"
4406-
integrity sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==
4391+
ts-jest@^27.1.1:
4392+
version "27.1.1"
4393+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.1.tgz#5a54aca96db1dac37c681f3029dd10f3a8c36192"
4394+
integrity sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==
44074395
dependencies:
44084396
bs-logger "0.x"
44094397
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)