fix(security-markdown-widget): allow sanitization of preview content (#4886)

This commit is contained in:
Erez Rokah
2021-01-29 06:50:48 -08:00
committed by GitHub
parent da31332641
commit 27aec85550
6 changed files with 83 additions and 4 deletions

View File

@ -22,6 +22,7 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"dependencies": {
"dompurify": "^2.2.6",
"is-hotkey": "^0.2.0",
"mdast-util-definitions": "^1.2.3",
"mdast-util-to-string": "^1.0.5",