From 616f6d66f2007a6600fe9981787381ed195142ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:20:13 +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.7.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.6.3...v5.7.2) --- 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 2daa47187a..d95e69144a 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.3" + "typescript": "^5.7.2" }, "dependencies": { "cli": "^1.0.1",