diff --git a/package-lock.json b/package-lock.json index 63fadcf5..a321477a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.7.3" }, @@ -4890,10 +4890,11 @@ } }, "node_modules/typedoc": { - "version": "0.27.6", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", - "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.7.tgz", + "integrity": "sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", diff --git a/package.json b/package.json index f5012d6a..830c4a6a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typedoc-plugin-missing-exports": "^3.1.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typescript": "^5.7.3" }, "jest": {