From d59e4b0b507f4b0f2d41dbc03acfd76e56f25f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:01:07 +0000 Subject: [PATCH] build(deps-dev): update typescript requirement Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. Updates `typescript` to 5.6.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.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development dependency-group: ecosystem ... 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 c5e6816f4e..694f21196e 100644 --- a/test/package.json +++ b/test/package.json @@ -42,7 +42,7 @@ "rimraf": "^5.0.5", "ts-node": "^10.9.2", "ts-patch": "^3.2.1", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "dependencies": { "cli": "^1.0.1",