From caeea2ad2f968cbb8a2bc977f31f35f801e61306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:25:06 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 3.3.8 to 4.0.1 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 3.3.8 to 4.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/v3.3.8...v4.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 bb5abac..4419ae9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/bun": "^1.1.6", "consola": "^3.2.3", "typedoc": "^0.26.5", - "typedoc-plugin-mdn-links": "^3.2.6", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.5.4" } }