From 6135dc68aa5beb80b01af0fc9fb2e5f2c6cdffbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:35:52 +0000 Subject: [PATCH] chore(deps): 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 512d11759..ac24dbb4d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,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", "recharts": "^2.15.0", "react-pdf": "10.1.0", "react-syntax-highlighter": "^16.1.0",