Skip to content

Commit fb3792a

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump ts-jest in /modules/webhook/lambdas/webhook (#610)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.1 to 26.5.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.5.1...v26.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30d8cec commit fb3792a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^7.20.0",
2828
"express": "^4.17.1",
2929
"jest": "^26.6.3",
30-
"ts-jest": "^26.5.1",
30+
"ts-jest": "^26.5.3",
3131
"ts-node-dev": "^1.1.1",
3232
"typescript": "^4.1.5"
3333
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
dependencies:
778778
"@types/istanbul-lib-report" "*"
779779

780-
"@types/jest@26.x", "@types/jest@^26.0.20":
780+
"@types/jest@^26.0.20":
781781
version "26.0.20"
782782
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
783783
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
@@ -4767,12 +4767,11 @@ trim-newlines@^1.0.0:
47674767
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
47684768
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
47694769

4770-
ts-jest@^26.5.1:
4771-
version "26.5.1"
4772-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
4773-
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
4770+
ts-jest@^26.5.3:
4771+
version "26.5.3"
4772+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
4773+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
47744774
dependencies:
4775-
"@types/jest" "26.x"
47764775
bs-logger "0.x"
47774776
buffer-from "1.x"
47784777
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)