From 5be6b3e596b28aa7dc0d6bddfbfce1c23406f872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:21:36 +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 51508382..2f1ac81d 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 acc7d329..65523bec 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", @@ -13839,9 +13839,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",