From 1f1c23f7e0b459ebf6b7a7f42e18faa3369359f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 01:24:13 +0000 Subject: [PATCH] build(deps-dev): update typescript requirement in /packages/module Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. - [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.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index a5490b4..b2a2072 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -55,6 +55,6 @@ "react-router": "^6.30.1", "react-router-dom": "^6.30.1", "rimraf": "^6.0.1", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } }