From e7f9dfc1d54f7a915baf4c66fc56531a195d5f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:52:14 +0000 Subject: [PATCH] Bump react-markdown from 8.0.7 to 10.1.0 in /frontend Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 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/8.0.7...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 0a706bdf6..0bb563faf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "react-dom": "18.2.0", "react-hook-form": "^7.54.1", "react-i18next": "^15.5.3", - "react-markdown": "^8.0.7", + "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "rehype-katex": "^6.0.3", "rehype-raw": "^7.0.0",