From eebd02d0c029abad9763fc9ff9b8f261bf7e2d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:53:24 +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 718f815..819aa4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "LGPL-3.0", "devDependencies": { "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }, @@ -191,13 +191,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 c8172ad..902f598 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/cloudnode-pro/components#readme", "devDependencies": { "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.6.3" } }