From eb40a59e1b1273e53d0928df0b304af375224d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:55:51 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 4.0.15 to 5.0.1 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 4.0.15 to 5.0.1. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v4.0.15...v5.0.1) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bd0464..d68a968 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/bun": "^1.1.6", "consola": "^3.2.3", "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.5.4" } }