From ceb8427570ae4edf7312a9477a8d62a5824710a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:27:10 +0000 Subject: [PATCH] Bump typescript from 5.3.2 to 5.9.2 in /apps/react-example Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.2 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.3.2...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/react-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-example/package.json b/apps/react-example/package.json index c40fc7a60..13919598e 100644 --- a/apps/react-example/package.json +++ b/apps/react-example/package.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0", "react-router-dom": "6.21.1", "react-scripts": "5.0.1", - "typescript": "5.3.2", + "typescript": "5.9.2", "web-vitals": "3.5.1" }, "scripts": {