From ffa7ba7b9d8895fc3156bec2a0f76480d8af5a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:56:31 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 3.2.4 to 3.2.5 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 3.2.4 to 3.2.5. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89e23e55..b69ef0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mocha": "10.6.0", "ts-node": "10.9.2", "typedoc": "0.26.4", - "typedoc-plugin-mdn-links": "3.2.4", + "typedoc-plugin-mdn-links": "3.2.5", "typescript": "5.5.3", "unbuild": "2.0.0" }, @@ -5903,9 +5903,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.4.tgz", - "integrity": "sha512-TmBBmtIuTR4mSuYjcmiibjvmpM2oSeUC0E5cgPnrM3HEdhiXsDGNA6SyPorvauqYN5Hd0si2EJLJs6KjP9b4Lw==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.5.tgz", + "integrity": "sha512-duQ0H7+bATNSWVQRt3HubspZ9gqgSZxiQkenlTJ8lGsUrldZwpjG56hJqLD6BspNJfEnElP9hIU7yY5+/vF1Eg==", "dev": true, "peerDependencies": { "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" diff --git a/package.json b/package.json index 653a358c..0b878f3a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "mocha": "10.6.0", "ts-node": "10.9.2", "typedoc": "0.26.4", - "typedoc-plugin-mdn-links": "3.2.4", + "typedoc-plugin-mdn-links": "3.2.5", "typescript": "5.5.3", "unbuild": "2.0.0" },