diff --git a/site/package-lock.json b/site/package-lock.json index 60cf96b7..09e32709 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -38,7 +38,7 @@ "react-live": "4.1.8", "rehype-raw": "^7.0.0", "remark-emoji": "5.0.2", - "typedoc": "0.28.19", + "typedoc": "0.28.20", "unist-util-visit": "5.1.0" }, "devDependencies": { @@ -19777,16 +19777,16 @@ } }, "node_modules/typedoc": { - "version": "0.28.19", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.19.tgz", - "integrity": "sha512-wKh+lhdmMFivMlc6vRRcMGXeGEHGU2g8a2CkPTJjJlwRf1iXbimWIPcFolCqe4E0d/FRtGszpIrsp3WLpDB8Pw==", + "version": "0.28.20", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.20.tgz", + "integrity": "sha512-uSKqkh8Cr48vllnEy+jdaAgOeR6Y+QCBW7usgUsKj7gJEfR7stw9U/fE49LBnj2tPRKPY0c0EBJSWe9Appmplg==", "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^3.23.0", "lunr": "^2.3.9", - "markdown-it": "^14.1.1", + "markdown-it": "^14.3.0", "minimatch": "^10.2.5", - "yaml": "^2.8.3" + "yaml": "^2.9.0" }, "bin": { "typedoc": "bin/typedoc" @@ -19821,12 +19821,12 @@ } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" diff --git a/site/package.json b/site/package.json index baebb305..61b9bf0b 100644 --- a/site/package.json +++ b/site/package.json @@ -48,7 +48,7 @@ "react-live": "4.1.8", "rehype-raw": "^7.0.0", "remark-emoji": "5.0.2", - "typedoc": "0.28.19", + "typedoc": "0.28.20", "unist-util-visit": "5.1.0" }, "overrides": {