From aa42833f20b0f1015cee662ea070e7bfa4867cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 04:59:16 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- 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 ccfb1dc..cdd8752 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "tsm": "^2.2.2", "tsup": "^6.5.0", "typedoc": "^0.23.21", - "typescript": "^4.9.3", + "typescript": "^5.1.3", "uvu": "^0.5.6" } }