From 466c5f1dbfa36a2541b02f689cb332f360f9e1d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:23:28 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 3.9.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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..07c01ea 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.6" }, "engines": { "node": "10.* || >= 12.*" diff --git a/yarn.lock b/yarn.lock index 44eb251..b56bb3f 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.6: + version "3.9.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a" union-value@^1.0.0: version "1.0.0"