fix(deps): update dependency react-markdown to v9.0.3 (#4125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-16 21:11:00 -08:00
committed by GitHub
parent 2d4ae6ca20
commit 03bac4ab48
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -45,7 +45,7 @@
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.6.1",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-markdown": "9.0.3",
"react-virtuoso": "4.12.3",
"recoil": "0.7.7",
"regexpu-core": "^5.3.2",
@@ -34997,9 +34997,9 @@
}
},
"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": "9.0.3",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz",
"integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==",
"license": "MIT",
"dependencies": {
"@types/hast": "^3.0.0",

View File

@@ -56,7 +56,7 @@
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.6.1",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-markdown": "9.0.3",
"react-virtuoso": "4.12.3",
"recoil": "0.7.7",
"regexpu-core": "^5.3.2",