From 66d1146a058369fb53a0dfc2aba6d8493d19ed7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 03:04:31 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.7.4 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...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 0988e15..f546fdf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "tap": "^16.0.0", "ts-node": "^10.4.0", "tsc-alias": "^1.8.1", - "typescript": "~4.7.0", + "typescript": "~5.1.3", "undici": "^5.0.0" } }