fix(deps): update dependency react-markdown to v10 (#4508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-05 16:59:55 -07:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 32f80bf9df
commit 69e5989275
2 changed files with 18 additions and 8 deletions
+17 -7
View File
@@ -50,7 +50,7 @@
"react-error-boundary": "^5.0.0", "react-error-boundary": "^5.0.0",
"react-hotkeys-hook": "5.1.0", "react-hotkeys-hook": "5.1.0",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.3", "react-markdown": "10.1.0",
"react-virtuoso": "4.12.3", "react-virtuoso": "4.12.3",
"recoil": "0.7.7", "recoil": "0.7.7",
"regexpu-core": "^5.3.2", "regexpu-core": "^5.3.2",
@@ -35597,12 +35597,13 @@
} }
}, },
"node_modules/react-markdown": { "node_modules/react-markdown": {
"version": "9.0.3", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",
"integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/hast": "^3.0.0", "@types/hast": "^3.0.0",
"@types/mdast": "^4.0.0",
"devlop": "^1.0.0", "devlop": "^1.0.0",
"hast-util-to-jsx-runtime": "^2.0.0", "hast-util-to-jsx-runtime": "^2.0.0",
"html-url-attributes": "^3.0.0", "html-url-attributes": "^3.0.0",
@@ -35631,6 +35632,15 @@
"@types/unist": "*" "@types/unist": "*"
} }
}, },
"node_modules/react-markdown/node_modules/@types/mdast": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
"license": "MIT",
"dependencies": {
"@types/unist": "*"
}
},
"node_modules/react-markdown/node_modules/@types/unist": { "node_modules/react-markdown/node_modules/@types/unist": {
"version": "3.0.3", "version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
@@ -35693,9 +35703,9 @@
} }
}, },
"node_modules/react-markdown/node_modules/vfile-message": { "node_modules/react-markdown/node_modules/vfile-message": {
"version": "4.0.2", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/unist": "^3.0.0", "@types/unist": "^3.0.0",
+1 -1
View File
@@ -61,7 +61,7 @@
"react-error-boundary": "^5.0.0", "react-error-boundary": "^5.0.0",
"react-hotkeys-hook": "5.1.0", "react-hotkeys-hook": "5.1.0",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.3", "react-markdown": "10.1.0",
"react-virtuoso": "4.12.3", "react-virtuoso": "4.12.3",
"recoil": "0.7.7", "recoil": "0.7.7",
"regexpu-core": "^5.3.2", "regexpu-core": "^5.3.2",