From 7235dbdd0777a80c909d7401aee92702eebab88d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 05:29:17 +0000 Subject: [PATCH] Bump typescript from 2.5.3 to 3.7.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.5.3 to 3.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.5.3...v3.7.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0949af9..befaf53ed 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "npm-run-all": "^4.1.3", "tslint": "^5.11.0", "tslint-microsoft-contrib": "^5.2.1", - "typescript": "2.5.3" + "typescript": "3.7.3" } }