From d0778570f1daca1d2ca94d615dc19d0903dc146c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 10:48:33 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.0.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.5) 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 a431472..f2cb48c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "nyc": "13.3.0", "prettier": "^2.0.5", "sinon": "9.0.2", - "typescript": "^3.9.5" + "typescript": "^4.0.5" }, "dependencies": { "commander": "2.20.0",