From 5d70b36e42a9378b88bf9870d2990cd2c6f72181 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 04:50:26 +0000 Subject: [PATCH] Bump typescript from 3.9.5 to 3.9.10 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.10. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.10) 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..8af3e4a 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.10" }, "engines": { "node": "10.* || >= 12.*" diff --git a/yarn.lock b/yarn.lock index 44eb251..a78b764 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.10: + version "3.9.10" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" union-value@^1.0.0: version "1.0.0"