From a2a021f4897c33a876c9ffa53bfd1a1df6b3a84f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:27:44 +0000 Subject: [PATCH] Bump typescript from 2.5.3 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.5.3 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.5.3...v4.3.5) 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 62082c1..0493744 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": "~4.3.5" } }