Browse Source

fix(deps): update dependency react-markdown to v8.0.5

pull/2607/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
77b484dd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      web/package-lock.json
  2. 2
      web/package.json

19
web/package-lock.json generated

@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
"react-highlighter-ts": "18.0.1",
"react-hotkeys-hook": "4.3.2",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-use": "^17.4.0",
"react-virtuoso": "4.0.3",
"recoil": "0.7.6",
@ -28498,9 +28498,9 @@ @@ -28498,9 +28498,9 @@
}
},
"node_modules/react-markdown": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.4.tgz",
"integrity": "sha512-2oxHa6oDxc1apg/Gnc1Goh06t3B617xeywqI/92wmDV9FELI6ayRkwge7w7DoEqM0gRpZGTNU6xQG+YpJISnVg==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.5.tgz",
"integrity": "sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==",
"dependencies": {
"@types/hast": "^2.0.0",
"@types/prop-types": "^15.0.0",
@ -28513,7 +28513,7 @@ @@ -28513,7 +28513,7 @@
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"space-separated-tokens": "^2.0.0",
"style-to-object": "^0.3.0",
"style-to-object": "^0.4.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0",
"vfile": "^5.0.0"
@ -28575,6 +28575,14 @@ @@ -28575,6 +28575,14 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/react-markdown/node_modules/style-to-object": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.1.tgz",
"integrity": "sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==",
"dependencies": {
"inline-style-parser": "0.1.1"
}
},
"node_modules/react-markdown/node_modules/trough": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
@ -32005,6 +32013,7 @@ @@ -32005,6 +32013,7 @@
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
"integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==",
"dev": true,
"dependencies": {
"inline-style-parser": "0.1.1"
}

2
web/package.json

@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
"react-highlighter-ts": "18.0.1",
"react-hotkeys-hook": "4.3.2",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.4",
"react-markdown": "8.0.5",
"react-use": "^17.4.0",
"react-virtuoso": "4.0.3",
"recoil": "0.7.6",

Loading…
Cancel
Save