From 4155b3e1f9eac42227322add57d43678215c8215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 06:13:47 +0000 Subject: [PATCH] Bump typescript from 3.9.7 to 4.0.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 421250b..6e4e65b 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "nodemon": "^2.0.4", "supertest": "^4.0.2", "tap": "^14.10.8", - "typescript": "^3.9.7" + "typescript": "^4.0.2" } }