From 695332d499f2dbb37df80af738a450951f4f86ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:38:31 +0000 Subject: [PATCH] Bump react-markdown from 8.0.7 to 9.0.0 in /public Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.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/8.0.7...9.0.0) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- public/packages/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/packages/app/package.json b/public/packages/app/package.json index 4914c6bc..56e6a7d5 100644 --- a/public/packages/app/package.json +++ b/public/packages/app/package.json @@ -37,7 +37,7 @@ "react-dom": "17.0.2", "react-json-formatter": "^0.3.2", "react-loadable": "^5.5.0", - "react-markdown": "^8.0.3", + "react-markdown": "^9.0.0", "react-redux": "^8.0.2", "react-router-dom": "6.13.0", "react-scripts": "5.0.1",