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

Commit 58503dd

Browse files
chore: Bump typescript (#1439)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.4...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78725df commit 58503dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: 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.5.0",
3030
"ts-jest": "^27.0.7",
3131
"ts-node-dev": "^1.1.6",
32-
"typescript": "^4.4.4"
32+
"typescript": "^4.5.2"
3333
},
3434
"dependencies": {
3535
"tslog": "^3.3.0",

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3427,10 +3427,10 @@ typedarray-to-buffer@^3.1.5:
34273427
dependencies:
34283428
is-typedarray "^1.0.0"
34293429

3430-
typescript@^4.4.4:
3431-
version "4.4.4"
3432-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
3433-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
3430+
typescript@^4.5.2:
3431+
version "4.5.2"
3432+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
3433+
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
34343434

34353435
universal-user-agent@^6.0.0:
34363436
version "6.0.0"

0 commit comments

Comments
 (0)