From 5c80f1e72f87e97fa4f35475dc51f5290a43a1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:35:08 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.9.2 in /js Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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.5.4...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] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 364d716..8b2bb12 100644 --- a/js/package.json +++ b/js/package.json @@ -10,6 +10,6 @@ "files": ["dist"], "publishConfig": {"access": "public"}, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.9.2" } }