From 1a5bd48d138b735f5731943bfd7fea928815df62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:07:07 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /packages/cli-hooks Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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.5.4...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/cli-hooks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-hooks/package.json b/packages/cli-hooks/package.json index 2f58c7f27..87e29af36 100644 --- a/packages/cli-hooks/package.json +++ b/packages/cli-hooks/package.json @@ -60,6 +60,6 @@ "mocha": "^10.2.0", "shx": "^0.3.4", "sinon": "^19.0.2", - "typescript": "5.5.4" + "typescript": "5.7.2" } }