diff --git a/package-lock.json b/package-lock.json index 126dedaab6..0ab89e06e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "syncpack": "^13.0.0", "typedoc": "^0.26.11", "typedoc-plugin-markdown": "^4.2.10", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "~5.5.4", "typescript-eslint": "^8.15.0", "vite": "^5.4.11", @@ -24884,13 +24884,13 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.8.tgz", - "integrity": "sha512-Aewg+SW7hBdffRpT6WnpRwWthoaF9irlzXDKRyvcDVekPZSFujOlh690SV6eCgqrtP7GBJmN0TVeJUq6+6rb1w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.1.tgz", + "integrity": "sha512-vt0+5VHvAhdZ02OvfD3O7NySoU+cDEUc5XjApBN4dxCR7CcLk2FqgzKHlDiJjzcsFkLZRvc4Znj2sV8m9AuDsg==", "dev": true, "license": "MIT", "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typedoc/node_modules/yaml": { diff --git a/package.json b/package.json index 5427393f07..1fef312017 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "syncpack": "^13.0.0", "typedoc": "^0.26.11", "typedoc-plugin-markdown": "^4.2.10", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "~5.5.4", "typescript-eslint": "^8.15.0", "vite": "^5.4.11",