From 758a461a8113538eac41b5bea67bd2bcc7786fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:43:03 +0000 Subject: [PATCH] build(deps): bump react-markdown from 9.0.1 to 9.0.3 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] --- client/package.json | 2 +- package-lock.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 711883ab..e12d498e 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react": "^19.0.0", "react-compiler-runtime": "19.0.0-beta-df7b47d-20241124", "react-dom": "^19.0.0", - "react-markdown": "^9.0.0", + "react-markdown": "^9.0.3", "spinners-react": "^1.0.10", "strip-indent": "^4.0.0", "swr": "^2.3.0" diff --git a/package-lock.json b/package-lock.json index 16d23963..dd5115ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react": "^19.0.0", "react-compiler-runtime": "19.0.0-beta-df7b47d-20241124", "react-dom": "^19.0.0", - "react-markdown": "^9.0.0", + "react-markdown": "^9.0.3", "spinners-react": "^1.0.10", "strip-indent": "^4.0.0", "swr": "^2.3.0" @@ -8225,10 +8225,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",