From 9b2adf4b94c037b4b7ce92b7326a47100a20de6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:52:45 +0000 Subject: [PATCH] build(deps-dev): bump typedoc-plugin-mdn-links from 5.0.2 to 5.0.3 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 5.0.2 to 5.0.3. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21670ce21..3986f8621 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "typedoc-material-theme": "^1.4.0", "typedoc-plugin-coverage": "^4.0.1", "typedoc-plugin-markdown": "^4.7.0", - "typedoc-plugin-mdn-links": "^5.0.2", + "typedoc-plugin-mdn-links": "^5.0.3", "typedoc-plugin-rename-defaults": "^0.7.3", "typescript": "^5.8.3", "typescript-eslint": "^8.35.1" diff --git a/yarn.lock b/yarn.lock index b3280bdbe..9eff606eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2539,10 +2539,10 @@ typedoc-plugin-markdown@^4.7.0: resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.7.0.tgz#26075805ad5025a654e61720169e445bd24d81c0" integrity sha512-PitbnAps2vpcqK2gargKoiFXLWFttvwUbyns/E6zGIFG5Gz8ZQJGttHnYR9csOlcSjB/uyjd8tnoayrtsXG17w== -typedoc-plugin-mdn-links@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.2.tgz#c9be740e7a0114a6e236c5e21c54a3d78e5cac0d" - integrity sha512-Bd3lsVWPSpDkn6NGZyPHpcK088PUvH4SRq4RD97OjA6l8PQA3yOnJhGACtjmIDdcenRTgWUosH+55ANZhx/wkw== +typedoc-plugin-mdn-links@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.3.tgz#ad35315d4d3aa7efcec93a01984cfeca4c386d48" + integrity sha512-5n7ue4Kv/NChKM/8KrcBEenvwUtXmAtsa/9YB+Jrri9Vr1hQqFKfDneANn76c0yH/0TSgmgNtCKMfvEbSRqq1g== typedoc-plugin-rename-defaults@^0.7.3: version "0.7.3"