From 60d1c7d3d5eea89c8644294bae2c5c71205dc6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:56:20 +0000 Subject: [PATCH] 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-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 478deec..7c51174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1118,11 +1118,10 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.2.tgz", - "integrity": "sha512-Bd3lsVWPSpDkn6NGZyPHpcK088PUvH4SRq4RD97OjA6l8PQA3yOnJhGACtjmIDdcenRTgWUosH+55ANZhx/wkw==", + "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==", "dev": true, - "license": "MIT", "peerDependencies": { "typedoc": "0.27.x || 0.28.x" }