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

Commit 4fa8034

Browse files
chore: Bump typescript in /modules/runners/lambdas/runners (#1312)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.3...v4.4.4) --- 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 e5176c8 commit 4fa8034

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@types/node": "^16.10.3",
4444
"aws-sdk": "^2.1010.0",
4545
"cron-parser": "^4.0.0",
46-
"typescript": "^4.2.3"
46+
"typescript": "^4.4.4"
4747
}
4848
}

modules/runners/lambdas/runners/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4349,10 +4349,10 @@ typedarray-to-buffer@^3.1.5:
43494349
dependencies:
43504350
is-typedarray "^1.0.0"
43514351

4352-
typescript@^4.2.3:
4353-
version "4.4.3"
4354-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
4355-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
4352+
typescript@^4.4.4:
4353+
version "4.4.4"
4354+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
4355+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
43564356

43574357
universal-github-app-jwt@^1.0.1:
43584358
version "1.1.0"

0 commit comments

Comments
 (0)