From 8e9cf04da44e6d2c48e830f25e6d28d5fda5f64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:16:25 +0700 Subject: [PATCH] chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui (#1016) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1. - [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.1) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index 3f30ed1d5..373a0b015 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -56,7 +56,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "4.6.0", - "react-markdown": "^8.0.7", + "react-markdown": "^9.0.1", "react-minimal-pie-chart": "^8.4.0", "remixicon": "^4.0.1", "simplex-noise": "^4.0.1",