From ff7d7e0b8ea68d7f7bc66d5ef2ab2fcb131141a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:23:30 +0000 Subject: [PATCH] Update typescript requirement in /test in the typescript group Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. Updates `typescript` to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development dependency-group: typescript ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index ffd0f36ff..8640fecaa 100644 --- a/test/package.json +++ b/test/package.json @@ -36,7 +36,7 @@ "nestia": "workspace:^", "ts-node": "^10.9.2", "ts-patch": "~3.3.0", - "typescript": "~5.7.2", + "typescript": "~5.7.3", "typescript-transform-paths": "^3.5.3" }, "dependencies": {