From 01f0e5d1a8f8a7dfed15f2c125aa6257eb95c975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 08:16:46 +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 b48ec685..60f8e9c6 100644 --- a/lib/package.json +++ b/lib/package.json @@ -125,7 +125,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.3.0", "react-qr-code": "^2.0.16", "react-toastify": "^9.1.3", diff --git a/package-lock.json b/package-lock.json index 34fd8243..3469908e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -168,7 +168,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.3.0", "react-qr-code": "^2.0.16", "react-toastify": "^9.1.3", @@ -13510,9 +13510,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",