From c3ecd8610a20c9ed2c001f6a0bade26141d6fcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 18:16:13 +0900 Subject: [PATCH] Bump typescript from 3.9.3 to 4.0.5 (#87) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v4.0.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 763c08d..1f519d3 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "js-yaml": "^3.13.1", "prettier": "^2.0.5", "ts-jest": "^24.2.0", - "typescript": "^3.6.4" + "typescript": "^4.0.5" } } diff --git a/yarn.lock b/yarn.lock index c21722f..17919f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6098,10 +6098,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.6.4: - version "3.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" - integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ== +typescript@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389" + integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== union-value@^1.0.0: version "1.0.1"