From 3af27df3d04f753425d30ec863aeb26a571da317 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 05:30:34 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.1.2 to 4.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.2.2. - [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..bf82b3a 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.2" } }