diff --git a/package-lock.json b/package-lock.json index ab57d3699..7b46d94a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "sync-monorepo-packages": "1.0.2", "through2": "4.0.2", "ts-node": "10.9.1", - "typedoc": "0.23.26", + "typedoc": "0.23.27", "typedoc-plugin-markdown": "3.14.0", "typedoc-plugin-resolve-crossmodule-references": "0.3.3", "typescript": "4.9.5", @@ -15678,9 +15678,9 @@ "license": "MIT" }, "node_modules/typedoc": { - "version": "0.23.26", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz", - "integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==", + "version": "0.23.27", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.27.tgz", + "integrity": "sha512-YKjlxX3LEhYbMCkemjlpNh1OKDiFa+ynqP0VRPsH28bEugrMTGI6l8DC6oX5kzFcUKKlYWKpZDSGWszuO/FR3g==", "dependencies": { "lunr": "^2.3.9", "marked": "^4.2.12", @@ -15729,9 +15729,9 @@ } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", - "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", + "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -16937,7 +16937,7 @@ "source-map-support": "0.5.21", "teen_process": "2.0.2", "type-fest": "3.6.1", - "typedoc": "0.23.26", + "typedoc": "0.23.27", "typedoc-plugin-markdown": "3.14.0", "typedoc-plugin-resolve-crossmodule-references": "0.3.3", "typescript": "4.9.5", diff --git a/package.json b/package.json index aafcead8e..de0201f72 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "sync-monorepo-packages": "1.0.2", "through2": "4.0.2", "ts-node": "10.9.1", - "typedoc": "0.23.26", + "typedoc": "0.23.27", "typedoc-plugin-markdown": "3.14.0", "typedoc-plugin-resolve-crossmodule-references": "0.3.3", "typescript": "4.9.5", diff --git a/packages/docutils/package.json b/packages/docutils/package.json index ceaf9ce66..dc28d5e9d 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -68,7 +68,7 @@ "source-map-support": "0.5.21", "teen_process": "2.0.2", "type-fest": "3.6.1", - "typedoc": "0.23.26", + "typedoc": "0.23.27", "typedoc-plugin-markdown": "3.14.0", "typedoc-plugin-resolve-crossmodule-references": "0.3.3", "typescript": "4.9.5",