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

Commit 9cfa54d

Browse files
fix(runners): bump typescript from 4.9.4 to 4.9.5 in /modules/runners/lambdas/runners (#3148)
fix(runners): bump typescript in /modules/runners/lambdas/runners 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:production 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 698b1ba commit 9cfa54d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@octokit/rest": "^19.0.7",
4848
"@octokit/types": "^9.0.0",
4949
"cron-parser": "^4.8.1",
50-
"typescript": "^4.9.4"
50+
"typescript": "^4.9.5"
5151
}
5252
}

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

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

4430-
typescript@^4.9.4:
4431-
version "4.9.4"
4432-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
4433-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
4430+
typescript@^4.9.5:
4431+
version "4.9.5"
4432+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
4433+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
44344434

44354435
universal-github-app-jwt@^1.1.1:
44364436
version "1.1.1"

0 commit comments

Comments
 (0)