From 5427037a2f0935c6d235316dc99a3de28710fce0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:26:04 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.1.2 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.2...v4.3.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 6d5c64e..9011d51 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.3.3" } }