From 1b3f8ea88a79694ccc1e077bd7831b2c3585aaa9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 08:39:34 -0400 Subject: [PATCH] Bump typescript from 3.9.2 to 3.9.3 (#304) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v3.9.3) 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 e4eafa64..30997ecd 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.2" + "typescript": "3.9.3" } } diff --git a/yarn.lock b/yarn.lock index 426a8e95..4280d4e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4775,9 +4775,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.2: - version "3.9.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9" +typescript@3.9.3: + version "3.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" union-value@^1.0.0: version "1.0.1"