diff --git a/package-lock.json b/package-lock.json index cea1948..ea10d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "prettier": "^3.3.3", "rimraf": "^6.0.1", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.2", "typedoc-plugin-rename-defaults": "^0.7.1", "typescript": "~5.6.3", "typescript-eslint": "^8.15.0", @@ -7418,13 +7418,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.3", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.3.tgz", + "integrity": "sha512-q18V8nXF4MqMBGABPVodfxmU2VLK+C7RpyKgrEGP1oP3MAdavLM8Hmeh7zUJAZ4ky+zotO5ZXfhgChegmaDWug==", "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-plugin-rename-defaults": { diff --git a/package.json b/package.json index 9a6b6a7..6edc6ca 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prettier": "^3.3.3", "rimraf": "^6.0.1", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.2", "typedoc-plugin-rename-defaults": "^0.7.1", "typescript": "~5.6.3", "typescript-eslint": "^8.15.0",