Skip to content

Commit 5b4cbff

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump typescript in /modules/webhook/lambdas/webhook (#926)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a601665 commit 5b4cbff

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.4"
32+
"typescript": "^4.3.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
@@ -4708,10 +4708,10 @@ typedarray-to-buffer@^3.1.5:
47084708
dependencies:
47094709
is-typedarray "^1.0.0"
47104710

4711-
typescript@^4.2.4:
4712-
version "4.3.3"
4713-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a"
4714-
integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==
4711+
typescript@^4.3.4:
4712+
version "4.3.4"
4713+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
4714+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
47154715

47164716
union-value@^1.0.0:
47174717
version "1.0.1"

0 commit comments

Comments
 (0)