From 673ba824f41b799b33c10e5b3103b3304e5f855c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:47:26 +0000 Subject: [PATCH] chore: bump typescript from 4.9.5 to 5.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.5) --- 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..b2925429 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.1.5", "underscore": "^1.13.1", "ws": "^8.2.2" },