diff --git a/package-lock.json b/package-lock.json index 53d7e36..f230225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.6.3" } }, @@ -1417,12 +1417,12 @@ } }, "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, "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index 51bc2e8..41524b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.6.3" } }