From 4a519105f470286da1daebe04e2f3ac4dc276c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:31:19 +0000 Subject: [PATCH] npm: bump react-markdown from 8.0.7 to 9.0.3 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.3. - [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...9.0.3) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1693174..7703951 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": "^9.0.3", "react-native": "^0.72.4", "react-native-builder-bob": "^0.20.3", "react-router-dom": "^6.12.0",