deps: updated react-showdown

This commit is contained in:
wonderlandpark 2021-03-23 09:10:51 +09:00
parent 7c58efe243
commit 17a6785b5e
2 changed files with 17 additions and 6 deletions

View File

@ -48,7 +48,7 @@
"react-hotkeys": "2.0.0",
"react-responsive-modal": "6.0.1",
"react-select": "4.3.0",
"react-showdown": "2.1.0",
"react-showdown": "^2.3.0",
"react-sortable-hoc": "2.0.0",
"react-use-clipboard": "1.0.7",
"sanitize-html": "2.3.3",

View File

@ -3685,6 +3685,16 @@ htmlparser2@^6.0.0:
domutils "^2.4.4"
entities "^2.0.0"
htmlparser2@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.0.1.tgz#422521231ef6d42e56bd411da8ba40aa36e91446"
integrity sha512-GDKPd+vk4jvSuvCbyuzx/unmXkk090Azec7LovXP8as1Hn8q9p3hbjmDGbUqqhknw0ajwit6LiiWqfiTUPMK7w==
dependencies:
domelementtype "^2.0.1"
domhandler "^4.0.0"
domutils "^2.4.4"
entities "^2.0.0"
http-errors@1.7.3:
version "1.7.3"
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz"
@ -6512,12 +6522,13 @@ react-select@4.3.0:
react-input-autosize "^3.0.0"
react-transition-group "^4.3.0"
react-showdown@2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/react-showdown/-/react-showdown-2.1.0.tgz"
integrity sha512-R9ce/09iMvhzeYsqhzaMbpzp8Rp9T0SoRwNF0dnu+qGBRXnhO0Vs7SEcqqigftbo2fk+nc4HOfS3maMfKI7HhA==
react-showdown@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/react-showdown/-/react-showdown-2.3.0.tgz#904fb3daad663628d403bd68828c2b5324246cda"
integrity sha512-Hf44I8pK1jqfoRBjPZ/HxIjWXm7l0dklg2N1518BQ/styI+Ko++NChhLaZVZydg6F04FEZaPGuzrmvpsl5pVZg==
dependencies:
htmlparser2 "^4.1.0"
domhandler "^4.0.0"
htmlparser2 "^6.0.1"
showdown "^1.9.1"
react-sortable-hoc@2.0.0: