diff --git a/package-lock.json b/package-lock.json index 6800ea4..c45186c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "prettier": "3.5.3", "rimraf": "6.0.1", "typedoc": "0.27.9", - "typedoc-plugin-mdn-links": "5.0.1", + "typedoc-plugin-mdn-links": "5.0.2", "typedoc-plugin-rename-defaults": "0.7.3", "typescript": "5.8.3", "typescript-eslint": "8.32.0", @@ -7120,9 +7120,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "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==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.2.tgz", + "integrity": "sha512-Bd3lsVWPSpDkn6NGZyPHpcK088PUvH4SRq4RD97OjA6l8PQA3yOnJhGACtjmIDdcenRTgWUosH+55ANZhx/wkw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 206b866..111e7f8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "prettier": "3.5.3", "rimraf": "6.0.1", "typedoc": "0.27.9", - "typedoc-plugin-mdn-links": "5.0.1", + "typedoc-plugin-mdn-links": "5.0.2", "typedoc-plugin-rename-defaults": "0.7.3", "typescript": "5.8.3", "typescript-eslint": "8.32.0",