From d7c0e3157ba84ed29ec8c42000fd9ca843fce549 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:32:41 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.1.2 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.2...v4.3.4) 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..bd84ff1 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.4" } }