From 3cdf8c641df43f5146389917086d08ccfc05725c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:53:49 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.8.3 in /js/ccf-app Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.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/v4.9.5...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- js/ccf-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ccf-app/package.json b/js/ccf-app/package.json index b528fd123830..33b38403ca74 100644 --- a/js/ccf-app/package.json +++ b/js/ccf-app/package.json @@ -29,6 +29,6 @@ "node-forge": "^1.2.0", "ts-node": "^10.4.0", "typedoc": "^0.23.1", - "typescript": "^4.2.4" + "typescript": "^5.8.3" } }