From 95aa32b3f5286aff022986a0bf9724c87ed337d7 Mon Sep 17 00:00:00 2001 From: TermBot Date: Sun, 1 Mar 2026 02:12:09 +0100 Subject: [PATCH] fix: update typedoc from 0.15.0 to 0.17.8 - Upgrades typedoc to latest stable version (0.17.8 from 0.15.0) - Removes dependency on vulnerable packages (underscore, shelljs, highlight.js, marked) - Addresses npm audit warnings: 1 critical and 2 high security vulnerabilities - Maintains compatibility with existing documentation build process Fixes #3953 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 969e272cdc8..d1be98b3004 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "husky": "^2.4.0", "lint-staged": "^9.5.0", "ts-node": "^8.0.3", - "typedoc": "^0.15.0", + "typedoc": "^0.17.8", "typescript-eslint": "^8.46.0" }, "dependencies": {