diff --git a/package-lock.json b/package-lock.json index aad789a..519bfb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "url": "^0.11.0" }, "devDependencies": { - "typedoc": "0.27.6", + "typedoc": "0.27.7", "typescript": "5.7.3" } }, @@ -471,9 +471,9 @@ "license": "0BSD" }, "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": { diff --git a/package.json b/package.json index a6b1e5b..d54f4b2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "^0.11.0" }, "devDependencies": { - "typedoc": "0.27.6", + "typedoc": "0.27.7", "typescript": "5.7.3" } }