From cc00a07dc1fef3bade6206af627b5cdad0d16b26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 13:41:49 +0000 Subject: [PATCH] Bump typescript from 3.1.8 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.8 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 98e9288..0c5ba5f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "shx": "^0.3.0", "ts-node": "^8.10.2", "tslint": "^6.1.2", - "typescript": "~3.1.6" + "typescript": "~4.2.4" }, "peerDependencies": { "@angular/core": "^6.0.0",