From f72155b24aa7b5c14079ad44f6f779b9df046ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:14:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc54288..8104f83 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "tap": "^16.3.4", "ts-node": "^10.9.1", "tsc-alias": "^1.8.3", - "typescript": "~5.0.2", + "typescript": "~5.1.3", "undici": "^5.21.0" } }