From 5e19aab44f6dfcbab0606df21a484cc978afb311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:07:00 +0000 Subject: [PATCH] build(deps): bump react-markdown from 9.0.1 to 9.0.3 in /frontend 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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 845463aa6..f9d3be585 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react-dropzone": "^14.3.5", "react-helmet": "^6.1.0", "react-i18next": "^15.4.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-redux": "^8.0.5", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.5.0", @@ -7917,9 +7917,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "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==", + "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/frontend/package.json b/frontend/package.json index 8ff27d9ed..8df327fc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "react-helmet": "^6.1.0", "react-dropzone": "^14.3.5", "react-i18next": "^15.4.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-redux": "^8.0.5", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.5.0",