diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..de61848c33db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "quick-lru": "7.0.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.0", "rehype-highlight": "^7.0.0", "rehype-raw": "^7.0.0", "rehype-slug": "^6.0.0", @@ -13181,12 +13181,13 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "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": "10.0.0", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.0.0.tgz", + "integrity": "sha512-4mTz7Sya/YQ1jYOrkwO73VcFdkFJ8L8I9ehCxdcV0XrClHyOJGKbBk5FR4OOOG+HnyKw5u+C/Aby9TwinCteYA==", "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 92d746efc464..39004ac6c35f 100644 --- a/package.json +++ b/package.json @@ -305,7 +305,7 @@ "quick-lru": "7.0.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-markdown": "^9.0.1", + "react-markdown": "^10.0.0", "rehype-highlight": "^7.0.0", "rehype-raw": "^7.0.0", "rehype-slug": "^6.0.0",