From 30b7044157efd3c4befed77b472fb67cc5e47f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:50:23 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 5.0.3 to 5.0.4 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 5.0.3 to 5.0.4. - [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.3...v5.0.4) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c51174..f4af40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1118,10 +1118,11 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.3.tgz", - "integrity": "sha512-5n7ue4Kv/NChKM/8KrcBEenvwUtXmAtsa/9YB+Jrri9Vr1hQqFKfDneANn76c0yH/0TSgmgNtCKMfvEbSRqq1g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.4.tgz", + "integrity": "sha512-bFIxz7Uw2BtskzGR1mQMwzsjsQ+l53Yn6IGoU6cqiQRNyTT1hkhKTcCjzlSrrYHsMYwpL609AzB3rieFLUek8g==", "dev": true, + "license": "MIT", "peerDependencies": { "typedoc": "0.27.x || 0.28.x" }