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

Commit 0c4a97a

Browse files
chore(syncer): bump typescript from 4.9.4 to 4.9.5 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3012)
chore(syncer): bump typescript 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 a5c4637 commit 0c4a97a

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
@@ -32,7 +32,7 @@
3232
"prettier": "2.8.4",
3333
"ts-jest": "^29.0.5",
3434
"ts-node-dev": "^2.0.0",
35-
"typescript": "^4.9.4"
35+
"typescript": "^4.9.5"
3636
},
3737
"dependencies": {
3838
"axios": "^1.3.3",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3466,10 +3466,10 @@ type-fest@^0.21.3:
34663466
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
34673467
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
34683468

3469-
typescript@^4.9.4:
3470-
version "4.9.4"
3471-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
3472-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
3469+
typescript@^4.9.5:
3470+
version "4.9.5"
3471+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
3472+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
34733473

34743474
universal-user-agent@^6.0.0:
34753475
version "6.0.0"

0 commit comments

Comments
 (0)