From 51daf2df1899d51fdbc010d29d80133a2729b58b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 09:28:22 -0400 Subject: [PATCH] Bump typescript from 3.9.3 to 3.9.5 (#320) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 3.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v3.9.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 57645521..7a688630 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "jest-circus": "26.0.1", "prettier": "2.0.5", "ts-jest": "25.5.1", - "typescript": "3.9.3" + "typescript": "3.9.5" } } diff --git a/yarn.lock b/yarn.lock index 442d2048..8b3f2b07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4767,9 +4767,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.3: - version "3.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" +typescript@3.9.5: + version "3.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" union-value@^1.0.0: version "1.0.1"