From 133f364678c6458012daf90792fdf1e01cc5bc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:44:52 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /packages/cli-test Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/cli-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-test/package.json b/packages/cli-test/package.json index 1b48f33a9..c9c144876 100644 --- a/packages/cli-test/package.json +++ b/packages/cli-test/package.json @@ -45,6 +45,6 @@ "shx": "^0.3.4", "sinon": "^19.0.2", "ts-node": "^10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" } }