From 2439ff1f24646c74bcd09463a83fdc2f1d89d29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:27:30 +0000 Subject: [PATCH] Bump react-markdown from 9.0.3 to 10.0.1 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.3 to 10.0.1. - [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.1) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production 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 85556f6a..efa1c581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react-hook-form": "^7.53.2", "react-icons": "^5.3.0", "react-latex-next": "^3.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.1", "react-qr-code": "^2.0.15", "react-simple-oauth2-login": "^0.5.4", "react-syntax-highlighter": "^15.6.1", @@ -22582,12 +22582,13 @@ "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.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.0.1.tgz", + "integrity": "sha512-Qt9TWsQJ75np2AVoKftns5eI7r50H6u3qwp+TSihlxOcw8ZaStmR0FEeeENU+mWSxyAgOmqMYjiIKn7ibMheKA==", "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 80910d7e..f3fa7048 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "react-hook-form": "^7.53.2", "react-icons": "^5.3.0", "react-latex-next": "^3.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.1", "react-qr-code": "^2.0.15", "react-simple-oauth2-login": "^0.5.4", "react-syntax-highlighter": "^15.6.1",