diff --git a/package-lock.json b/package-lock.json index 85556f6a..efa1c581 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react-hook-form": "^7.53.2", "react-icons": "^5.3.0", "react-latex-next": "^3.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.1", "react-qr-code": "^2.0.15", "react-simple-oauth2-login": "^0.5.4", "react-syntax-highlighter": "^15.6.1", @@ -22582,12 +22582,13 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", - "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.0.1.tgz", + "integrity": "sha512-Qt9TWsQJ75np2AVoKftns5eI7r50H6u3qwp+TSihlxOcw8ZaStmR0FEeeENU+mWSxyAgOmqMYjiIKn7ibMheKA==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", diff --git a/package.json b/package.json index 80910d7e..f3fa7048 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "react-hook-form": "^7.53.2", "react-icons": "^5.3.0", "react-latex-next": "^3.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.1", "react-qr-code": "^2.0.15", "react-simple-oauth2-login": "^0.5.4", "react-syntax-highlighter": "^15.6.1",