From 041fff5f41c42eb7eb67565b0c6738343a5c5971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:54:38 +0000 Subject: [PATCH] Bump typescript from 5.2.2 to 6.0.2 in /dbg in the typescript group Bumps the typescript group in /dbg with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.2.2 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] --- dbg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbg/package.json b/dbg/package.json index ae8b258..60455b2 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -98,7 +98,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" }