Skip to content

Commit 591a2b3

Browse files
chore: Bump typescript in /modules/runners/lambdas/runners (#1897)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.2...v4.6.3) --- 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 4cf5157 commit 591a2b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"aws-sdk": "^2.1100.0",
4747
"cron-parser": "^4.2.1",
4848
"tslog": "^3.3.3",
49-
"typescript": "^4.6.2"
49+
"typescript": "^4.6.3"
5050
}
5151
}

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4423,10 +4423,10 @@ typedarray-to-buffer@^3.1.5:
44234423
dependencies:
44244424
is-typedarray "^1.0.0"
44254425

4426-
typescript@^4.6.2:
4427-
version "4.6.2"
4428-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4429-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4426+
typescript@^4.6.3:
4427+
version "4.6.3"
4428+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
4429+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
44304430

44314431
universal-github-app-jwt@^1.0.1:
44324432
version "1.1.0"

0 commit comments

Comments
 (0)