Update dependency react-markdown to v8.0.6

This commit is contained in:
renovate[bot] 2023-03-23 13:12:03 +00:00 committed by GitHub
parent e20d6c4560
commit a255a92905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -42,7 +42,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hotkeys-hook": "4.3.8", "react-hotkeys-hook": "4.3.8",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5", "react-markdown": "8.0.6",
"react-use": "^17.4.0", "react-use": "^17.4.0",
"react-virtuoso": "4.1.0", "react-virtuoso": "4.1.0",
"recoil": "0.7.7", "recoil": "0.7.7",
@ -32227,9 +32227,9 @@
} }
}, },
"node_modules/react-markdown": { "node_modules/react-markdown": {
"version": "8.0.5", "version": "8.0.6",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.5.tgz", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.6.tgz",
"integrity": "sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==", "integrity": "sha512-KgPWsYgHuftdx510wwIzpwf+5js/iHqBR+fzxefv8Khk3mFbnioF1bmL2idHN3ler0LMQmICKeDrWnZrX9mtbQ==",
"dependencies": { "dependencies": {
"@types/hast": "^2.0.0", "@types/hast": "^2.0.0",
"@types/prop-types": "^15.0.0", "@types/prop-types": "^15.0.0",

View File

@ -46,7 +46,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hotkeys-hook": "4.3.8", "react-hotkeys-hook": "4.3.8",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5", "react-markdown": "8.0.6",
"react-use": "^17.4.0", "react-use": "^17.4.0",
"react-virtuoso": "4.1.0", "react-virtuoso": "4.1.0",
"recoil": "0.7.7", "recoil": "0.7.7",