From 1aa152d85278482f776349cb37228af66fd78a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:42:20 +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 ed6d42c7..46d2f198 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -48,7 +48,7 @@ "rxjs": "^7.8.0", "sass": "^1.57.1", "sass-loader": "^13.2.0", - "typescript": "^4.9.4", + "typescript": "^5.5.4", "yup": "^1.0.0", "zustand": "^4.4.0" },