From 142e28a46c6671ee7326e7338901d638cbb42345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:21:03 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /vma-gui in the angular group Bumps the angular group in /vma-gui with 1 update: [typescript](https://github.com/Microsoft/TypeScript). Updates `typescript` from 5.4.5 to 5.5.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.4.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular ... Signed-off-by: dependabot[bot] --- vma-gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vma-gui/package.json b/vma-gui/package.json index d420600e..c83cd26e 100644 --- a/vma-gui/package.json +++ b/vma-gui/package.json @@ -43,6 +43,6 @@ "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "typescript": "5.4.5" + "typescript": "5.5.2" } }