From c08b2db6c4bb449d4124835d36935955e7a6b950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:02:16 +0000 Subject: [PATCH] build(deps): bump typescript from 5.8.3 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/telehealth-tutorial-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/telehealth-tutorial-app/package.json b/apps/telehealth-tutorial-app/package.json index 0f5e2b1c4..3d79ce2fc 100644 --- a/apps/telehealth-tutorial-app/package.json +++ b/apps/telehealth-tutorial-app/package.json @@ -10,7 +10,7 @@ "@whereby.com/browser-sdk": "workspace:*", "react": "catalog:react19", "react-dom": "catalog:react19", - "typescript": "^5.3.3", + "typescript": "^5.9.3", "web-vitals": "^3.5.2" }, "devDependencies": {