Skip to content

Commit 82c90bc

Browse files
chore: Bump typescript in /modules/webhook/lambdas/webhook (#1898)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.2...v4.6.3) --- 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 591a2b3 commit 82c90bc

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
@@ -36,7 +36,7 @@
3636
"prettier": "2.6.1",
3737
"ts-jest": "^27.1.3",
3838
"ts-node-dev": "^1.1.6",
39-
"typescript": "^4.6.2"
39+
"typescript": "^4.6.3"
4040
},
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.56.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4620,10 +4620,10 @@ typedarray-to-buffer@^3.1.5:
46204620
dependencies:
46214621
is-typedarray "^1.0.0"
46224622

4623-
typescript@^4.6.2:
4624-
version "4.6.2"
4625-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4626-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4623+
typescript@^4.6.3:
4624+
version "4.6.3"
4625+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
4626+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
46274627

46284628
universal-user-agent@^6.0.0:
46294629
version "6.0.0"

0 commit comments

Comments
 (0)