diff --git a/package-lock.json b/package-lock.json index 478fa0eb..7d794578 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "prettier": "^3.5.3", "ts-jest": "^29.2.6", "typedoc": "^0.27.9", - "typedoc-plugin-missing-exports": "^3.1.0", + "typedoc-plugin-missing-exports": "^4.0.0", "typescript": "^5.8.3" }, "engines": { @@ -4916,12 +4916,13 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz", - "integrity": "sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.0.0.tgz", + "integrity": "sha512-Z4ei+853xppDEhcqzyeyRs4+R0kUuKQWnMK1EtSTEd5LFkgkdW5Bdn8vfo/rsCGbYVJxOWU99fxgM1mROw5Fug==", "dev": true, + "license": "MIT", "peerDependencies": { - "typedoc": "0.26.x || 0.27.x" + "typedoc": "^0.28.1" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/package.json b/package.json index a9ff373e..4d310e3d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.2.6", - "typedoc-plugin-missing-exports": "^3.1.0", + "typedoc-plugin-missing-exports": "^4.0.0", "typedoc": "^0.27.9", "typescript": "^5.8.3" },