Skip to content

Commit 93eb499

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump ts-jest in /modules/webhook/lambdas/webhook (#131)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.4 to 26.2.0. - [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.1.4...v26.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d18b80 commit 93eb499

File tree

2 files changed

+11
-33
lines changed

2 files changed

+11
-33
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"body-parser": "^1.19.0",
2121
"express": "^4.17.1",
2222
"jest": "^26.4.0",
23-
"ts-jest": "^26.1.4",
23+
"ts-jest": "^26.2.0",
2424
"ts-node-dev": "^1.0.0-pre.56",
2525
"typescript": "^3.9.6"
2626
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -500,17 +500,6 @@
500500
"@types/yargs" "^15.0.0"
501501
chalk "^3.0.0"
502502

503-
"@jest/types@^26.2.0":
504-
version "26.2.0"
505-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721"
506-
integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA==
507-
dependencies:
508-
"@types/istanbul-lib-coverage" "^2.0.0"
509-
"@types/istanbul-reports" "^1.1.1"
510-
"@types/node" "*"
511-
"@types/yargs" "^15.0.0"
512-
chalk "^4.0.0"
513-
514503
"@jest/types@^26.3.0":
515504
version "26.3.0"
516505
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
@@ -768,10 +757,10 @@
768757
dependencies:
769758
"@types/istanbul-lib-report" "*"
770759

771-
"@types/jest@^26.0.9":
772-
version "26.0.9"
773-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
774-
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
760+
"@types/jest@26.x", "@types/jest@^26.0.9":
761+
version "26.0.10"
762+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
763+
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
775764
dependencies:
776765
jest-diff "^25.2.1"
777766
pretty-format "^25.2.1"
@@ -2828,19 +2817,7 @@ jest-snapshot@^26.4.0:
28282817
pretty-format "^26.4.0"
28292818
semver "^7.3.2"
28302819

2831-
2832-
version "26.2.0"
2833-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.2.0.tgz#0597d2a27c559340957609f106c408c17c1d88ac"
2834-
integrity sha512-YmDwJxLZ1kFxpxPfhSJ0rIkiZOM0PQbRcfH0TzJOhqCisCAsI1WcmoQqO83My9xeVA2k4n+rzg2UuexVKzPpig==
2835-
dependencies:
2836-
"@jest/types" "^26.2.0"
2837-
"@types/node" "*"
2838-
chalk "^4.0.0"
2839-
graceful-fs "^4.2.4"
2840-
is-ci "^2.0.0"
2841-
micromatch "^4.0.2"
2842-
2843-
jest-util@^26.3.0:
2820+
[email protected], jest-util@^26.3.0:
28442821
version "26.3.0"
28452822
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
28462823
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
@@ -4379,11 +4356,12 @@ trim-newlines@^1.0.0:
43794356
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
43804357
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
43814358

4382-
ts-jest@^26.1.4:
4383-
version "26.1.4"
4384-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.1.4.tgz#87d41a96016a8efe4b8cc14501d3785459af6fa6"
4385-
integrity sha512-Nd7diUX6NZWfWq6FYyvcIPR/c7GbEF75fH1R6coOp3fbNzbRJBZZAn0ueVS0r8r9ral1VcrpneAFAwB3TsVS1Q==
4359+
ts-jest@^26.2.0:
4360+
version "26.2.0"
4361+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.2.0.tgz#7ec22faceb05ee1467fdb5265d1b33c27441f163"
4362+
integrity sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==
43864363
dependencies:
4364+
"@types/jest" "26.x"
43874365
bs-logger "0.x"
43884366
buffer-from "1.x"
43894367
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)