From 167315cf8cffde6fb1158f3646177c0234b0ebc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:35:36 +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.2 to 3.3.3. - [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.2...v3.3.3) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 9af9e7809e..2b6b9912a7 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.26.8", "typedoc-plugin-markdown": "^4.2.9", - "typedoc-plugin-mdn-links": "^3.3.2" + "typedoc-plugin-mdn-links": "^3.3.3" }, "devDependencies": { "@crowdin/cli": "^4.2.0", @@ -14446,9 +14446,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.2.tgz", - "integrity": "sha512-5CGxkdfsG4Yki6UsFOvVN8vWXXDb25SozOlyThk9Dq8JvKcUgY+Ra+cZvkFWs3hLlO4W8xpFbYQxNngCLf9MMA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.3.tgz", + "integrity": "sha512-XIYQsaTeIScwpkFZg+yXR2s0V/D5UlY11AbPjIEgZ2g8aE+IYUn4Ci4cUFRcZpWqQfjfAj2XcJG3tRejCBPisw==", "peerDependencies": { "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" } diff --git a/website/package.json b/website/package.json index 43e9475058..ae3e43f5ea 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "react-dom": "^18.3.1", "typedoc": "^0.26.8", "typedoc-plugin-markdown": "^4.2.9", - "typedoc-plugin-mdn-links": "^3.3.2" + "typedoc-plugin-mdn-links": "^3.3.3" }, "devDependencies": { "@crowdin/cli": "^4.2.0",