From 6daa4434e32a504e9601d53c4f0704383abedef9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:30:54 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.7) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 973f60a..b2a0fbb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest": "^25.5.4", "ts-jest": "^25.5.1", "tslint": "^6.1.2", - "typescript": "^3.9.5" + "typescript": "^3.9.7" }, "engines": { "node": "10.* || >= 12.*" diff --git a/yarn.lock b/yarn.lock index 44eb251..4ee5608 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3207,9 +3207,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^3.9.5: - version "3.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36" +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.0"