From ddc2435e6bc38f30c469ff91f9076343969d7106 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 10:54:23 -0400 Subject: [PATCH] Bump typescript from 3.9.6 to 3.9.7 (#368) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.6 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7) 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 1e5ec707..ea66ed80 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "jest-circus": "26.1.0", "prettier": "2.0.5", "ts-jest": "25.5.1", - "typescript": "3.9.6" + "typescript": "3.9.7" } } diff --git a/yarn.lock b/yarn.lock index 79263b2a..877ab002 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4798,9 +4798,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.6: - version "3.9.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a" +typescript@3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" union-value@^1.0.0: version "1.0.1"