From 054f4aa4d9d4b5e3074764b598c7342a84f5d9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:03:27 +0000 Subject: [PATCH] :arrow_up:(deps): Bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 431cc69c7..8be7da423 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "swagger-ui-express": "^5.0.1", "tiny-secp256k1": "^2.2.4", "toml": "^4.1.1", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "typescript-eslint": "^8.58.0", "uint8arraylist": "^2.4.8" },