From 5fe9b219b822b4a15e7b1861dbc224c7daffafd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:12:24 +0000 Subject: [PATCH] Bump react-markdown from 9.0.1 to 9.0.3 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.1 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/9.0.1...9.0.3) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dafd58b..55e6ac39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "prismjs": "^1.29.0", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.15.0", @@ -9894,9 +9894,9 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz", - "integrity": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", + "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", diff --git a/package.json b/package.json index 077241f0..e47b719b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prismjs": "^1.29.0", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.15.0",