From 33a9b07e043e201ce1d869bd726911b9f20526c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:05:41 +0000 Subject: [PATCH] Bump typescript from 5.3.2 to 5.9.3 in /apps/react-example Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.2 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.3.2...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/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..5aec059a1 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.3", "web-vitals": "3.5.1" }, "scripts": {