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

Commit 5a1fd69

Browse files
chore: Bump typescript (#1288)
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: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 3b1032a commit 5a1fd69

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
@@ -29,7 +29,7 @@
2929
"prettier": "2.4.1",
3030
"ts-jest": "^27.0.5",
3131
"ts-node-dev": "^1.1.6",
32-
"typescript": "^4.3.4"
32+
"typescript": "^4.4.4"
3333
},
3434
"dependencies": {
3535
"axios": "^0.22.0"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3469,10 +3469,10 @@ typedarray-to-buffer@^3.1.5:
34693469
dependencies:
34703470
is-typedarray "^1.0.0"
34713471

3472-
typescript@^4.3.4:
3473-
version "4.4.3"
3474-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
3475-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
3472+
typescript@^4.4.4:
3473+
version "4.4.4"
3474+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
3475+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
34763476

34773477
universal-user-agent@^6.0.0:
34783478
version "6.0.0"

0 commit comments

Comments
 (0)