From efd8691b701b28be9ce38e91168957b78930d83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:20:00 +0100 Subject: [PATCH] Bump react-markdown from 9.0.1 to 9.0.3 (#6473) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.1 to 9.0.3. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.3) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de2e119ee4c..3ac6968baa3 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "prism-react-renderer": "^2.4.1", "punycode": "^2.3.1", "react-chartjs-2": "^5.3.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-treebeard": "^3.2.4", "remark-docusaurus-tabs": "^0.2.0", "utf-8-validate": "^6.0.5", diff --git a/yarn.lock b/yarn.lock index 02306ced6bb..5ec92cb2dc9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11806,10 +11806,10 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1: dependencies: "@types/react" "*" -react-markdown@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.1.tgz#c05ddbff67fd3b3f839f8c648e6fb35d022397d1" - integrity sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg== +react-markdown@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.3.tgz#c12bf60dad05e9bf650b86bcc612d80636e8456e" + integrity sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw== dependencies: "@types/hast" "^3.0.0" devlop "^1.0.0"