Skip to content

Commit c22706f

Browse files
chore(syncer): bump typescript from 5.0.2 to 5.0.3 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3156)
chore(syncer): bump typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 4a07e45 commit c22706f

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "2.8.7",
3636
"ts-jest": "^29.1.0",
3737
"ts-node-dev": "^2.0.0",
38-
"typescript": "^5.0.2"
38+
"typescript": "^5.0.3"
3939
},
4040
"dependencies": {
4141
"@aws-lambda-powertools/logger": "^1.7.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4517,10 +4517,10 @@ type-fest@^0.21.3:
45174517
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
45184518
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
45194519

4520-
typescript@^5.0.2:
4521-
version "5.0.2"
4522-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
4523-
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
4520+
typescript@^5.0.3:
4521+
version "5.0.3"
4522+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
4523+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
45244524

45254525
universal-user-agent@^6.0.0:
45264526
version "6.0.0"

0 commit comments

Comments
 (0)