Skip to content

Commit f74cd76

Browse files
chore: Bump typescript (#348)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59444f5 commit f74cd76

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.6.3",
2626
"ts-jest": "^26.4.4",
2727
"ts-node-dev": "^1.0.0",
28-
"typescript": "^4.0.5"
28+
"typescript": "^4.1.2"
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
@@ -4567,10 +4567,10 @@ typedarray-to-buffer@^3.1.5:
45674567
dependencies:
45684568
is-typedarray "^1.0.0"
45694569

4570-
typescript@^4.0.5:
4571-
version "4.0.5"
4572-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
4573-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
4570+
typescript@^4.1.2:
4571+
version "4.1.2"
4572+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
4573+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
45744574

45754575
union-value@^1.0.0:
45764576
version "1.0.1"

0 commit comments

Comments
 (0)