From c24722cb608623ec43dc8d7594706938c3f68081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:47:29 +0000 Subject: [PATCH] build(deps): bump typedoc-plugin-mdn-links in /website Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 3.3.8 to 4.0.4. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.3.8...v4.0.4) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 10 +++++----- website/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 2139efce07..c594bd85e7 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", - "typedoc-plugin-mdn-links": "^3.3.8" + "typedoc-plugin-mdn-links": "^4.0.4" }, "devDependencies": { "@crowdin/cli": "^4.4.1", @@ -14963,11 +14963,11 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.4.tgz", + "integrity": "sha512-rp0qiELXDso1VTFZVbLmO06SsdePD0j+h9JurxI6F8puM/euj6WZYKL5uWSWvu0r3wdUkus3KPQQEMmZ+rn5/g==", "peerDependencies": { - "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/website/package.json b/website/package.json index a10d0eaec0..679d37e89e 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", - "typedoc-plugin-mdn-links": "^3.3.8" + "typedoc-plugin-mdn-links": "^4.0.4" }, "devDependencies": { "@crowdin/cli": "^4.4.1",