From fb4a272c609080937db82a35fdd4e0c904443a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:43:32 +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.1.0 to 5.1.1 - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-version: 5.1.1 dependency-type: direct:development update-type: version-update:semver-patch 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 e402f529..8a4a696f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "size-limit": "^12.0.0", "ts-node": "^10.9.2", "typedoc": "^0.28.16", - "typedoc-plugin-mdn-links": "^5.1.0", + "typedoc-plugin-mdn-links": "^5.1.1", "typescript": "^5.8.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index c0e3b6c3..1c3dc703 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2482,10 +2482,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.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-plugin-mdn-links@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.1.1.tgz#1ef081b26ac3ab7e4f31d4be23d6e6a10551ede6" + integrity sha512-fLlYudnlGkE9uspOEm/SBXwr+G0RbxoDZiHAVsCg+5NwKe2aUxjZK1YyQfleNZydImanzkX2oUJF29xbEeOSWw== typedoc@^0.28.16: version "0.28.16"