From 657527469e4d63d6f862605350a43cfa62e6b933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:19:04 +0000 Subject: [PATCH] build(deps): bump react-markdown from 9.1.0 to 10.1.0 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] --- lib/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/package.json b/lib/package.json index 1ded608f..4dec8fd9 100644 --- a/lib/package.json +++ b/lib/package.json @@ -127,7 +127,7 @@ "react-inlinesvg": "^4.2.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^3.1.1", - "react-markdown": "^9.0.1", + "react-markdown": "^10.1.0", "react-photo-album": "^3.2.1", "react-qr-code": "^2.0.16", "react-toastify": "^9.1.3", diff --git a/package-lock.json b/package-lock.json index f1f455b1..4c511f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "react-inlinesvg": "^4.2.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^3.1.1", - "react-markdown": "^9.0.1", + "react-markdown": "^10.1.0", "react-photo-album": "^3.2.1", "react-qr-code": "^2.0.16", "react-toastify": "^9.1.3", @@ -13818,9 +13818,9 @@ } }, "node_modules/react-markdown": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz", - "integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz", + "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0",