Skip to content

Commit dcce301

Browse files
chor: Bump typescript (#58)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.5...v3.9.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87b5929 commit dcce301

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,6 +25,6 @@
2525
"jest": "^26.0.1",
2626
"ts-jest": "^26.0.0",
2727
"ts-node-dev": "^1.0.0-pre.44",
28-
"typescript": "^3.8.3"
28+
"typescript": "^3.9.6"
2929
}
3030
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4420,10 +4420,10 @@ typedarray-to-buffer@^3.1.5:
44204420
dependencies:
44214421
is-typedarray "^1.0.0"
44224422

4423-
typescript@^3.8.3:
4424-
version "3.9.5"
4425-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
4426-
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
4423+
typescript@^3.9.6:
4424+
version "3.9.6"
4425+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
4426+
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
44274427

44284428
union-value@^1.0.0:
44294429
version "1.0.1"

0 commit comments

Comments
 (0)