From 26d1b195e7b4f0ecd48f0e525f15e7182aea6fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:42:13 +0000 Subject: [PATCH] Bump react-markdown from 9.0.1 to 9.0.3 (#750) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79b0853..8d374a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dayjs": "1.11.13", "lodash": "4.17.21", "react-datepicker": "7.6.0", - "react-markdown": "9.0.1", + "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-redux": "9.2.0", "redux": "5.0.1", @@ -7405,10 +7405,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==", - "license": "MIT", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", + "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", "dependencies": { "@types/hast": "^3.0.0", "devlop": "^1.0.0", diff --git a/package.json b/package.json index 2dc05e4..ce60b5e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dayjs": "1.11.13", "lodash": "4.17.21", "react-datepicker": "7.6.0", - "react-markdown": "9.0.1", + "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-redux": "9.2.0", "redux": "5.0.1",