From 0d7943cc2c6f4e653f84c90ca07a486e64838d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 17:38:30 +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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 901597e..39cf3b8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest": "^26.4.0", "npm-run-all": "^4.1.5", "ts-jest": "^26.2.0", - "typescript": "^3.9.7", + "typescript": "^4.0.5", "wasm-pack": "^0.9.1" } }