From 9bd730d3e88fe456e93000e916fc082670e3fb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:38:46 +0000 Subject: [PATCH] build(deps-dev): bump typedoc-plugin-mdn-links from 3.1.30 to 3.2.11 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 3.1.30 to 3.2.11. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.1.30...v3.2.11) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:development update-type: version-update:semver-minor ... 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 595836a..328b276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "^4.0.3", - "typedoc-plugin-mdn-links": "^3.1.30", + "typedoc-plugin-mdn-links": "^3.2.11", "typescript": "^5.4.5" } }, @@ -4045,12 +4045,12 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.1.30.tgz", - "integrity": "sha512-aB3UqyRGdxYziOHKzE7AQPh+9xpqqHHrp23F+T6yshHeuSiauCL+zzgTRhi4Ad1x30/7rTkCtyQ5dfO/+1FDKA==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.11.tgz", + "integrity": "sha512-0VlF21O3S1L373UTkUFleoQDrgkh5quAqjCVusBaa3czLahK6LsUxQj6PRqbT5xN0emUVYnT7UTwe8haU2MFrw==", "dev": true, "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x" + "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/package.json b/package.json index 5e0c3ec..ca33eb3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "^4.0.3", - "typedoc-plugin-mdn-links": "^3.1.30", + "typedoc-plugin-mdn-links": "^3.2.11", "typescript": "^5.4.5" } }