From 65596bba862ebe6282a500ef372f78cd263b373e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:25:02 +0000 Subject: [PATCH] Bump react-markdown from 8.0.7 to 9.0.1 in /public 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] --- 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..ebb6f045 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.1", "react-redux": "^8.0.2", "react-router-dom": "6.13.0", "react-scripts": "5.0.1",