diff --git a/website/package-lock.json b/website/package-lock.json index 2139efce07..c594bd85e7 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", - "typedoc-plugin-mdn-links": "^3.3.8" + "typedoc-plugin-mdn-links": "^4.0.4" }, "devDependencies": { "@crowdin/cli": "^4.4.1", @@ -14963,11 +14963,11 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.4.tgz", + "integrity": "sha512-rp0qiELXDso1VTFZVbLmO06SsdePD0j+h9JurxI6F8puM/euj6WZYKL5uWSWvu0r3wdUkus3KPQQEMmZ+rn5/g==", "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/brace-expansion": { diff --git a/website/package.json b/website/package.json index a10d0eaec0..679d37e89e 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", - "typedoc-plugin-mdn-links": "^3.3.8" + "typedoc-plugin-mdn-links": "^4.0.4" }, "devDependencies": { "@crowdin/cli": "^4.4.1",