From 0ac9ad0c1cd4b5f2c742bdb8fd7d59dfef4a6399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:04:51 -0800 Subject: [PATCH] Update dependency typedoc-plugin-mdn-links to v4 (#122) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 cea1948..ea10d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "prettier": "^3.3.3", "rimraf": "^6.0.1", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.2", "typedoc-plugin-rename-defaults": "^0.7.1", "typescript": "~5.6.3", "typescript-eslint": "^8.15.0", @@ -7418,13 +7418,13 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.3.tgz", + "integrity": "sha512-q18V8nXF4MqMBGABPVodfxmU2VLK+C7RpyKgrEGP1oP3MAdavLM8Hmeh7zUJAZ4ky+zotO5ZXfhgChegmaDWug==", "dev": true, "license": "MIT", "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typedoc-plugin-rename-defaults": { diff --git a/package.json b/package.json index 9a6b6a7..6edc6ca 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prettier": "^3.3.3", "rimraf": "^6.0.1", "typedoc": "^0.26.11", - "typedoc-plugin-mdn-links": "^3.3.8", + "typedoc-plugin-mdn-links": "^4.0.2", "typedoc-plugin-rename-defaults": "^0.7.1", "typescript": "~5.6.3", "typescript-eslint": "^8.15.0",