From 188495442ba5fa4f940a84cb3d83e6c8adfadad6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:02:01 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.1.2 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 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 6d5c64e..1f36ae2 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "source-map-support": "0.5.19", "ts-node": "9.0.0", "typedoc": "0.19.2", - "typescript": "4.1.2" + "typescript": "4.2.4" } }