From ea7dd13084b5b6af956403a5bde0cfdfc2bd5163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:35:53 +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-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53d7e36..f230225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.6.3" } }, @@ -1417,12 +1417,12 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.8.tgz", - "integrity": "sha512-Aewg+SW7hBdffRpT6WnpRwWthoaF9irlzXDKRyvcDVekPZSFujOlh690SV6eCgqrtP7GBJmN0TVeJUq6+6rb1w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.1.tgz", + "integrity": "sha512-vt0+5VHvAhdZ02OvfD3O7NySoU+cDEUc5XjApBN4dxCR7CcLk2FqgzKHlDiJjzcsFkLZRvc4Znj2sV8m9AuDsg==", "dev": true, "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index 51bc2e8..41524b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chai": "^5.1.2", "mocha": "^10.8.2", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.6.3" } }