From 6c0bc2f963543984527fa1dd6f94fd46a1016d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:57:43 +0000 Subject: [PATCH] [Docs Site] Bump react-markdown from 9.0.3 to 10.0.0 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.3 to 10.0.0. - [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.3...10.0.0) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e953a40251d2592..6c153f2f276cd2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0", - "react-markdown": "9.0.3", + "react-markdown": "10.0.0", "redirects-in-workers": "0.0.5", "rehype": "13.0.2", "rehype-autolink-headings": "7.1.0", @@ -14784,13 +14784,14 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", - "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.0.0.tgz", + "integrity": "sha512-4mTz7Sya/YQ1jYOrkwO73VcFdkFJ8L8I9ehCxdcV0XrClHyOJGKbBk5FR4OOOG+HnyKw5u+C/Aby9TwinCteYA==", "dev": true, "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", diff --git a/package.json b/package.json index efb904287a389ec..5ce43877bb684db 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0", - "react-markdown": "9.0.3", + "react-markdown": "10.0.0", "redirects-in-workers": "0.0.5", "rehype": "13.0.2", "rehype-autolink-headings": "7.1.0",