diff --git a/website/package-lock.json b/website/package-lock.json index cbd1bfc561..fc5a30f8dc 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^19.0.0", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", - "typedoc-plugin-mdn-links": "^4.0.14" + "typedoc-plugin-mdn-links": "^5.0.1" }, "devDependencies": { "@crowdin/cli": "^4.6.1", @@ -15083,12 +15083,12 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.14.tgz", - "integrity": "sha512-IDILzJr4OzNb5uAWWRMZYny80Q6jUQerAwskdYbNMwaHMRwsB3+y8oqYYE7/PyH+kJVvJnCC4G2wnAQ3CLdgqA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.1.tgz", + "integrity": "sha512-eofdcc2nZZpipz/ubjG+7UYMi6Xu95svUwnZ+ClJh6NJdrv7kAOerL9N3iDOpo5kwQeK86GqPWwnv6LUGo5Wrw==", "license": "MIT", "peerDependencies": { - "typedoc": "0.26.x || 0.27.x" + "typedoc": "0.27.x || 0.28.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/website/package.json b/website/package.json index 7dcb92e86a..42e394fd41 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "react-dom": "^19.0.0", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", - "typedoc-plugin-mdn-links": "^4.0.14" + "typedoc-plugin-mdn-links": "^5.0.1" }, "devDependencies": { "@crowdin/cli": "^4.6.1",