From 3442f798260615f019e067b234e356d14a344481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:19:41 +0000 Subject: [PATCH] build(deps): bump typedoc-plugin-markdown in /website Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.3.2/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown 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 ace2b9bfb0..a8fa400773 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -21,7 +21,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "typedoc": "^0.27.3", - "typedoc-plugin-markdown": "^4.3.1", + "typedoc-plugin-markdown": "^4.3.2", "typedoc-plugin-mdn-links": "^3.3.8" }, "devDependencies": { @@ -14951,9 +14951,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.3.1.tgz", - "integrity": "sha512-cV0cjvNfr5keytkWUm5AXNFcW3/dd51BYFvbAVqo9AJbHZjt5SGkf2EZ0whSKCilqpwL7biPC/r1WNeW2NbV/w==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.3.2.tgz", + "integrity": "sha512-hCF3V0axzbzGDYFW21XigWIJQBOJ2ZRVWWs7X+e62ew/pXnvz7iKF/zVdkBm3w8Mk4bmXWp/FT0IF4Zn9uBRww==", "engines": { "node": ">= 18" }, diff --git a/website/package.json b/website/package.json index 48e00aa56e..1604428cb5 100644 --- a/website/package.json +++ b/website/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "typedoc": "^0.27.3", - "typedoc-plugin-markdown": "^4.3.1", + "typedoc-plugin-markdown": "^4.3.2", "typedoc-plugin-mdn-links": "^3.3.8" }, "devDependencies": {