Skip to content

Commit 00351b7

Browse files
chore: Bump ts-jest in /modules/webhook/lambdas/webhook (#239)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.2.0 to 26.4.1. - [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.2.0...v26.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 782385f commit 00351b7

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
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.2",
23-
"ts-jest": "^26.2.0",
23+
"ts-jest": "^26.4.1",
2424
"ts-node-dev": "^1.0.0-pre.62",
2525
"typescript": "^3.9.6"
2626
},

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ jest-snapshot@^26.4.2:
28242824
pretty-format "^26.4.2"
28252825
semver "^7.3.2"
28262826

2827-
jest-util@26.x, jest-util@^26.3.0:
2827+
jest-util@^26.1.0, jest-util@^26.3.0:
28282828
version "26.3.0"
28292829
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
28302830
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
@@ -4363,22 +4363,22 @@ trim-newlines@^1.0.0:
43634363
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
43644364
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
43654365

4366-
ts-jest@^26.2.0:
4367-
version "26.2.0"
4368-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.2.0.tgz#7ec22faceb05ee1467fdb5265d1b33c27441f163"
4369-
integrity sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==
4366+
ts-jest@^26.4.1:
4367+
version "26.4.1"
4368+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
4369+
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
43704370
dependencies:
43714371
"@types/jest" "26.x"
43724372
bs-logger "0.x"
43734373
buffer-from "1.x"
43744374
fast-json-stable-stringify "2.x"
4375-
jest-util "26.x"
4375+
jest-util "^26.1.0"
43764376
json5 "2.x"
43774377
lodash.memoize "4.x"
43784378
make-error "1.x"
43794379
mkdirp "1.x"
43804380
semver "7.x"
4381-
yargs-parser "18.x"
4381+
yargs-parser "20.x"
43824382

43834383
ts-node-dev@^1.0.0-pre.62:
43844384
version "1.0.0-pre.62"
@@ -4719,7 +4719,12 @@ y18n@^4.0.0:
47194719
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
47204720
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
47214721

4722-
[email protected], yargs-parser@^18.1.2:
4722+
4723+
version "20.2.1"
4724+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.1.tgz#28f3773c546cdd8a69ddae68116b48a5da328e77"
4725+
integrity sha512-yYsjuSkjbLMBp16eaOt7/siKTjNVjMm3SoJnIg3sEh/JsvqVVDyjRKmaJV4cl+lNIgq6QEco2i3gDebJl7/vLA==
4726+
4727+
yargs-parser@^18.1.2:
47234728
version "18.1.3"
47244729
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
47254730
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==

0 commit comments

Comments
 (0)