diff --git a/frontend/package.json b/frontend/package.json index 02729a4d9..c7929c90c 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.19.0", "react-syntax-highlighter": "^15.5.0", "react-telegram-auth": "^1.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9c7c54c3f..8b1a0218d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2083,17 +2083,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"