From 86a8efc364d3359025b995817236d9e70e96e210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:59:11 +0000 Subject: [PATCH] chore: bump typescript from 4.9.5 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7417a5f6..338f5b25 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "sinon-stub-promise": "^4.0.0", "through": "^2.3.8", "ts-node": "^10.2.1", - "typescript": "^4.4.3", + "typescript": "^5.0.4", "underscore": "^1.13.1", "ws": "^8.2.2" },