Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3023eda

Browse files
chore: Bump typescript from 4.8.4 to 4.9.3 in /modules/webhook/lambdas/webhook (#2676)
chore: Bump typescript in /modules/webhook/lambdas/webhook Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.8.4...v4.9.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c426dd commit 3023eda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier": "2.7.1",
3737
"ts-jest": "^29.0.3",
3838
"ts-node-dev": "^2.0.0",
39-
"typescript": "^4.8.4"
39+
"typescript": "^4.9.3"
4040
},
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.218.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5070,10 +5070,10 @@ type-is@~1.6.18:
50705070
media-typer "0.3.0"
50715071
mime-types "~2.1.24"
50725072

5073-
typescript@^4.8.4:
5074-
version "4.8.4"
5075-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
5076-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
5073+
typescript@^4.9.3:
5074+
version "4.9.3"
5075+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
5076+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
50775077

50785078
unbox-primitive@^1.0.2:
50795079
version "1.0.2"

0 commit comments

Comments
 (0)