From da70a9af6723edfa8547cf42414cd2f36b01bade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 00:04:06 +0000 Subject: [PATCH] Bump react-markdown from 9.0.0 to 9.0.1 in /frontend Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.0 to 9.0.1. - [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.0...9.0.1) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3146460f2..080b8b32a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@mui/lab": "^5.0.0-alpha.153", "@mui/material": "^5.14.17", "react-clipboard-button": "^2.0.0", - "react-markdown": "^9.0.0", + "react-markdown": "^9.0.1", "react-router-dom": "^6.18.0", "react-syntax-highlighter": "^15.5.0", "react-telegram-auth": "^1.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 7ee8f901a..8b0bf31ab 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2117,17 +2117,16 @@ react-is@^18.2.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== -react-markdown@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.0.tgz#7a41bde9e1b0b1d6911f6f9f8c3cdb4a3e9f9328" - integrity sha512-v6yNf3AB8GfJ8lCpUvzxAXKxgsHpdmWPlcVRQ6Nocsezp255E/IDrF31kLQsPJeB/cKto/geUwjU36wH784FCA== +react-markdown@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.1.tgz#c05ddbff67fd3b3f839f8c648e6fb35d022397d1" + integrity sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg== dependencies: "@types/hast" "^3.0.0" devlop "^1.0.0" hast-util-to-jsx-runtime "^2.0.0" html-url-attributes "^3.0.0" mdast-util-to-hast "^13.0.0" - micromark-util-sanitize-uri "^2.0.0" remark-parse "^11.0.0" remark-rehype "^11.0.0" unified "^11.0.0"