From 447e7a0f3b4abe20cce27d2b9a0355c8477c54c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:45:09 +0000 Subject: [PATCH] build(deps): bump typescript from 5.8.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [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.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 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..0acb1ee9f 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.2", "web-vitals": "^3.5.2" }, "devDependencies": {