From 1353566db6e113a67bf5ec1ab08a97521ec9add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:35:45 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.7.2 in /clients/admin-ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/admin-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/admin-ui/package.json b/clients/admin-ui/package.json index 1fd75f5903..d09e5174a1 100644 --- a/clients/admin-ui/package.json +++ b/clients/admin-ui/package.json @@ -111,7 +111,7 @@ "prettier": "^3.3.3", "sass": "^1.80.6", "tailwindcss": "^3.4.10", - "typescript": "4.9.5", + "typescript": "5.7.2", "whatwg-fetch": "^3.6.2" }, "lint-staged": {