From a0b6f9ec20fa87eb65f7bed43eeea3505045f2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:27:43 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-mdn-links in the typedoc group Bumps the typedoc group with 1 update: [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links). Updates `typedoc-plugin-mdn-links` from 5.0.10 to 5.1.0 - [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.10...v5.1.0) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typedoc ... 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 21481572..48e975ca 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "size-limit": "^12.0.0", "ts-node": "^10.9.2", "typedoc": "^0.28.16", - "typedoc-plugin-mdn-links": "^5.0.1", + "typedoc-plugin-mdn-links": "^5.1.0", "typescript": "^5.8.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index dfb9994a..36f3a380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4050,10 +4050,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typedoc-plugin-mdn-links@^5.0.1: - version "5.0.10" - resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.10.tgz#e66cb996c182ffb7df80a2d10a6f0af76bab7a40" - integrity sha512-TOMj1+fyhqhdJaMwfkw7ANz+0KHjRVUnE/SorPW83wghElmsMxxCZhDSBgF2hRB9+qsf/qIjDw65RDay94E2Wg== +typedoc-plugin-mdn-links@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.1.0.tgz#6c030050129c5609d6ce490c93280db53868ddce" + integrity sha512-fItGuNMvDXAQhtXk4q8tk8DinMODPeoyA7XLjqhXoq1q8bPccdxgFtZMHKbg+XnFAeCzIuYcJuZQgtNMOH3uTg== typedoc@^0.28.16: version "0.28.16"