1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge pull request #2105 from matrix-org/dbkr/unpin_sanitize_html

Unpin sanitize-html
This commit is contained in:
Bruno Windels
2018-08-02 17:52:15 +02:00
committed by GitHub

View File

@@ -89,7 +89,7 @@
"slate-react": "^0.12.4",
"slate-html-serializer": "^0.6.1",
"slate-md-serializer": "matrix-org/slate-md-serializer#f7c4ad3",
"sanitize-html": "1.18.2",
"sanitize-html": "^1.18.4",
"text-encoding-utf-8": "^1.0.1",
"url": "^0.11.0",
"velocity-vector": "vector-im/velocity#059e3b2",