From 39093460a09e23bcc73bbed563f8eb15cbbfe93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:04:55 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 5.0.3 to 5.0.7 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 5.0.3 to 5.0.7. - [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.7) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-version: 5.0.7 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 02a0294..f9d9fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -242,10 +242,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.7", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.7.tgz", + "integrity": "sha512-F4hSmW4wGn562EuF8UQWmutQfWlvSoP+14QJ6UQcNViGrBCQ9NLqze5LuhYc0DLxuQnWIzUnCShpuy2Zo5LtfQ==", "dev": true, + "license": "MIT", "peerDependencies": { "typedoc": "0.27.x || 0.28.x" }