From 0d17d63c51a005878b0a4f1d3ae0e6cc391512f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 01:41:24 +0000 Subject: [PATCH] Bump typescript from 2.5.3 to 2.6.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.5.3 to 2.6.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.5.3...v2.6.2) 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 807e66b..e95eb32 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "protractor": "~5.1.2", "ts-node": "~4.1.0", "tslint": "~5.9.1", - "typescript": "~2.5.3" + "typescript": "~2.6.2" } }