From 0637b2325910ea452ea4b9a7da0cee910119be2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:11:48 +0000 Subject: [PATCH] fix(deps)(deps): update react-markdown requirement from ^9.0.1 to ^9.1.0 Updates the requirements on [react-markdown](https://github.com/remarkjs/react-markdown) to permit the latest version. - [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.1.0) --- updated-dependencies: - dependency-name: react-markdown dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b779907..40804d73 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "react-countup": "^6.5.3", "react-dom": "^19.0.0-rc.0", "react-dropzone": "^14.3.5", - "react-markdown": "^9.0.1", + "react-markdown": "^9.1.0", "react-resizable-panels": "^2.1.5", "react-simplemde-editor": "^5.2.0", "react-use-measure": "^2.1.7",