diff --git a/package-lock.json b/package-lock.json index 402f5e3..4604b44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@playwright/test": "^1.43.0", - "aegir": "^47.0.10", + "aegir": "^47.0.16", "clinic": "^13.0.0", "concurrently": "^9.1.2", "cross-env": "^7.0.3", @@ -7379,9 +7379,9 @@ } }, "node_modules/aegir": { - "version": "47.0.10", - "resolved": "https://registry.npmjs.org/aegir/-/aegir-47.0.10.tgz", - "integrity": "sha512-wy+3zNVnmz9CmsihVkpaxt2L/U5UCx/J1vRFPfCO23hQ2TrU+2qC0pxkshxI5NHfjVCC+s9vOdA+EcRt24XeTw==", + "version": "47.0.16", + "resolved": "https://registry.npmjs.org/aegir/-/aegir-47.0.16.tgz", + "integrity": "sha512-KTYSg5363aqz98iiDF84hOcnjLoZTN5IztEZodl3EjKxpR1PTvCKj6fsf0ZgWqyCDmbCT+gNqh8xLoLkDeCoKQ==", "dev": true, "license": "Apache-2.0 OR MIT", "dependencies": { @@ -7471,6 +7471,7 @@ "tempy": "^3.1.0", "typedoc": "^0.28.4", "typedoc-plugin-mdn-links": "^5.0.2", + "typedoc-plugin-mermaid": "^1.12.0", "typedoc-plugin-missing-exports": "^4.0.0", "typescript": "^5.1.6", "typescript-docs-verifier": "^2.5.0", @@ -36055,6 +36056,33 @@ "typedoc": "0.27.x || 0.28.x" } }, + "node_modules/typedoc-plugin-mermaid": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mermaid/-/typedoc-plugin-mermaid-1.12.0.tgz", + "integrity": "sha512-CRjw29j0YbQEh4ygG7xeGjq8zKUikgd1BBBrW3ttzTeCPLrNKZopWFPd1/leSb9dUEJ3p9exOO84aP4CgjYp3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "html-escaper": "^3.0.3" + }, + "engines": { + "node": ">=16.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kamiazya" + }, + "peerDependencies": { + "typedoc": ">=0.23.0 || 0.24.x || 0.25.x || 0.26.x" + } + }, + "node_modules/typedoc-plugin-mermaid/node_modules/html-escaper": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", + "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", + "dev": true, + "license": "MIT" + }, "node_modules/typedoc-plugin-missing-exports": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.0.0.tgz", diff --git a/package.json b/package.json index d256a94..19b8779 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ }, "devDependencies": { "@playwright/test": "^1.43.0", - "aegir": "^47.0.10", + "aegir": "^47.0.16", "clinic": "^13.0.0", "concurrently": "^9.1.2", "cross-env": "^7.0.3",