From b436e6229bb12c8f61418cf2a1872428952b291f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:15:09 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.5.4 in /GUI Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.4. - [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/v4.9.5...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- GUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index 9c01002fc..8d2dc765a 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -51,7 +51,7 @@ "sass": "^1.57.1", "sass-loader": "^13.2.0", "to-json-schema": "^0.2.5", - "typescript": "^4.9.4", + "typescript": "^5.5.4", "uuid": "^9.0.0", "vite": "^4.4.9", "vite-plugin-svgr": "^3.2.0",