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

Commit 7ede744

Browse files
chore(webhook): bump typescript from 4.9.4 to 4.9.5 in /modules/webhook/lambdas/webhook (#2948)
chore(webhook): bump typescript in /modules/webhook/lambdas/webhook Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.4...v4.9.5) --- 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 d9dc586 commit 7ede744

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.8.4",
3737
"ts-jest": "^29.0.3",
3838
"ts-node-dev": "^2.0.0",
39-
"typescript": "^4.9.4"
39+
"typescript": "^4.9.5"
4040
},
4141
"dependencies": {
4242
"@aws-sdk/client-sqs": "^3.264.0",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5257,10 +5257,10 @@ type-is@~1.6.18:
52575257
media-typer "0.3.0"
52585258
mime-types "~2.1.24"
52595259

5260-
typescript@^4.9.4:
5261-
version "4.9.4"
5262-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
5263-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
5260+
typescript@^4.9.5:
5261+
version "4.9.5"
5262+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5263+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
52645264

52655265
universal-user-agent@^6.0.0:
52665266
version "6.0.0"

0 commit comments

Comments
 (0)