From 40304b445b3cc68736395a146f309ded4899dc8c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 21:39:33 +0000
Subject: [PATCH] npm: bump react-markdown from 8.0.7 to 10.1.0

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-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1693174..e30c51d 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
     "prettier": "^2.0.5",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
-    "react-markdown": "^8.0.3",
+    "react-markdown": "^10.1.0",
     "react-native": "^0.72.4",
     "react-native-builder-bob": "^0.20.3",
     "react-router-dom": "^6.12.0",