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

Commit 34ba63e

Browse files
chore(syncer): bump typescript from 4.9.5 to 5.0.2 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3079)
chore(syncer): bump typescript 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 42f5d82 commit 34ba63e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "2.8.4",
3636
"ts-jest": "^29.0.5",
3737
"ts-node-dev": "^2.0.0",
38-
"typescript": "^4.9.5"
38+
"typescript": "^5.0.2"
3939
},
4040
"dependencies": {
4141
"@aws-lambda-powertools/logger": "^1.6.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4472,10 +4472,10 @@ type-fest@^0.21.3:
44724472
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
44734473
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
44744474

4475-
typescript@^4.9.5:
4476-
version "4.9.5"
4477-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
4478-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
4475+
typescript@^5.0.2:
4476+
version "5.0.2"
4477+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
4478+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
44794479

44804480
universal-user-agent@^6.0.0:
44814481
version "6.0.0"

0 commit comments

Comments
 (0)