From 65e6b496730863b8ae08c13ada7f0d7b883e325f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:54:26 +0000 Subject: [PATCH] Bump typescript from 5.2.2 to 5.9.3 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 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor 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..4a0e922 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": "~5.9.3", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" }