Skip to content

Commit b646858

Browse files
chore: Bump typescript in /modules/webhook/lambdas/webhook (#765)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.2.3...v4.2.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11a279f commit b646858

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
@@ -29,7 +29,7 @@
2929
"jest": "^26.6.3",
3030
"ts-jest": "^26.5.5",
3131
"ts-node-dev": "^1.1.6",
32-
"typescript": "^4.2.3"
32+
"typescript": "^4.2.4"
3333
},
3434
"dependencies": {
3535
"@octokit/rest": "^18.3.5",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4876,10 +4876,10 @@ typedarray-to-buffer@^3.1.5:
48764876
dependencies:
48774877
is-typedarray "^1.0.0"
48784878

4879-
typescript@^4.2.3:
4880-
version "4.2.3"
4881-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
4882-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
4879+
typescript@^4.2.4:
4880+
version "4.2.4"
4881+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
4882+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
48834883

48844884
union-value@^1.0.0:
48854885
version "1.0.1"

0 commit comments

Comments
 (0)