From 25afa1085fe5e08315f2a663857dbfa5a21fe1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:42:41 +0000 Subject: [PATCH] chore(deps): Bump react-markdown from 9.1.0 to 10.1.0 in /frontend Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.1.0 to 10.1.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.1.0...10.1.0) --- updated-dependencies: - dependency-name: react-markdown dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ba4460f..34b7983 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "react-dom": "^19.2.6", "react-hook-form": "^7.51.0", "react-icons": "^5.0.1", - "react-markdown": "^9.0.1", + "react-markdown": "^10.1.0", "react-resizable-panels": "^2.0.9", "recharts": "^2.12.1", "socket.io-client": "^4.8.1",