From cba79192c81ed3ebb67a789e70524d1d9c02c1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:11:53 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 4.0.14 to 5.0.1 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 4.0.14 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.14...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-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36bd815..67371cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chai": "^5.1.2", "mocha": "^11.0.1", "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }, @@ -1292,13 +1292,13 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.14.tgz", - "integrity": "sha512-IDILzJr4OzNb5uAWWRMZYny80Q6jUQerAwskdYbNMwaHMRwsB3+y8oqYYE7/PyH+kJVvJnCC4G2wnAQ3CLdgqA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.1.tgz", + "integrity": "sha512-eofdcc2nZZpipz/ubjG+7UYMi6Xu95svUwnZ+ClJh6NJdrv7kAOerL9N3iDOpo5kwQeK86GqPWwnv6LUGo5Wrw==", "dev": true, "license": "MIT", "peerDependencies": { - "typedoc": "0.26.x || 0.27.x" + "typedoc": "0.27.x || 0.28.x" } }, "node_modules/typescript": { diff --git a/package.json b/package.json index 84f7592..bb6e3b7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chai": "^5.1.2", "mocha": "^11.0.1", "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }