diff --git a/package-lock.json b/package-lock.json index f182459..246988a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "npm-run-all": "4.1.5", "rimraf": "6.0.1", "sharp": "0.33.5", - "typedoc": "0.27.6", + "typedoc": "0.27.9", "typescript": "5.7.3", "vitest": "~2.1.8" }, @@ -7978,9 +7978,9 @@ } }, "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.9", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz", + "integrity": "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7997,7 +7997,7 @@ "node": ">= 18" }, "peerDependencies": { - "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x" + "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index a551b86..ca63864 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "npm-run-all": "4.1.5", "rimraf": "6.0.1", "sharp": "0.33.5", - "typedoc": "0.27.6", + "typedoc": "0.27.9", "typescript": "5.7.3", "vitest": "~2.1.8" }