diff --git a/package-lock.json b/package-lock.json index c57ad61..0071d7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "rollup": "^4.60.1", "ts-jest": "^29.4.9", "ts-node": "^10.9.2", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.9.3" }, @@ -10699,17 +10699,17 @@ } }, "node_modules/typedoc": { - "version": "0.28.18", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.18.tgz", - "integrity": "sha512-NTWTUOFRQ9+SGKKTuWKUioUkjxNwtS3JDRPVKZAXGHZy2wCA8bdv2iJiyeePn0xkmK+TCCqZFT0X7+2+FLjngA==", + "version": "0.28.19", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.19.tgz", + "integrity": "sha512-wKh+lhdmMFivMlc6vRRcMGXeGEHGU2g8a2CkPTJjJlwRf1iXbimWIPcFolCqe4E0d/FRtGszpIrsp3WLpDB8Pw==", "dev": true, "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^3.23.0", "lunr": "^2.3.9", "markdown-it": "^14.1.1", - "minimatch": "^10.2.4", - "yaml": "^2.8.2" + "minimatch": "^10.2.5", + "yaml": "^2.8.3" }, "bin": { "typedoc": "bin/typedoc" @@ -10757,13 +10757,13 @@ } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", - "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.2" + "brace-expansion": "^5.0.5" }, "engines": { "node": "18 || 20 || >=22" diff --git a/package.json b/package.json index 90154f8..6c8042f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "rollup": "^4.60.1", "ts-jest": "^29.4.9", "ts-node": "^10.9.2", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.9.3" },