From b2c52eb9c9e1f37f1fc8240775d9c1d0156f9075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:07:16 +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.6.2 - [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.5.2...v5.6.2) --- 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 16acf0f00..e0819d3a6 100644 --- a/test/package.json +++ b/test/package.json @@ -35,7 +35,7 @@ "nestia": "^5.7.0-dev.20240814", "ts-node": "^10.9.2", "ts-patch": "v3.2.1", - "typescript": "5.5.4", + "typescript": "5.6.2", "typescript-transform-paths": "^3.4.6" }, "dependencies": {