From a380e59c01c683b04cce693da203803b04402bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:14:42 +0000 Subject: [PATCH] Bump react-markdown from 8.0.7 to 9.0.0 in /vre-panel 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] --- vre-panel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vre-panel/package.json b/vre-panel/package.json index 25c8d4a..11810fc 100644 --- a/vre-panel/package.json +++ b/vre-panel/package.json @@ -20,7 +20,7 @@ "next-auth": "~4.5.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-markdown": "^8.0.7", + "react-markdown": "^9.0.0", "react-scripts": "5.0.1", "tailwindcss": "~3.3.3", "use-subscription": "~1.8.0",