From 2faff9bf771018576ee8272714b08f774d3e5ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:03:27 +0000 Subject: [PATCH] Bump typescript from 5.8.3 to 5.9.3 in /app 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index a580467..5561007 100644 --- a/app/package.json +++ b/app/package.json @@ -92,7 +92,7 @@ "tailwindcss": "^4.1.11", "ts-loader": "9.5.2", "tsup": "^8.5.0", - "typescript": "5.8.3", + "typescript": "5.9.3", "url-loader": "4.1.1", "webpack": "5.100.2", "webpack-cli": "6.0.1",