From aad164988e61ebd19fcf7b47ac6e903a778f7317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:14:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.6 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.1.6 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.1.6...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d977ae5..ad1ab5a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "regenerator-runtime": "^0.14.0", - "typescript": "~5.1.6" + "typescript": "~5.9.2" }, "peerDependencies": { "react": ">=18.0.0",