From a4f5dd4f5acf82b7dac122c358da5855790d215e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 07:42:47 +0000 Subject: [PATCH] Update typescript requirement from ^4.2.3 to ^4.3.5 Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.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 653cb79..c429821 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/ws": "^7.4.1", "eslint": "^7.22.0", "rimraf": "^3.0.2", - "typescript": "^4.2.3" + "typescript": "^4.3.5" }, "engines": { "yarn": "1.x",