From 3a09d1dc01518be5eb22478b0aaeebf797b0518c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 04:58:50 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.9 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.9...v4.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 920eb2e..dd9c527 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.1.3", "ts-node": "^8.10.2", - "typescript": "^3.9.6" + "typescript": "^4.2.3" }, "engines": { "node": ">=12.10"