diff --git a/package-lock.json b/package-lock.json index e9d0b1c..7cad7d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "LGPL-3.0", "devDependencies": { "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }, @@ -191,13 +191,13 @@ } }, "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==", "dev": true, "license": "MIT", "peerDependencies": { - "typedoc": "0.26.x || 0.27.x" + "typedoc": "0.27.x || 0.28.x" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index c8172ad..902f598 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/cloudnode-pro/components#readme", "devDependencies": { "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }