From e3680370a92ebd420654cde0387dd500c5725079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:30:29 +0000 Subject: [PATCH] chore(deps): bump react-markdown from 9.0.1 to 9.0.3 in the react group Bumps the react group with 1 update: [react-markdown](https://github.com/remarkjs/react-markdown). Updates `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 dependency-group: react ... Signed-off-by: dependabot[bot] --- 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 5ede956d..46290dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "19.0.0", "react-error-boundary": "5.0.0", - "react-markdown": "9.0.1", + "react-markdown": "9.0.3", "react-syntax-highlighter": "15.6.1", "rehype-katex": "7.0.1", "rehype-sanitize": "6.0.0", @@ -13464,10 +13464,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 a5135754..e3ec7590 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-compiler-runtime": "19.0.0-beta-55955c9-20241229", "react-dom": "19.0.0", "react-error-boundary": "5.0.0", - "react-markdown": "9.0.1", + "react-markdown": "9.0.3", "react-syntax-highlighter": "15.6.1", "rehype-katex": "7.0.1", "rehype-sanitize": "6.0.0",