From 043914007d7b66f38d0bca0056ac2599ae9672dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 07:53:33 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.3 to 5.4.3 in /web-ui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.4.3. - [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.3...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index 0e80fb6a1..e8cbccacf 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -69,6 +69,6 @@ "eslint-plugin-unused-imports": "^3.0.0", "prettier": "^3.0.3", "react-refresh": "0.10.0", - "typescript": "4.9.3" + "typescript": "5.4.3" } }