Merge pull request #7132 from vector-im/dbkr/unpin_sanitize_html

Unpin sanitize-html
This commit is contained in:
Bruno Windels 2018-08-02 17:52:29 +02:00 committed by GitHub
commit 675d617dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@
"prop-types": "^15.5.10",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"sanitize-html": "1.18.2",
"sanitize-html": "^1.18.4",
"ua-parser-js": "^0.7.10",
"url": "^0.11.0"
},