Skip to content

Commit c8076d7

Browse files
chore: Bump typescript in /modules/webhook/lambdas/webhook (#350)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f74cd76 commit c8076d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jest": "^26.6.3",
2323
"ts-jest": "^26.4.4",
2424
"ts-node-dev": "^1.0.0",
25-
"typescript": "^4.0.5"
25+
"typescript": "^4.1.2"
2626
},
2727
"dependencies": {
2828
"@octokit/rest": "^18.0.9",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,10 +4502,10 @@ typedarray-to-buffer@^3.1.5:
45024502
dependencies:
45034503
is-typedarray "^1.0.0"
45044504

4505-
typescript@^4.0.5:
4506-
version "4.0.5"
4507-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
4508-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
4505+
typescript@^4.1.2:
4506+
version "4.1.2"
4507+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
4508+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
45094509

45104510
union-value@^1.0.0:
45114511
version "1.0.1"

0 commit comments

Comments
 (0)