Skip to content

Commit 23bc895

Browse files
chore: Bump typescript (#219)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.7...v4.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ce186f commit 23bc895

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"jest": "^26.4.2",
2626
"ts-jest": "^26.4.1",
2727
"ts-node-dev": "^1.0.0-pre.61",
28-
"typescript": "^3.9.6"
28+
"typescript": "^4.0.3"
2929
},
3030
"dependencies": {
3131
"yn": "^4.0.0"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4530,10 +4530,10 @@ typedarray-to-buffer@^3.1.5:
45304530
dependencies:
45314531
is-typedarray "^1.0.0"
45324532

4533-
typescript@^3.9.6:
4534-
version "3.9.7"
4535-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
4536-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
4533+
typescript@^4.0.3:
4534+
version "4.0.3"
4535+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
4536+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
45374537

45384538
union-value@^1.0.0:
45394539
version "1.0.1"

0 commit comments

Comments
 (0)