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

Commit 418c74b

Browse files
chore(webhook): bump typescript from 4.9.5 to 5.0.2 in /modules/webhook/lambdas/webhook (#3081)
chore(webhook): bump typescript in /modules/webhook/lambdas/webhook Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b26cfd commit 418c74b

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.5",
3838
"ts-node-dev": "^2.0.0",
39-
"typescript": "^4.9.5"
39+
"typescript": "^5.0.2"
4040
},
4141
"dependencies": {
4242
"@aws-lambda-powertools/logger": "^1.6.0",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5310,10 +5310,10 @@ type-is@~1.6.18:
53105310
media-typer "0.3.0"
53115311
mime-types "~2.1.24"
53125312

5313-
typescript@^4.9.5:
5314-
version "4.9.5"
5315-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5316-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5313+
typescript@^5.0.2:
5314+
version "5.0.2"
5315+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
5316+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
53175317

53185318
universal-user-agent@^6.0.0:
53195319
version "6.0.0"

0 commit comments

Comments
 (0)